added rock duping recipes for vanilla basalt, added greenhouse recipe for spore blossom
This commit is contained in:
@@ -72,6 +72,8 @@ const registerMinecraftItemTags = (event) => {
|
||||
event.add('tfc:colored_terracotta', 'minecraft:white_terracotta')
|
||||
|
||||
event.add('tfc:bells', 'minecraft:bell')
|
||||
|
||||
event.add('tfc:plants', 'minecraft:spore_blossom')
|
||||
}
|
||||
|
||||
const registerMinecraftBlockTags = (event) => {
|
||||
|
||||
@@ -629,7 +629,8 @@ function registerTFGRockRecipes(event) {
|
||||
'minecraft:deepslate',
|
||||
'minecraft:cobbled_deepslate',
|
||||
'minecraft:blackstone',
|
||||
'minecraft:dripstone_block'
|
||||
'minecraft:dripstone_block',
|
||||
'minecraft:basalt'
|
||||
]
|
||||
|
||||
ROCK_DUPING.forEach(x => {
|
||||
|
||||
Reference in New Issue
Block a user