fix #2178
This commit is contained in:
parent
91e1072060
commit
1111a31795
2 changed files with 30 additions and 1 deletions
|
|
@ -51,6 +51,35 @@ const registerRnrRecipes = (event) => {
|
|||
'1x rnr:ceramic_roof_tile',
|
||||
'rnr:unfired_roof_tile'
|
||||
).id('rnr:smelting/unfired_roof_tile')
|
||||
|
||||
event.remove({id: 'rnr:clay_knapping/roof_tile_a'})
|
||||
event.remove({id: 'rnr:clay_knapping/roof_tile_b'})
|
||||
event.remove({id: 'rnr:clay_knapping/roof_tile_c'})
|
||||
|
||||
event.recipes.tfc.knapping('10x rnr:unfired_roof_tile', 'tfc:clay', [
|
||||
'XXXXX',
|
||||
'X X',
|
||||
' ',
|
||||
'XXXXX',
|
||||
'X X'
|
||||
]).id('tfg:clay_knapping/roof_tile_a')
|
||||
|
||||
event.recipes.tfc.knapping('5x rnr:unfired_roof_tile', 'tfc:clay', [
|
||||
'XXXXX',
|
||||
'X X',
|
||||
' ',
|
||||
' ',
|
||||
' '
|
||||
]).id('tfg:clay_knapping/roof_tile_b')
|
||||
|
||||
event.recipes.tfc.knapping('5x rnr:unfired_roof_tile', 'tfc:clay', [
|
||||
' ',
|
||||
' ',
|
||||
' ',
|
||||
'XXXXX',
|
||||
'X X'
|
||||
]).id('tfg:clay_knapping/roof_tile_c')
|
||||
|
||||
|
||||
event.recipes.gtceu.mixer('rnr:mixer/wet_concrete_mix')
|
||||
.inputFluids('gtceu:concrete 192', "#tfg:clean_water 808")
|
||||
|
|
|
|||
|
|
@ -845,7 +845,7 @@ global.TFC_CLAY_TO_UNFIRED_MOLD_RECIPE_COMPONENTS = /** @type {const} */ ([
|
|||
{ input: "5x minecraft:clay_ball", output: "tfc:ceramic/unfired_vessel", name: "vessel" },
|
||||
{ input: "5x minecraft:clay_ball", output: "tfc:ceramic/unfired_large_vessel", name: "large_vessel" },
|
||||
{ input: "5x minecraft:clay_ball", output: "tfcchannelcasting:unfired_heart_mold", name: "heart_mold" },
|
||||
{ input: "5x minecraft:clay_ball", output: "2x rnr:unfired_roof_tile", name: "roof_tile" },
|
||||
{ input: "5x minecraft:clay_ball", output: "10x rnr:unfired_roof_tile", name: "roof_tile" },
|
||||
{ input: "5x tfc:fire_clay", output: "tfc:ceramic/unfired_fire_ingot_mold", name: "fire_ingot_mold" },
|
||||
{ input: "5x tfc:fire_clay", output: "tfc:ceramic/unfired_crucible", name: "crucible" },
|
||||
{ input: "5x tfc:fire_clay", output: "tfcchannelcasting:unfired_channel", name: "channel" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue