mushrooms don't glow!!
This commit is contained in:
parent
8892faef5d
commit
d1c375c1ee
3 changed files with 29 additions and 0 deletions
|
|
@ -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)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue