lunar foliage
This commit is contained in:
parent
ec576813c2
commit
73fe3f160c
10 changed files with 31 additions and 31 deletions
|
|
@ -1,19 +1,19 @@
|
|||
function registerTFGSpaceBlocks(event) {
|
||||
|
||||
// TODO: replace these two with new blocks from tfg-core so they have a proper CanSurvive
|
||||
event.create('tfg:lunar_warped_roots')
|
||||
.soundType('nether_sprouts')
|
||||
.hardness(0.2)
|
||||
.item(item => {
|
||||
item.modelJson({ parent: 'minecraft:item/warped_roots' })
|
||||
})
|
||||
.tagBlock('tfc:can_carve')
|
||||
.fullBlock(false)
|
||||
.defaultCutout()
|
||||
.model('tfg:block/lunar_warped_roots')
|
||||
.box(3, 0, 3, 12, 12, 12, true)
|
||||
.noCollision()
|
||||
.noDrops()
|
||||
//event.create('tfg:lunar_warped_roots')
|
||||
// .soundType('nether_sprouts')
|
||||
// .hardness(0.2)
|
||||
// .item(item => {
|
||||
// item.modelJson({ parent: 'minecraft:item/warped_roots' })
|
||||
// })
|
||||
// .tagBlock('tfc:can_carve')
|
||||
// .fullBlock(false)
|
||||
// .defaultCutout()
|
||||
// .model('tfg:block/lunar_warped_roots')
|
||||
// .box(3, 0, 3, 12, 12, 12, true)
|
||||
// .noCollision()
|
||||
// .noDrops()
|
||||
|
||||
event.create('tfg:lunar_sprouts')
|
||||
.soundType('nether_sprouts')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue