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

@ -7,7 +7,7 @@ function registerTFGSpaceBlocks(event) {
.item(item => {
item.modelJson({ parent: 'tfg:block/marker/moon' })
})
.tagBlock('minecraft:mineable/pickaxe')
.tagBlock('c:hidden_from_recipe_viewers')
.fullBlock(true)
.opaque(true)
@ -16,7 +16,7 @@ function registerTFGSpaceBlocks(event) {
.item(item => {
item.modelJson({ parent: 'tfg:block/marker/mars' })
})
.tagBlock('minecraft:mineable/pickaxe')
.tagBlock('c:hidden_from_recipe_viewers')
.fullBlock(true)
.opaque(true)
@ -25,7 +25,7 @@ function registerTFGSpaceBlocks(event) {
.item(item => {
item.modelJson({ parent: 'tfg:block/marker/venus' })
})
.tagBlock('minecraft:mineable/pickaxe')
.tagBlock('c:hidden_from_recipe_viewers')
.fullBlock(true)
.opaque(true)
@ -34,7 +34,7 @@ function registerTFGSpaceBlocks(event) {
.item(item => {
item.modelJson({ parent: 'tfg:block/marker/mercury' })
})
.tagBlock('minecraft:mineable/pickaxe')
.tagBlock('c:hidden_from_recipe_viewers')
.fullBlock(true)
.opaque(true)
@ -212,6 +212,21 @@ function registerTFGSpaceBlocks(event) {
.stoneSoundType()
.noItem()
// #region Plants
event.create('tfg:lunar_roots', 'tfg:decorative_plant')
.soundType('nether_wart')
.lightLevel(0.4)
.tagItem('tfg:moon_plants')
//.extendedProperties(p => { p.offsetType('xz') })
event.create('tfg:lunar_sprouts', 'tfg:decorative_plant')
.soundType('nether_wart')
.tagItem('tfg:moon_plants')
//.extendedProperties(p => { p.offsetType('xz') })
// #endregion
//#region Venus Blocks
//Fluorapatite
const fluorapatite_colors = ['blue', 'green', 'brown', 'orange', 'white', 'yellow'];