more tags
This commit is contained in:
parent
b1ec5ad5b4
commit
d5974bf0c8
2 changed files with 3 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue