Skip to content

Mod Compatibility

Shnupbups edited this page Jul 26, 2019 · 1 revision

Extra Pieces comes built in with a few features that make it easy for other mods to work with it.

Woodmill

When the Woodmill mod by MrIbby is installed, Extra Pieces will automatically create woodmilling recipes for all piece sets whose material is wood. (Or if specifically asked for in a piece pack). This can be a good alternative to the Config option to make everything stonecuttable.

Piece Packs

Mods can include piece packs in their jars! This can be done by simply putting the json file in the mod's resources folder, and putting "custom": { "extrapieces:piecepack": "filename.json" } into the mod's fabric.mod.json, of course with filename.json replaced with the actual file name. Don't forget the .json file extension!

When the game is loaded, Extra Pieces will search through all mods for ones that have that line in their fabric.mod.json, grab the piece pack json and copy it to the piece packs folder. (Only if a piece pack with the same filename doesn't exist)

Incompatibility

Unfortunately, there currently exists an incompatibility between Extra Pieces and the config API Tweed by Siphalor. If Tweed, or any mod that uses Tweed (such as Mouse Wheelie), is present, the game will crash. This is not my fault! I'm sorry.

Clone this wiki locally