This commit is contained in:
Pyritie 2025-05-27 20:11:13 +01:00
parent d80e5a7727
commit 0421951b84
2 changed files with 17 additions and 0 deletions

View file

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