More Better End plants (#1471)

* github pls

* add initial textures + blockstates

* models

* started writing up the blocks

* model adjustments, added item models and textures

* cleanup

* git moment
This commit is contained in:
Pyritie 2025-07-28 23:33:10 +01:00 committed by GitHub
parent a607627d98
commit 87f9d0cf6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
624 changed files with 13023 additions and 25 deletions

View file

@ -12,4 +12,11 @@ function registerAdAstraBlockModifications(event) {
block.lightEmission = 15
})
})
event.modify('ad_astra:strophar_mushroom', block => {
block.lightEmission = 0
})
event.modify('ad_astra:aeronos_mushroom', block => {
block.lightEmission = 0
})
}