settingtypes.txt 951 B

123456789101112131415
  1. #When true, simplecrafting_lib will generate log errors on startup listing all the recipes
  2. #that were removed due to invalid items in their inputs or outputs, or due to a lack of
  3. #registered items fulfilling the group requirements of their inputs. This can be useful
  4. #for identifying bad recipes in other mods.
  5. simplecrafting_lib_log_invalid_recipe_removal (Log invalid recipe removal as errors) bool false
  6. #When true, enables a number of commands useful for mod and game devs: /saverecipes,
  7. #/loadrecipes, /clearrecipes, /diffrecipes. The "server" priviledge is required to use
  8. #these commands.
  9. simplecrafting_lib_enable_developer_commands (Enable save/load/clear commands useful for developers) bool false
  10. #Overrides the default inventory crafting UI for sfinv and unified_crafting
  11. #and places all non-furnace recipes into a craft_type for it.
  12. simplecrafting_lib_override_default_player_crafting (Create a player craft_type by default) bool false