Config option to disable blocks / items registration
Davoleo opened this issue ยท 0 comments
New config options to disable blocks and items by type
Re-implement these config entries in general.cfg correctly as well
# When set to true all armor sets are disabled
B:"Disable all armor set"=true
# When set to true all tool sets are disabled
B:"Disable all tools"=true
Original Comment:
Unfortunately adding many decorative blocks causes the usage of many new ids, in your case they exceeded the maximum number of possible ids, you can either remove some of the mods or install not enough ids
in a future update I'll also add an option to disable decorative blocks in case you don't want them and want to save some ids
Originally posted by @Davoleo in #254 (comment)