diff --git a/src/main/java/com/acethewildfire/acesbs/PATCH_NOTES.md b/src/main/java/com/acethewildfire/acesbs/PATCH_NOTES.md index c0044f9..2738b74 100644 --- a/src/main/java/com/acethewildfire/acesbs/PATCH_NOTES.md +++ b/src/main/java/com/acethewildfire/acesbs/PATCH_NOTES.md @@ -31,6 +31,7 @@ - Hammers get the equivalent durability for the materials put into them. (effectively the durability x6.33) - Lemonwood Trees now drop lemons. - Lemonwood trees now have yellow leaf particles. +- Crystalized Entropy has a new texture that's less... bad. # Known Issues - The Command Core Item does not display the correct texture when activated. diff --git a/src/main/java/com/acethewildfire/acesbs/TODO.txt b/src/main/java/com/acethewildfire/acesbs/TODO.txt index 6ddff58..7c7f697 100644 --- a/src/main/java/com/acethewildfire/acesbs/TODO.txt +++ b/src/main/java/com/acethewildfire/acesbs/TODO.txt @@ -83,7 +83,6 @@ Weapons Blocks - Blocks of (Insert Metal/Gem) - Decorative (Bricks) -- Crystalized Entropy Retexture (Stained Glass version of Stable Entropy) - 2 Player Bed - Incense Burner diff --git a/src/main/resources/assets/acesbs/textures/block/crystal_entropy.png b/src/main/resources/assets/acesbs/textures/block/crystal_entropy.png index 11d1dba..6f7c05b 100644 Binary files a/src/main/resources/assets/acesbs/textures/block/crystal_entropy.png and b/src/main/resources/assets/acesbs/textures/block/crystal_entropy.png differ diff --git a/src/main/resources/assets/acesbs/textures/block/crystal_entropy_pane_top.png b/src/main/resources/assets/acesbs/textures/block/crystal_entropy_pane_top.png index 9b95a0e..3d28377 100644 Binary files a/src/main/resources/assets/acesbs/textures/block/crystal_entropy_pane_top.png and b/src/main/resources/assets/acesbs/textures/block/crystal_entropy_pane_top.png differ