A lightweight Fabric port of MrCrayfish's Furniture Mod, that aims to provide compatibility for porting worlds created in MinecraftForge with the official Furniture Mod.
This mod does not aim to be an exact port of the original mod. It only provides a portion of the blocks, items and entities of the Furniture mod. The goal of this mod is that worlds, created in MinecraftForge with the original mod, can be ported to Fabric with ease. A script / mod with instructions, for the conversion process will be linked here, when it is finished.
Feel free to fork this project and add missing content yourself. Keep in mind, that CFM is licensed GPL v3, therefore you must respect the terms of the license.
All the assets of this project were taken from the original Furniture Mod, for more information, please refer to this project's LICENSE file.
- locate your release on the downloads page and download the jar file (e.g.
mmofurniture-1.0.0.jar
). - install Fabric
- this project requires FabricAPI, so download it as well, if you haven't already
- this project requires MMOContent (a modding library), download it as well
- put MMOFurniture, MMOContent and FabricAPI inside your
/mods
directory
Clone the repository, and import it into your IDE. (IntelliJ IDEA is recommended, along with the MinecraftDevelopment plugin) If there are no run configurations, reopen your IDE. For more information consult the Fabric wiki.
To build the project, use:
./gradlew build