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:
Ayutac 2022-01-02 10:13:42 +01:00 committed by GitHub
parent e95428d0f0
commit 330521fdfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@ class SmeltingRecipesProvider extends TechRebornRecipesProvider implements Commo
(cItem("sheldonite_ores")): TRContent.Ingots.PLATINUM, (cItem("sheldonite_ores")): TRContent.Ingots.PLATINUM,
(cItem("platinum_dusts")): TRContent.Ingots.PLATINUM, (cItem("platinum_dusts")): TRContent.Ingots.PLATINUM,
(Items.IRON_INGOT): TRContent.Ingots.REFINED_IRON, (Items.IRON_INGOT): TRContent.Ingots.REFINED_IRON,
(cItem("iron_plates")): TRContent.Plates.REFINED_IRON,
(cItem("silver_ores")): TRContent.Ingots.SILVER, (cItem("silver_ores")): TRContent.Ingots.SILVER,
(cItem("raw_silver_ores")): TRContent.Ingots.SILVER, (cItem("raw_silver_ores")): TRContent.Ingots.SILVER,
(cItem("tin_ores")): TRContent.Ingots.TIN, (cItem("tin_ores")): TRContent.Ingots.TIN,