Changelog
- Updated to Minecraft 1.20
- Added the
canRavagersBreakPitcherCrops
game rule
Changelog
- Updated to Minecraft 1.19.3
- Redone 99% of all mixins with MixinExtras'
@WrapOperation
, cleaning up the codebase significantly and improving compatibility - Split all game rules that modify explosions into pairs involving one that modifies the explosion itself and another that modifies it's drop decay, matching Vanilla's new drop decay rules
- Changed the charged creeper explosion game rules in order to be subordinate to the creeper explosion ones by default (
INHERIT_FROM_PARENT
), with it's other values overriding that - Added the
canAllaysPickUpItems
game rule - Renamed all fire spread game rules from the
can<X>SpreadFire
standard to<X>FireSpread
for consistency reasons - Renamed
canPiglinsGather
tocanPiglinsPickUpItems
- Added compatibility code in order to convert Damage Incorporated's 1.19.2 game rules into 1.19.3 ones
- Updated and fixed the Brazilian Portuguese translation
- Updated to Minecraft 1.19
- Migrated to the Quilt toolchain
- Standardized the mixin code
- Changed the mod ID to
damage_incorporated
- Switched the JAR optimizer from the Detonater to Machete
Changelog
Updated to Minecraft 1.18.1
Reorganized and cleaned up the internals
Enabled a mixin that has been somehow not been enabled before
Switched to Quilt Mappings, reaping improvements which has been sown in it
Translated to Brazilian Portuguese
Initial release. Hopefully, it's worth the wait