Changes(real)

- Fixed bug which caused the Monarch's solar energy to not be functional.
- Changed texture of the cotton crop.
- Changed texture of the cotton ball.
- Added Item "Ghostly Cloth".
- Renamed java class "sun_totem" to "sunTotem" to fit convention.
This commit is contained in:
CosmoOrSth
2025-01-20 16:39:35 +05:30
parent ce1258228c
commit 621356df11
32 changed files with 95 additions and 32 deletions

View File

@@ -1,3 +1,6 @@
# Changes
- changed namespace of 'monarchpowers' directory to 'monarch-powers' to fit convention.
- added 'farmland' to list of blocks that the Blight will turn to coarse dirt upon stepping on it.
- Fixed bug which caused the Monarch's solar energy to not be functional.
- Changed texture of the cotton crop.
- Changed texture of the cotton ball.
- Added Item "Ghostly Cloth".
- Renamed java class "sun_totem" to "sunTotem" to fit convention.