From ba15d0fc49c0b9cddab2ab271c4c6ca59a9df49a Mon Sep 17 00:00:00 2001 From: KeyLime17 Date: Thu, 2 May 2024 21:18:15 -0400 Subject: [PATCH] cabbage and onion crop textures dont register, planting an onion or cabbage causes crash --- .gradle/8.2.1/checksums/checksums.lock | Bin 17 -> 17 bytes .gradle/8.2.1/fileHashes/fileHashes.lock | Bin 17 -> 17 bytes .../com/zivilon/cinder_loe/CinderLoE.java | 25 +++++++++--------- .../cinder_loe/items/CinderItemFood.java | 16 +++++------ 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.gradle/8.2.1/checksums/checksums.lock b/.gradle/8.2.1/checksums/checksums.lock index c55899e38d3404e6ca13a7e0a2973d7a887cf773..3d69a43ba944f27f31497f1a656bac939c0bdf22 100644 GIT binary patch literal 17 UcmZQRdH 0) { - entityplayer.attackEntityFrom(DamageSource.magic, (float)this.damageAmount); + entityplayer.attackEntityFrom(DamageSource.onFire, (float)this.damageAmount); } - return super.onEaten(itemstack, world, entityplayer); } - -} +} \ No newline at end of file