Releases: DragonEggBedrockBreaking/VanillaDisable
Releases · DragonEggBedrockBreaking/VanillaDisable
3.3.0 for 1.20.4
-
Remove some JiJ'd libraries
- Write own code for gamerule registration on all platforms, ditch fabric-gamerule-api on fabric
- Write own code for keybind registration on all platforms, ditch fabric-key-binding-api on fabric
- Switch worldgen config from .toml to .properties (ditch toml4j), and implement migration -> new global config toggle for chat message when new worldgen features are added
-
Create new worldgen config menu for the world creation screen
- Easier to configure worldgen rules
- Remove old menu; remove global config toggle for old menu
-
Create mixin config class only once; fix number of mixin overrides being logged twice
3.2.0 for 1.20.4
- Port to Neoforge
- Remove CaffeineConfig; implement own mixin toggling config
3.1.0 for 1.20.4
- Replace owo-lib GUI for command config with new GUI using vanilla components
- Remove included "caffeine" lib for memoization - cache with hashmap
- Fix language resource pack fallback (localisation without Fabric Resource Loader)
3.0.7 for 1.20.3
-
Update to Minecraft 1.20.3 (supports 1.20.4)
-
Depend on Fabric Loader >=0.15.0 (because of included MixinExtras)
-
Bump versions of all included libs (thanks to @Kichura)
-
Add lang pt_br (thanks @ellieisjelly)
3.0.6 for 1.20.2
- Update to 1.20.2
- Add support for languages other than English (no new languages added yet, but code exists)
- Improve language resource pack handling to make sure it doesn't exist if the mod is removed
3.0.5 for 1.20.1
- Fix a biome rule related world loading crash
3.0.4 for 1.20.1
- Fix pigs being attracted to items that they shouldn't be attracted to
3.0.3 for 1.20.1
- Fix enchantment command rules (fixes #14)
- Fix chat message for setting a single command rule
- Remove unnecessary logging
3.0.2 for 1.20.1
- Fix crash with biome worldgen config
- Fix compatibility with Carpet mod
3.0.1 for 1.20.1
- Fix tweakeroo compatibility