added a bunch of plants from Better End, tags, recipes, license, credits (#1229)
This commit is contained in:
parent
39c847a561
commit
710db0a913
125 changed files with 1714 additions and 38 deletions
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue