diff --git a/kubejs/server_scripts/tfg/venus/tags.venus.js b/kubejs/server_scripts/tfg/venus/tags.venus.js index 15dd2188b..87d703712 100644 --- a/kubejs/server_scripts/tfg/venus/tags.venus.js +++ b/kubejs/server_scripts/tfg/venus/tags.venus.js @@ -86,6 +86,7 @@ function registerTFGVenusBlockTags(event) { event.add('ad_astra:venus_stone_replaceables', 'create:scoria') event.add('ad_astra:venus_stone_replaceables', 'create:scorchia') event.add('ad_astra:venus_stone_replaceables', 'ad_astra:conglomerate') + event.add('ad_astra:venus_stone_replaceables', 'tfg:rock/halite') event.add('ad_astra:venus_stone_replaceables', 'minecraft:tuff') event.add('ad_astra:venus_stone_replaceables', 'minecraft:basalt') event.add('ad_astra:venus_stone_replaceables', 'minecraft:smooth_basalt') diff --git a/kubejs/startup_scripts/tfg/venus/blocks.venus_deco.js b/kubejs/startup_scripts/tfg/venus/blocks.venus_deco.js index a5db21f7e..c74331090 100644 --- a/kubejs/startup_scripts/tfg/venus/blocks.venus_deco.js +++ b/kubejs/startup_scripts/tfg/venus/blocks.venus_deco.js @@ -230,6 +230,8 @@ function registerTFGWorldGenVenusDecoBlocks(event) { .mapColor('podzol') .requiresTool(true) .tagBlock('minecraft:mineable/pickaxe') + .tagBoth('tfc:rock/raw') + .tagBoth('forge:stone') event.create('betterend:lucernia_bark') .soundType('netherrack')