buffed hot or not insulation by x3

This commit is contained in:
Pyritie 2025-04-20 14:48:11 +01:00
parent 7babaf2dfa
commit f434b9f380
3 changed files with 38 additions and 0 deletions

View file

@ -27,6 +27,7 @@ BlockEvents.modification(event => {
*/
ItemEvents.modification(event => {
registerBeneathItemModifications(event)
registerHotOrNotItemModifications(event)
registerMinecraftItemModifications(event)
})