Common Config

How to use the config file `mm-common.toml`

#Enables the Debug Tool Item's functionality (Disable when on server)
debugTool = true
#Splits JEI recipe viewer categroies by the structure they belong to.
splitRecipesJei = true
#The default value of 'autoPush' (when not set) on ports that support automatic extract to nearby storages
portsAutoExtractByDefault = false

debugTool is a boolean flag (default: true). When false the mm debug tool will not perform any action.

splitRecipesJei is a boolean flag (default: true). When false all machine process recipes will be within a single category in JEI. When true each structure has its own category.

portsAutoExtractByDefault is a boolean value (default: false). When true item ports that support auto-push functionality will enable the feature if not defined in the port's config.

  • auto-push is the port config field that enables automatically extracting contents into neighboring storage.

Last updated