no idea if this is fixed in GT7 or not, but the nano/quark armor has actual armor points now

This commit is contained in:
Pyritie 2025-07-07 21:51:04 +01:00
parent ffd7630d2d
commit 8b9da9c142
2 changed files with 45 additions and 0 deletions

View file

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