SonsOfHorror/client/config/item_obliterator.json

21 lines
683 B
JSON
Raw Normal View History

2024-08-18 12:03:55 -07:00
{
"blacklisted_items": [
"//Items here will be unusable completely",
"fear_the_dark:leg_spike"
],
"only_disable_interactions": [
"//Items here will not be able to be right-clicked (Interact)",
"//Keep in mind this already is applied to blacklisted items",
"examplemod:example_item"
],
"only_disable_attacks": [
"//Items here will not be able to be used to attack",
"//Keep in mind this already is applied to blacklisted items",
"examplemod:example_item"
],
"only_disable_recipes": [
"//Items here will get their recipes disabled",
"//Keep in mind this already is applied to blacklisted items",
"examplemod:example_item"
]
}