Fabric-Generator-MCreator

A Fabric Generator plugin for MCreator

OTHER License

Stars
110
Committers
19

Bot releases are hidden (Show)

Fabric-Generator-MCreator - 1.16.5-1.1 Snapshot #1

Published by Goldorion over 3 years ago

Custom living entities have almost been fully implemented directly, so several bugs can still be present. This snapshot is released to get feedback before the full release of the new update.
The changelog seems pretty small, but I have already taken dozens of hours to implement custom entities. However, the complete update will have much more features, don't worry. :)

Changelog:

1.1

Snapshot 1

  • [#83] Added support for custom living entities
    Note: Flying entities are not 100% implemented. Entity inventory and Ranged attacks are not implemented.
  • Added minimum and maximal enchantment level parameters
  • Added Enable melee damage checkbox for custom items
  • [Bugfix #102] Some block triggers caused build errors
  • [Bugfix #105] Blocks mined with a tool using a lower harvest level dropped.
  • [Bugfix] Some sound mappings did not work properly
Fabric-Generator-MCreator - 1.16.5-1.0.2

Published by Goldorion over 3 years ago

Some bugs have been found in the last version, so this patch intends to fix them before the next major update.

Changelog:

1.0.2

  • [Bugfix #99] Repair items could not use custom tools
  • [Bugfix #101] Select a map color on custom blocks caused a build error
  • [Bugfix #102] Some block triggers caused build errors
  • [Bugfix #102] Several world procedure blocks caused a build error
  • [Bugfix] Some Material mappings were wrong
  • [Bugfix] Custom plants prevented the workspace compilation
Fabric-Generator-MCreator - 1.16.5-1.0.1

Published by Goldorion over 3 years ago

  • Updated to MCreator EAP 2021.12313
  • Updated Fabric API to 0.32.5
  • Updated the command mod element to support new features
  • Updated the block and plant mod elements to support the new bounding box editor
  • [#72] Bounding boxes now properly rotate
  • Added grass model for blocks
  • Added new block/plant properties: Step sound, speed and jump factors
  • [Bugfix] Custom blocks did not compile due to the new bounding box editor
  • [Bugfix] The code of custom plants were not generated
  • [Bugfix] An error was still printed in the console saying custom trees are not supported yet.
Fabric-Generator-MCreator - 1.16.5-1.0

Published by Goldorion over 3 years ago

Thank you to U1timateJ7 for his contribution to this version.

  • The plugin no longer requires ClothCommons to work
  • Updated to MCreator 2021.1.3117
  • Updated to Minecraft 1.16.5
  • Updated Fabric API to 0.32.0
  • Added support for custom potions
  • Added support for custom dimensions (no portal)
  • Updated the biome, command, food, loot table and overlay to support new features
    //Note for biomes: The biome dictionary is not supported because fabric doesn't support for the moment. Check below for custom trees
    //Note for foods: When item is dropped and When entity swing item are still not implemented)
  • Added support for slab, leaves and pane block bases
  • Added support for custom trees in biomes
    //Note: Max water depth, custom vines and fruits are not implemented yet (water depth is not supported)
  • Added the smithing recipe type
  • Added support for local variables in procedures
  • Added crop model for blocks
  • Added support for custom block item and particle textures
  • Added Is immune to fire, glow condition, recipe remainder, rarity
  • Added support for new item stack related procedure blocks: Is enchanted, Is enchantable, Has enchantment, Set number of items to,
    Cooldown for, Get damage, Get enchantment level, Provided itemstack
  • Added support for the Return and Console log procedure blocks
  • Explode procedure block now supports the explosion type
  • Biomes can now be generated in the overworld
  • Added all missing mappings and fixed some mapping files
  • Remove mixins entirely
  • Custom axes, pickaxes, swords, shovels and hoes have now to be added inside the fabric item tag to work with modded blocks
    //Note: Item tags: fabric:axes, fabric:pickaxes, fabric:swords, fabric:shovels and fabric:hoes
    //Without this change, files have to be manually changed to remove the "null" each type a custom tool is deleted.
  • [Bugfix] Mods couldn't be exported
  • [Bugfix] Run client could not work
  • [Bugfix] Fix transparency parameter for blocks
  • [Bugfix] Blocks didn't build properly
  • [Bugfix] Tools failed to compile when the attack speed was set to a decimal, and the damage would be reduced by the attack speed.
  • [Bugfix] Surely more bug fix caused by mixins
  • [Bugfix] Custom armors had a black and white renderer
  • [Bugfix] Custom armors without an equipment sound or with an invalid sound caused a build error
  • [Bugfix] Number dependencies in procedures couldn't be used
  • [Bugfix] Default map color for blocks caused a build error
  • [Bugfix] Custom music discs didn't play the sound
  • [Bugfix] Fix custom enchantments in mappings
Fabric-Generator-MCreator - 1.16.3-1.0-pre6

Published by Goldorion about 4 years ago

  • Updated to the second 2020.5 snapshot
  • Started to update biomes to the second 2020.5 snapshot. (Structures and Default Features)
  • [Bug] Blocks Break Thread Three Fix #74 and #80

Now that pre-releases are slowing down, you might be seeing a full release soon. Dimensions will not be added in this update.

A changelog can be found at https://github.com/ClothCreators/MCreatorFabricGenerator/commits/feature/biomes-2020.5

Fabric-Generator-MCreator - 1.0.0 Pre release 5

Published by BoogieMonster1O1 about 4 years ago

Release notes:

  • Added overworld biome generation.

Now that pre-releases are slowing down, you might be seeing a full release soon. Dimensions will not be added in this update.

A changelog can be found at https://github.com/ClothCreators/MCreatorFabricGenerator/commits/1.16.3

Fabric-Generator-MCreator - 1.0.0 Pre release 4

Published by BoogieMonster1O1 about 4 years ago

Release notes:

  • Updated to 1.16.3
  • Fixed a crash with modmenu

A changelog can be found at https://github.com/ClothCreators/MCreatorFabricGenerator/commits/1.16.3

Fabric-Generator-MCreator - 1.0.0 Pre release 3

Published by BoogieMonster1O1 about 4 years ago

Release notes:

  • Updated to 1.16.3 rc-1
  • Re-added modmenu support

A Changelog can be found at https://github.com/ClothCreators/MCreatorFabricGenerator/commits/1.16.3

Fabric-Generator-MCreator - 1.0.0 Pre release 2

Published by BoogieMonster1O1 about 4 years ago

This second pre-release brings a new mod element. I've decided to push dimensions for a later pre-release as they're not as simple as they used to be in code.

Elements have been tested
Please report bugs in the issue tracker.

  • Added Ranged Item mod element.
Fabric-Generator-MCreator - 1.0.0 Pre release 1

Published by BoogieMonster1O1 about 4 years ago

First pre-release for 1.0.0 🥳

Most elements have been properly tested
Please report bugs in the issue tracker.

  • Added Plant mod element
  • Added Biome mod element
  • Added the damage vs mob/animal for items (#68)
  • Some mapping changes
  • [Bugfix] Fixed Item, Tool and Block Tooltips
  • [Bugfix] Fixed block_nbt_num_set
  • [Bugfix] Fixed commands (fixes #65)
Fabric-Generator-MCreator - 1.0.0-alpha.5

Published by Goldorion about 4 years ago

  • Updated Fabric, Fabric API and mapping versions
  • [Bugfix #45] Procedures didn't compile properly (#57)
  • [Bugfix #50] Food elements didn't compile properly (#59)
  • Added emissive lighting for blocks (#59)
Fabric-Generator-MCreator - 1.0.0-alpha4

Published by Goldorion about 4 years ago

The plugins now require Cloth Commons to work.

  • Added all mappings (1.16.2 and before)
  • Fixed x y z dependencies in global triggers
  • Fixed #47
  • Fixed #51
Fabric-Generator-MCreator - First 1.16.2 version ! 1.16.2-1.0.0-alpha3

Published by Goldorion about 4 years ago

  • Updated the generator to Minecraft 1.16.2
  • Fixed #48
Fabric-Generator-MCreator - 1.0.0 Alpha 2

Published by Goldorion about 4 years ago

Second alpha for the 1.16.1-1.0.0 version
This version has been tested, so a lot of errors have been fixed before we released it, but there are still bugs.
Anyways, if you find a bug please report it on the tracker 😀

Changelog:

  • Added overlays
  • Added music discs
  • Added key bindings (They still have bugs)
  • Added commands
  • Added enchantments
  • Fixed all (or almost, an option for the items has been deactivated for the moment) elements of the first alpha version.

You should be able to make mods now. Sorry for the last version, BoogieMonster implements a lot of things, but don't test them.

Fabric-Generator-MCreator - 1.0.0 Alpha 1

Published by BoogieMonster1O1 about 4 years ago

Initial port to 1.16.1

Nothing has been properly tested ;).
Please report bugs in the issue tracker.

Features

  • Items (inventory is not supported yet)
  • Blocks (block entities are not supported yet)
  • Armor
  • Tools
  • Food
  • Fuel
  • Item groups
  • Procedures (77 procedure blocks, and 4 global triggers)
  • Custom code
  • Recipes
  • Advancements
  • Loot tables
  • Functions
  • Tags

What you might find in the next alpha

  • Plants
  • Block Entities (no containers)
  • Overlay
  • Keybindings
  • Commands
  • More procedure blocks and global triggers

Have fun! ;)

Fabric-Generator-MCreator - The Update that patched all other updates! Second Release!

Published by Goldorion over 4 years ago

Bug Fixes

Version: Release 0.6.1

Changelog :-

Changes from the previous snapshot:-

  • Fixed #32
  • Fixed #33
  • Updated fabric API

Please report any bugs to Github issue tracker

SHA-256 hash:-

ba62296234d5ca43a12895868bce137476e7f79e050aacb28a197b0eec86e9a9

Release notes:

We've released 0.6.1 to address a few bugs from 0.6.0, namely a bug where workspaces would generate incorrectly. We strongly recommend everyone to update to 0.6.1

Fabric-Generator-MCreator - The Update that patched all other updates! First Release!

Published by BoogieMonster1O1 over 4 years ago

Block entities, sounds, more block parameters, Itemgroups, Biomes and Plants

Version: Release 0.6.0

Changelog :-

All Changes:-

  • Added support for Non-pushable block entities
  • Armor can now use custom sounds
  • Added support for Falling blocks
  • Itemgroups are back!
  • Added support for directional properties on blocks (all five of them)
  • Added support for custom voxelshapes that work with directional blocks
  • Added support for custom biomes
  • Added support for Ore generation. This is very incomplete and works only in the nether and overworld, and replaces netherrack and the 4 stone variants respectively
  • Added support for the creation of plants. Features:
    • Offset type
    • All other implemented block properties
    • Unbreakability
  • Added support for Item, Block and Food tooltips
  • Added support for enchantment glint on Items and Food
  • Added support for drinking on food (drinking means different sounds and no particles)
  • Added support for enchantability on Items
  • Added support for melee damage on Items
  • Added tool tags for tools
  • Added support for luminance on Blocks
  • Added support for light opacity on Blocks
  • Added the ability to add custom fuels (and it works this time)
  • The base mod now includes mod menu
  • Food can now have custom eating time
  • Updated loom to 0.4.26
  • Added support for block transparency
  • Added support for connected block sides
  • Added support for block tick rate (Does nothing for now)
  • Updated fabric API to 0.12
  • Updated yarn version

Changes from the previous snapshot:-

  • Fixed a critical bug with biomes
  • Optimized code
  • Updated fabric loader to 0.8.8

Please report any bugs to Github issue tracker

SHA-256 hash:-

f3deb2849e417f67ed3eb37c10b792acfb0fb18b979cb3baa33fe051eb1cf19a

This is the first release of 0.6.0. Future versions of 0.6 may release if we find bugs. Also, 0.6 will be the last version for 1.15.2, after which 0.7.0 will be for 1.16.

Fabric-Generator-MCreator - The Update that patched all other updates! Pre release 3

Published by Goldorion over 4 years ago

Block entities, Plants, Custom sounds

Version: 0.6.0+pre3

Changelog :-

  • Added support for Non-pushable block entities
  • Armor can now use custom sounds
  • Added support for creation of plants. Features:
    • Offset type
    • All other implemented block properties
    • Unbreakability
  • The base mod now includes mod menu
  • Food can now have custom eating time
  • Loom has been updated again, so you might see faster tasks in a new workspace

This is a pre-release. Please report bugs to Github issue tracker

SHA-256 hash:-

d11da9b4923bf8a223dd1c239fbaeeeeba57d55fac7226b19280b5470c7ba922

This is the last pre-release for 0.6.0, and 0.6.0 will officially release after all code has been optimized and as many bugs created in the three pre-releases be fixed.

Fabric-Generator-MCreator - The Update that patched all other updates! Pre release 2

Published by BoogieMonster1O1 over 4 years ago

More block attributes, Itemgroups, Biomes, and Ore generation

Version: 0.6.0+pre2

Changelog :-

  • Added support for Falling blocks
  • Itemgroups are back!
  • Added support for custom biomes They don't work the same than the Forge b9iomes, so check the Wiki to see how they work.
  • Added support for Ore generation. This is very incomplete and works only in the nether and overworld, and replaces netherrack and the 4 stone variants respectively
  • Added support for block transparency
  • Added support for connected block sides
  • Added support for block tick rate (Does nothing for now)
  • Added support for importing custom sounds, although they can not be used currently

This is a pre-release. Please report bugs to Github issue tracker
SHA-256 hash:-

03b2ce9f4df7afc32efeaeac802460eb4e99f2a6da057bd987c31bedb0833a0d

0.6.0 is coming nearer every pre-release, and this time, we are trying to spend most of our time on fixing existing elements.

Fabric-Generator-MCreator - The Update that patched all other updates! Pre release 1

Published by BoogieMonster1O1 over 4 years ago

Block Attributes, Item Attributes, Working Fuel and Food patches

Changelog :-

  • Added support for Item, Block and Food tooltips
  • Added support for enchantment glint on Items and Food
  • Added support for drinking on food (drinking means different sounds and no particles)
  • Added support for directional properties on blocks (all five of them)
  • Added support for custom voxelshapes that work with directional blocks
  • Added support for enchantability on Items
  • Added support for melee damage on Items
  • Added tool tags for missing tools
  • Added support for luminance on Blocks
  • Added support for light opacity on Blocks
  • Added the ability to add custom fuels (and it works this time)

Please report bugs to Github issue tracker

Licensing changes

MCreatorFabricGenerator is now licensed under the GNU LGPL 3.1. For more information, read README.md

SHA-256 hash:-

c7a05ccbff3f2bff91a09cae2bda61f1265cb0a43cd51f2ee0af5432677ad51c