- Make the log stripping lookup code more fault-tolerant, and fall back to reading default method on fail
- Several Fixes to Teams
- Added texture remap system to override the texture used by retextured blocks (MultiBeds, Platforms) -- allows corrections when the particle texture is not the desired texture for a block -- resource packs that uses a common particle (eg. alacrity) just need to add the file (assets/shetiphian/texture_remap.json) line entries are formatted ("BlockID": "Texture") (eg: "minecraft:grass_block": "block/grass_block_top") -- the default file corrects the few Minecraft blocks that I knew of (grass types, pistons, etc.)
- Fixed capability implementation; all handlers are now cached and invalidate is invoked when needed (solves memory leaks and random unpredictable mod interaction issues)
- Make the log stripping lookup code more fault-tolerant, and fall back to reading default method on fail
- Several Fixes to Teams
- Added texture remap system to override the texture used by retextured blocks (MultiBeds, Platforms) (see ) -- allows corrections when the particle texture is not the desired texture for a block -- resource packs that uses a common particle (eg. alacrity) just need to add the file (assets/shetiphian/texture_remap.json) line entries are formatted ("BlockID": "Texture") (eg: "minecraft:grass_block": "block/grass_block_top") -- the default file corrects the few Minecraft blocks that I knew of (grass types, pistons, etc.)
Reimplement ISoil defaults (in a slightly different way) as Terraqueous needs them
Crop issue fix take 2
-
fixed stem blocks breaking if a block update happens while attached to a pumpkin/melon
-
fixed Chorus Plant not working correctly on custom soil
-
removed unneeded farm block mixin
-
removed redirect mixins for better mod compatibility
-
reworked soil hooks; removed redirect mixins, and now only used on custom soils (should fix issues with chorus plants and other mods crops)
- removed redirect mixins for better mod compatibility
1.19.3 Port