increased durability of blue steel diving suit

This commit is contained in:
Pyritie 2025-06-04 12:41:23 +01:00
parent 706db40033
commit 435f514db2
4 changed files with 26 additions and 1 deletions

View file

@ -28,6 +28,7 @@ BlockEvents.modification(event => {
ItemEvents.modification(event => {
registerBeneathItemModifications(event)
registerConstructionWandsItemModifications(event)
registerCreateItemModifications(event)
registerMinecraftItemModifications(event)
})