Skip to content

Releases: DragonEggBedrockBreaking/VanillaDisable

3.3.0 for 1.20.4

29 Dec 15:41
41d5ff1
Compare
Choose a tag to compare
  • 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

26 Dec 21:43
749bb4c
Compare
Choose a tag to compare
  • Port to Neoforge
  • Remove CaffeineConfig; implement own mixin toggling config

3.1.0 for 1.20.4

24 Dec 22:11
49a1fb1
Compare
Choose a tag to compare
  • 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

05 Dec 17:45
b3a4c8c
Compare
Choose a tag to compare
  • 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

01 Oct 12:20
a5676fe
Compare
Choose a tag to compare
  • 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

24 Jul 18:15
ce99501
Compare
Choose a tag to compare
  • Fix a biome rule related world loading crash

3.0.4 for 1.20.1

13 Jul 20:15
be1b281
Compare
Choose a tag to compare
  • Fix pigs being attracted to items that they shouldn't be attracted to

3.0.3 for 1.20.1

13 Jul 09:17
34db576
Compare
Choose a tag to compare
  • 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

03 Jul 16:17
4a2ac8c
Compare
Choose a tag to compare
  • Fix crash with biome worldgen config
  • Fix compatibility with Carpet mod

3.0.1 for 1.20.1

02 Jul 18:48
8f9babb
Compare
Choose a tag to compare