removed kjs moon plants since they're in tfg-core now
This commit is contained in:
parent
461cb8912b
commit
dfa3ccd967
1 changed files with 0 additions and 29 deletions
|
|
@ -1,34 +1,5 @@
|
|||
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_sprouts')
|
||||
.soundType('nether_sprouts')
|
||||
.hardness(0.2)
|
||||
.item(item => {
|
||||
item.modelJson({ parent: 'minecraft:item/nether_sprouts' })
|
||||
})
|
||||
.tagBlock('tfc:can_carve')
|
||||
.fullBlock(false)
|
||||
.defaultCutout()
|
||||
.model('tfg:block/lunar_sprouts')
|
||||
.box(3, 0, 3, 12, 4, 12, true)
|
||||
.noCollision()
|
||||
.noDrops()
|
||||
|
||||
event.create('tfg:rock/hardened_moon_stone')
|
||||
.stoneSoundType()
|
||||
.requiresTool(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue