
Simple deletion not working
Droid-B1045 opened this issue ยท 1 comments
{
"blacklisted_items": [
better_weaponry:copper_armor_boots,
better_weaponry:copper_armor_leggings,
better_weaponry:copper_armor_chestplate,
better_weaponry:copper_armor_helmet,
better_weaponry:copper_sword,
"//Items here will be unusable completely",
"examplemod:example_item"
],
"only_disable_interactions": [
"//Items here will not be able to be right-clicked (Interact)",
"examplemod:example_item"
],
"only_disable_attacks": [
"//Items here will not be able to be used to attack",
"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"
]
}
am i writing it wrong? the id is correct but i still see them in creative menu and jei too
(1.20.1, forge)