Fabric Generator 1.20.1 [Plugin]

Started by Goldorion on

Topic category: Plugins and third-party tools

Fabric Generator 1.20.1 [Plugin]
Tue, 01/30/2024 - 02:18 (edited)

This plugin adds a new Fabric Generator to your MCreator.

 

Hi, I know you are all waiting for the 2023.4 port, but my motivation was very low for a long time. It's still not at its top, but I had enough of it to fix several reported bugs. I hope you'll enjoy it until I do the full 2023.4 update (it's a big update).

Important Information

  • Supported Global triggers

  • All procedure blocks (and global triggers) are marked as supported, but several of them will fail to build. THIS IS NORMAL. Do not report them.
  • Mods will also require Fabric API to function properly, so when you want to play your mod, make sure you have Fabric API.
  • Biomes now require TerraBlender to generate in the Overworld and the Nether.
  • Some features are disabled because they are Forge-related features, so I can not support them.

https://storage.ko-fi.com/cdn/brandasset/kofi_button_blue.png

Credits

  • This generator re-uses a lot of the code used by the official Forge generators.
  • Supporters on Ko-fi 💚❤️

License

  • Licensed under the GNU Lesser General Public License, version 3.0  
  •  Mods created with this tool may be closed-source and/or distributed with a different license.
  • Appropriate credit must be provided to the creators and maintainers of this software.
  • Forked versions of this software must be distributed under the same license as this with attribution if distributed.
  • Changes must be stated if any modified works are to be distributed.
  • Under no circumstances can you state that the original creator endorses modified works.

Changelog:

To see a complete changelog of the plugin, check this file.

Last versions:

1.20.1-1.9.11:

* [Bugfix] Player right clicks on entity global trigger was called twice
* [Bugfix #480] GUI labels had a shadow
* [Bugfix #483] GUI tooltips gave a build error
* [Bugfix #493] Double plants could not be used
* [Bugfix #496] Player right-clicks on a block failed to build
* [Bugfix #503] Custom End biomes had multiple problems

The plugin's page https://mcreator.net/plugin/64512/mcreator-fabric-generator

Edited by Goldorion on Tue, 01/30/2024 - 02:18
The first Pre-release of the…
Sat, 09/05/2020 - 12:05

The first Pre-release of the 1.16.2 Fabric Generator has been released! Also, this new update has now all features of the 0.6.0 and even more! :partying_face: https://github.com/ClothCreators/MCreatorFabricGenerator/releases
https://mcreator.net/plugin/64512/mcreator-fabric-generator
Changelog:
* 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)

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wow. I didn’t know it would…
Sat, 09/05/2020 - 15:33

Wow. I didn’t know it would be that fast :)

Wow. I didn’t know it would…
Sat, 09/05/2020 - 16:51

Wow. I didn’t know it would be that fast :)

yeah, when BoogieMonster works on it, he makes a lot of things. xD Also, NOYBss helps us a lot with the smaller things.

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think I found a bug with…
Sun, 09/06/2020 - 02:22

I think I found a bug with plants. I tried making a plant with random x y z and tried to make it generate and the mod didn't load. 

Here is the crash log:

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 05/09/20 10:00 PM
Description: Initializing game

net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'main' provided by 'upgrade_infernal'
    at net.fabricmc.loader.EntrypointStorage.getEntrypointContainers(EntrypointStorage.java:193)
    at net.fabricmc.loader.FabricLoader.getEntrypointContainers(FabricLoader.java:251)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:44)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
    at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:423)
    at net.minecraft.client.main.Main.main(Main.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
    at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
    at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: net.fabricmc.loader.api.LanguageAdapterException: java.lang.ClassNotFoundException: net.mcreator.upgradeinfernal.UpgradeInfernalMod
    at net.fabricmc.loader.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:47)
    at net.fabricmc.loader.EntrypointStorage$NewEntry.create(EntrypointStorage.java:114)
    at net.fabricmc.loader.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:101)
    at net.fabricmc.loader.EntrypointStorage.getEntrypointContainers(EntrypointStorage.java:186)
    ... 14 more
Caused by: java.lang.ClassNotFoundException: net.mcreator.upgradeinfernal.UpgradeInfernalMod
    at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:166)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.fabricmc.loader.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:45)
    ... 17 more

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
    at net.fabricmc.loader.EntrypointStorage.getEntrypointContainers(EntrypointStorage.java:193)
    at net.fabricmc.loader.FabricLoader.getEntrypointContainers(FabricLoader.java:251)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:44)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
    at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:423)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(Main.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
    at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
    at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)

-- System Details --
Details:
    Minecraft Version: 1.16.2
    Minecraft Version ID: 1.16.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_252, BellSoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), BellSoft
    Memory: 268889368 bytes (256 MB) / 896532480 bytes (855 MB) up to 1886912512 bytes (1799 MB)
    CPUs: 4
    JVM Flags: 0 total; 
    Fabric Mods: 
        fabric: Fabric API 0.20.1+build.401-1.16
        fabric-api-base: Fabric API Base 0.1.3+12a8474c4e
        fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea894e
        fabric-command-api-v1: Fabric Command API (v1) 1.0.8+5ce533984e
        fabric-commands-v0: Fabric Commands (v0) 0.2.0+52d308364e
        fabric-containers-v0: Fabric Containers (v0) 0.1.8+045df74f4e
        fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.9+059ea8664e
        fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825d4e
        fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.0+e2e6cdad4e
        fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.0+16acbe5b4e
        fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.1+91555cd14e
        fabric-item-api-v1: Fabric Item API (v1) 1.1.0+29679fd64e
        fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.0+438f96364e
        fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.1+730711c64e
        fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.0+3fa9f7c54e
        fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.0+74cc3b204e
        fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.1+432ea1884e
        fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.2+b764ce994e
        fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d64e
        fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.5+b50ffc7b4e
        fabric-networking-v0: Fabric Networking (v0) 0.1.10+e00ecb5f4e
        fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.7.0+432ea1884e
        fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.0+432ea1884e
        fabric-particles-v1: fabric-particles-v1 0.2.2+fb0d9b0e4e
        fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.4.5+fcdfdfa14e
        fabric-renderer-api-v1: Fabric Renderer API (v1) 0.3.0+8bcfced84e
        fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.0+8bcfced84e
        fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.1.0+e2862de64e
        fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825d4e
        fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.11+fb0d9b0e4e
        fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+534104904e
        fabric-rendering-v1: Fabric Rendering (v1) 1.3.0+432ea1884e
        fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.3.1+facf3bbf4e
        fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.0+872498414e
        fabric-structure-api-v1: Fabric Structure API (v1) 1.0.1+fb0d9b0e4e
        fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.0.3+ac8e8c594e
        fabric-textures-v0: Fabric Textures (v0) 1.0.4+eae12eb84e
        fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.2+ccce563e4e
        fabricloader: Fabric Loader 0.9.3+build.207
        minecraft: Minecraft 1.16.2
        upgrade_infernal: Upgrade Infernal 1.0.0
    Launched Version: Fabric
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: NO CONTEXT
    GL Caps: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fabric'
    Type: Client (map_client.txt)
    CPU: <unknown>

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
upgrade infernal is the mod…
Mon, 09/07/2020 - 23:37

upgrade infernal is the mod I am making using the fabric generator.

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh 1.16.3 is a thing??? I…
Wed, 09/09/2020 - 23:50

Oh 1.16.3 is a thing??? I had no idea

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also I am going to try to…
Wed, 09/09/2020 - 23:52

Also I am going to try to make a plugin that adds more procedures to your Fabric Generator plugin.

1.16.3 1.0.0-pre.4 Updated…
Fri, 09/11/2020 - 01:40
Last seen on 04:39, 13. Nov 2023
Joined Oct 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Currently, the procedure…
Mon, 09/14/2020 - 17:27

Currently, the procedure blocks "play sound at" and "set item in main hand" are missing.

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Since Mcreator has sadly…
Mon, 09/14/2020 - 20:12

Since Mcreator has sadly been discontinued I will try to rewrite it but for fabric since I have used the fabric generator for so long and am better at coding fabric than forge and since fabrics better

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Honestly hearing Mcreator…
Mon, 09/14/2020 - 20:13

Honestly hearing Mcreator will not be updated is very sad in my opinion 

Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also I love the fabric…
Mon, 09/14/2020 - 20:14

Also I love the fabric generator since coding forge mods is to hard with the event bus and all that

Honestly hearing Mcreator…
Mon, 09/14/2020 - 22:17

Honestly hearing Mcreator will not be updated is very sad in my opinion 

Don't worry, me and some other users of the community are starting the transition to continue MCreator under a new name (and a new website, sadly). So, as soon as the last update of MCreator is released, we will start to develop the new update.