Skip to content

Releases: DragonEggBedrockBreaking/VanillaDisable

4.0.0 for 1.21

14 Jun 16:31
332d4f0
Compare
Choose a tag to compare
  • Partially redo configuration system (again):

    • Move the worldgen config to the common command format, and add to common GUI (worldgen GUI still exists for pre-world creation GUI
    • Move the gamerules that still exist in v3.x.x to the common command format
    • Migrate the old configuration systems
  • Other substantial changes:

    • Rewrite worldgen GUI (for pre-world creation) to be more user friendly
  • Code changes (that shouldn't affect the end user):

    • Rewrite most of the config code (including the command) to simplify them and make development a lot easier (I now once again understand how my mod actually works!)

3.4.0 for 1.21

13 Jun 17:22
c623622
Compare
Choose a tag to compare
  • Update to 1.21

3.3.4 for 1.20.6

10 Jun 20:16
7101915
Compare
Choose a tag to compare
  • Fix villager-related crash

3.3.3 for 1.20.5

24 Apr 16:22
a1a5b1f
Compare
Choose a tag to compare
  • Fix potential world loading crash
  • Also works on 1.20.6

3.3.2 for 1.20.5

23 Apr 22:09
140423d
Compare
Choose a tag to compare
  • Update to 1.20.5

3.3.1 for 1.20.4

23 Apr 18:34
e7cc42b
Compare
Choose a tag to compare
  • Fix crashes, compatibility issues related to push_behaviour block property
  • Fix advancement toggle issues
    • Make disabling advancements actually work
    • Only send advancement failure message if advancement manually triggered through command to prevent chat spam
  • Minor license change - remove optional "incompatible with secondary licenses" section of MPL-2.0 license

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)