This commit is contained in:
Pyritie 2025-05-29 21:01:25 +01:00
commit 1305d713f4
28 changed files with 523 additions and 352 deletions

View file

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