added rock duping recipes for vanilla basalt, added greenhouse recipe for spore blossom
This commit is contained in:
parent
70e491903d
commit
9f439a60ed
2 changed files with 4 additions and 1 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue