Fix datagen
This commit is contained in:
parent
3eb91f255c
commit
c0b6b231c4
2 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,7 @@ class SmeltingRecipesProvider extends TechRebornRecipesProvider {
|
|||
(CommonTags.Items.sheldoniteOres) : TRContent.Ingots.PLATINUM,
|
||||
(CommonTags.Items.platinumDusts) : TRContent.Ingots.PLATINUM,
|
||||
(Items.IRON_INGOT) : TRContent.Ingots.REFINED_IRON,
|
||||
(cItem("iron_plates")): TRContent.Plates.REFINED_IRON,
|
||||
(CommonTags.Items.ironPlates) : TRContent.Plates.REFINED_IRON,
|
||||
(CommonTags.Items.silverOres) : TRContent.Ingots.SILVER,
|
||||
(CommonTags.Items.rawSilverOres) : TRContent.Ingots.SILVER,
|
||||
(CommonTags.Items.tinOres) : TRContent.Ingots.TIN,
|
||||
|
|
|
@ -45,6 +45,8 @@ class CommonTags {
|
|||
public static rawSilverOres = create("raw_silver_ores")
|
||||
public static rawTinOres = create("raw_tin_ores")
|
||||
|
||||
public static ironPlates = create("iron_plates")
|
||||
|
||||
private static def create(String path) {
|
||||
return TagFactory.ITEM.create(new Identifier("c", path))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue