From dfa3ccd9670650de29f4190fcdd18e60b8437397 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 9 May 2025 21:16:36 +0100 Subject: [PATCH] removed kjs moon plants since they're in tfg-core now --- kubejs/startup_scripts/tfg/blocks.space.js | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index c4d74bdba..75aaab83f 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -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)