added a bunch of plants from Better End, tags, recipes, license, credits (#1229)

This commit is contained in:
Pyritie 2025-06-29 20:10:37 +01:00 committed by GitHub
parent 39c847a561
commit 710db0a913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
125 changed files with 1714 additions and 38 deletions

View file

@ -6,6 +6,7 @@ StartupEvents.registry('item', event => {
})
StartupEvents.registry('block', event => {
registerBetterEndBlocks(event)
registerTFGBlocks(event)
})