Skip to content

Releases: Goldorion/Fabric-Generator-MCreator

1.19.2 - 1.8

11 Dec 20:46
Compare
Choose a tag to compare
  • 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)

1.19.2 - 1.7-beta 6

21 Aug 19:11
Compare
Choose a tag to compare
  • Updated to Minecraft 1.19.2 and Fabric API 0.59.0
  • [#223] fabric.mod.json is now lockable
  • [Bugfix #222] Enabling the waterloggable option for custom blocks caused a build error
  • [Bugfix #229] Generated blocks, plants or structures caused a build error.
  • [Bugfix #231] Sounds did not play on servers
  • [Bugfix #238] Stay in crafting grid option caused a build error
  • [Bugfix #243] Disabled the creative pick item parameter for blocks and plants (Forge feature)
  • [Bugfix] Random offset plant parameter caused a build error when changed.

1.19.1 - 1.7-beta 4

31 Jul 00:41
Compare
Choose a tag to compare
  • [#202] Added support for custom Java models for entities
  • [Bugfix] Custom armors had a black and purple renderer

1.19.1 - 1.7-beta-3

29 Jul 23:18
Compare
Choose a tag to compare
  • Custom Java models can no longer be imported (currently unsupported)
  • [Bugfix #214] The play sound procedure block caused a build error
  • [Bugfix] Custom sound types for blocks caused a build error
  • [Bugfix] Tamable entities could cause a build error
  • [Bugfix] Get fuel power procedure block caused a build error
  • Some other minor fixes and changes

1.19.1 - 1.7-beta-2

29 Jul 01:09
Compare
Choose a tag to compare
  • Disable some generation parameters in the biome mod element
  • [Bugfix #211] Mods could not be exported
  • [Bugfix] Fix fishing rods causing a build error

1.7-beta-1 - 1.19.1

1.6-beta-3 - 2022.1 and bug fixes

26 Apr 16:11
Compare
Choose a tag to compare

1.6-beta-3

  • Updated to 2022.1
  • Fix the access widener problem
  • [Bugfix #188] Selecting mega spruce tree type in biomes made the game crashed
  • [Bugfix #192] Local variables were not generated
  • [Bugfix #187] Several advancement triggers did not work properly
  • [Bugfix] Some recipes had problems

1.17.1-1.6-beta-2 - Patch update

08 Mar 01:05
Compare
Choose a tag to compare
  • Fixed #180
    • Note: If you already opened a workspace, follow these steps:
      1. Close your workspace and go inside your workspace's folder
      2. Open in Notepad or another text editor the .mcreator file
      3. Search currentGenerator, inside workspaceSettings and replace fabric-1.17.1 by fabric-1.16.5 (Install it!)
      4. Save, close, re-open your workspace, and re-select Fabric 1.17.1

1.6-beta-1 - 1.17.1 support abnd new features!

06 Mar 02:16
Compare
Choose a tag to compare

1.16-beta-1

  • Added base support for Fabric 1.17.1
  • Added support for mod elements: advancement, armor, biome, block, command, creative tab, custom element, dimension, enchantment, food, fuel, function, game rule, gui, item, key binding, living entity, loot table, music disc, overlay, painting, particle, potion effect, potion item, procedure, ranged item, recipe, structure, tag, tool and variables
  • Added support for new global triggers: Player in bed, Player respawns and Player wakes up
  • Added support for water loggable blocks
  • Added support for tinted plants and blocks
  • Added support for following block procedure blocks: Play break effect, is side solid
  • Added support for following direction procedure blocks: For each direction, for each horizontal direction, direction iterator, direction random
  • Added support for following direction procedure blocks: Check player game mode, Get entity shoot power, Get entity slot, For each slot of entity inventory, Get entity look face, Get/Set logic/number/string entity NBT tag, Get potion effect level, Get potion effect remaining, Remove item, Remove recipe, remove specific potion effect, Remove xp, remove xp level, Run function, send chat, set flying, set food level, set main hand item, set offhand item, set no gravity, set oxygen, set rotation, set saturation, set scoreboard score, set slot, set sneaking, set spawn, set sprinting, set in cobweb, size height, size width, submerged height, xp level, logic entity compare
  • Added support for following item procedure blocks: bucket to fluid,
  • Added support for misc procedure blocks: Get dimension id, get localized text
  • Added support for following world procedure blocks: shoot arrow, spawn entity, spawn entity with rotation, spawn entity with rotation and velocity, strike lightning, get number of players on the server, entity in range, entity in range exists, entity in range foreach, spawn falling block, switch world, use bone meal

1.5.3 - A third patch update to kill several build errors

26 Oct 02:41
Compare
Choose a tag to compare
  • [Bugfix] Fix Get fuel power of, Is blockat solid, replace block, get/set logic/text block NBT Tag of block, get enchantment level of itemstack, get smelting result, place structure, run function, set global spawn, set time, spawn item entity, get biome at, get dimension id procedure blocks
  • [Bugfix] Fix music disc build error
  • [Bugfix #166] Fix the On food eaten food trigger