Skip to content

A lightweight fabric port of MrCrayfish's Furniture Mod

License

Notifications You must be signed in to change notification settings

LCLPYT/MMOFurniture

Repository files navigation

MMOFurniture

Gradle Publish

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.

What this mod aims to be

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.

Download and installation

  • 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

Dev Setup

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.

Building

To build the project, use:

./gradlew build