fix: hide protection tooltip

This commit is contained in:
Guz
2026-04-19 17:58:45 -03:00
parent e55d023ed0
commit 0423972c78
3 changed files with 12 additions and 3 deletions

View File

@@ -39,7 +39,10 @@
"color": "white",
"italic": true
}
]
],
"minecraft:tooltip_display": {
"hidden_components": ["minecraft:enchantments"]
}
}
}
}

View File

@@ -39,7 +39,10 @@
"color": "white",
"italic": true
}
]
],
"minecraft:tooltip_display": {
"hidden_components": ["minecraft:enchantments"]
}
}
}
}

View File

@@ -37,7 +37,10 @@
"color": "white",
"italic": true
}
]
],
"minecraft:tooltip_display": {
"hidden_components": ["minecraft:enchantments"]
}
}
}
}