mushrooms don't glow!!

This commit is contained in:
Pyritie 2025-07-29 01:31:32 +01:00
parent 8892faef5d
commit d1c375c1ee
3 changed files with 29 additions and 0 deletions

View file

@ -17,12 +17,14 @@ StartupEvents.registry('entity_type', event => {
BlockEvents.modification(event => {
registerAdAstraBlockModifications(event)
registerSpeciesBlockModifications(event)
})
ItemEvents.modification(event => {
registerBeneathItemModifications(event)
registerConstructionWandsItemModifications(event)
registerCreateItemModifications(event)
registerFirmalifeItemModifications(event)
registerGTCEuItemModifications(event)
registerMinecraftItemModifications(event)
})