-
-
Notifications
You must be signed in to change notification settings - Fork 11
Mod Compatibility
Extra Pieces comes built in with a few features that make it easy for other mods to work with it.
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.
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)
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.