Added smelting iron plates into refined iron plates. Thanks to Ayutac
Normal cooking times by using the datagen I hope, and there is no reason to not have this.
This commit is contained in:
parent
e95428d0f0
commit
330521fdfe
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ class SmeltingRecipesProvider extends TechRebornRecipesProvider implements Commo
|
|||
(cItem("sheldonite_ores")): TRContent.Ingots.PLATINUM,
|
||||
(cItem("platinum_dusts")): TRContent.Ingots.PLATINUM,
|
||||
(Items.IRON_INGOT): TRContent.Ingots.REFINED_IRON,
|
||||
(cItem("iron_plates")): TRContent.Plates.REFINED_IRON,
|
||||
(cItem("silver_ores")): TRContent.Ingots.SILVER,
|
||||
(cItem("raw_silver_ores")): TRContent.Ingots.SILVER,
|
||||
(cItem("tin_ores")): TRContent.Ingots.TIN,
|
||||
|
|
Loading…
Reference in a new issue