removed kjs moon plants since they're in tfg-core now

This commit is contained in:
Pyritie 2025-05-09 21:16:36 +01:00
parent 461cb8912b
commit dfa3ccd967

View file

@ -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)