Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goldorion/fabric-generator-mcreator

A Fabric Generator plugin for MCreator
https://github.com/goldorion/fabric-generator-mcreator

fabric fabricmc mcreator mcreator-plugin minecraft

Last synced: about 24 hours ago
JSON representation

A Fabric Generator plugin for MCreator

Awesome Lists containing this project

README

        

I decided to stop MCreator and leave the community. Please read this [topic](https://mcreator.net/forum/107531/final-chapter-my-journey).

# MCreator Fabric Generator

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F1F7EKDC0)

A plugin for [MCreator](https://mcreator.net/), a code generator to create Minecraft mods. Adds a [Fabric](https://fabricmc.net/) generator type.

This project is not official. It is not affiliated with the respective owners and maintainers of Fabric, Minecraft, or MCreator. Do not expect any official support from their communities.

**The current targeted Minecraft version is 1.20.1.**

## Features
Mod elements that are not mentioned are completely supported with all available features with Fabric.

### Partially supported (almost completed)
* Armor
* Biome
* Living entity
* Variables

### Partially supported
* Dimension
* Procedure

### Unsupported
* Fluid
* Villager profession

## Important Information
- Make sure you use MCreator 2023.4
- Back up your workspace before updating to a newer version of the plugin.
- Mods will also require [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) to function properly, so when you want to play your mod, make sure you have Fabric API.

## Credits/License
Dev - [Goldorion](https://github.com/Goldorion)
This generator re-uses code used from the official Forge generators.

The plugin's MCreator page is [here](https://mcreator.net/plugin/64512/mcreator-fabric-generator).
The plugin's MCreator forum page is [here](https://mcreator.net/forum/60201/fabric-generator-plugin).

Licensed under the GNU Lesser General Public License, version 3.0
- Mods created with this tool may be closed source and/or be 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 modified works are endorsed by the original creator.