Skip to content

1.19.2 - 1.8

Compare
Choose a tag to compare
@Goldorion Goldorion released this 11 Dec 20:46
· 77 commits to 1.19.2 since this release
  • Updated to Fabric API 0.67.1
  • [#79] Added support for global variable scopes: Global map and Global world
    • In some cases, they can desync. A simple fix is to check "If NOT client side"
  • [#302] Added all block inventory management procedure blocks (NerdyPuzzle)
  • [#308, #319, #320, #325] Added new global triggers support: Entity attacked, Entity dies, before entity is hurt, Player sends a message, Command executed, Player joins a world, Player leaves a world, Entity travels to a dimension (kleiders and NerdyPuzzle)
  • [#308] Added support for entity local variables (kleiders)
  • [#309] Added RepairItemRecipe Mixin and refactored a lot of things related to mixins (kleiders)
  • [#316] Reintroduced support for end biomes through biome default features (NerdyPuzzle)
  • [#318] Added get/set entity inventory slot procedures (NerdyPuzzle)
  • [#324] Added "creativePickItem" to blocks (kleiders)
  • [#322] Remove block nbts as they use forge code (NerdyPuzzle)
  • [#332] Added support for the wait procedure (NerdyPuzzle)
  • [Bugfix #326] Fishing mixin fix and refmap fix (kleiders)
  • [Bugfix #327] The base texture parameter caused a build error in overlays
  • [Bugfix #329] Custom biomes without a spawning option enabled caused a build error
  • [Bugfix #331] Fix guistate dependency on GUI slots & buttons causing a build error (NerdyPuzzle)