added rock duping recipes for vanilla basalt, added greenhouse recipe for spore blossom

This commit is contained in:
Pyritie 2025-06-25 22:10:33 +01:00
parent 70e491903d
commit 9f439a60ed
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -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 => {