generated from NTCat/mcpacktemp
21 lines
683 B
JSON
21 lines
683 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|