Replace iron dust with raw iron in recipes

This commit is contained in:
drcrazy 2021-06-14 21:17:11 +03:00
parent 78dbaa1842
commit 765d96a05a
17 changed files with 15 additions and 30 deletions

View file

@ -585,7 +585,7 @@ public class TRContent {
public enum Dusts implements ItemConvertible { public enum Dusts implements ItemConvertible {
ALMANDINE, ALUMINUM, ANDESITE, ANDRADITE, ASHES, BASALT, BAUXITE, BRASS, BRONZE, CALCITE, CHARCOAL, CHROME, ALMANDINE, ALUMINUM, ANDESITE, ANDRADITE, ASHES, BASALT, BAUXITE, BRASS, BRONZE, CALCITE, CHARCOAL, CHROME,
CINNABAR, CLAY, COAL, COPPER, DARK_ASHES, DIAMOND, DIORITE, ELECTRUM, EMERALD, ENDER_EYE, ENDER_PEARL, ENDSTONE, CINNABAR, CLAY, COAL, COPPER, DARK_ASHES, DIAMOND, DIORITE, ELECTRUM, EMERALD, ENDER_EYE, ENDER_PEARL, ENDSTONE,
FLINT, GALENA, GOLD, GRANITE, GROSSULAR, INVAR, IRON, LAZURITE, LEAD, MAGNESIUM, MANGANESE, MARBLE, NETHERRACK, FLINT, GALENA, GOLD, GRANITE, GROSSULAR, INVAR, LAZURITE, LEAD, MAGNESIUM, MANGANESE, MARBLE, NETHERRACK,
NICKEL, OBSIDIAN, OLIVINE, PERIDOT, PHOSPHOROUS, PLATINUM, PYRITE, PYROPE, QUARTZ, RED_GARNET, RUBY, SALTPETER, NICKEL, OBSIDIAN, OLIVINE, PERIDOT, PHOSPHOROUS, PLATINUM, PYRITE, PYROPE, QUARTZ, RED_GARNET, RUBY, SALTPETER,
SAPPHIRE, SAW, SILVER, SODALITE, SPESSARTINE, SPHALERITE, STEEL, SULFUR, TIN, TITANIUM, TUNGSTEN, UVAROVITE, SAPPHIRE, SAW, SILVER, SODALITE, SPESSARTINE, SPHALERITE, STEEL, SULFUR, TIN, TITANIUM, TUNGSTEN, UVAROVITE,
YELLOW_GARNET, ZINC; YELLOW_GARNET, ZINC;

View file

@ -1,6 +0,0 @@
{
"replace": false,
"values": [
"techreborn:iron_dust"
]
}

View file

@ -5,7 +5,7 @@
"ingredients": [ "ingredients": [
{ {
"count": 2, "count": 2,
"tag": "c:iron_dusts" "item": "minecraft:raw_iron"
}, },
{ {
"item": "techreborn:nickel_dust" "item": "techreborn:nickel_dust"

View file

@ -5,7 +5,7 @@
"ingredients": [ "ingredients": [
{ {
"count": 2, "count": 2,
"tag": "c:iron_dusts" "item": "minecraft:raw_iron"
}, },
{ {
"tag": "c:nickel_ingots" "tag": "c:nickel_ingots"

View file

@ -5,7 +5,7 @@
"ingredients": [ "ingredients": [
{ {
"count": 2, "count": 2,
"tag": "c:iron_dusts" "item": "minecraft:raw_iron"
} }
], ],
"results": [ "results": [

View file

@ -15,6 +15,6 @@
} }
], ],
"result": { "result": {
"item": "techreborn:iron_dust" "item": "minecraft:raw_iron"
} }
} }

View file

@ -2,7 +2,7 @@
"type": "minecraft:crafting_shapeless", "type": "minecraft:crafting_shapeless",
"ingredients": [ "ingredients": [
{ {
"tag": "c:iron_dusts" "item": "minecraft:raw_iron"
} }
], ],
"result": { "result": {

View file

@ -9,7 +9,7 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:iron_dust" "item": "minecraft:raw_iron"
} }
] ]
} }

View file

@ -9,7 +9,7 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:iron_dust", "item": "minecraft:raw_iron",
"count": 2 "count": 2
} }
] ]

View file

@ -15,7 +15,7 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:iron_dust", "item": "minecraft:raw_iron",
"count": 3 "count": 3
}, },
{ {

View file

@ -22,7 +22,7 @@
} }
}, },
{ {
"item": "techreborn:iron_dust", "item": "minecraft:raw_iron",
"count": 2 "count": 2
}, },
{ {

View file

@ -19,7 +19,7 @@
"count": 2 "count": 2
}, },
{ {
"item": "techreborn:iron_dust", "item": "minecraft:raw_iron",
"count": 2 "count": 2
}, },
{ {

View file

@ -10,7 +10,7 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:iron_dust" "item": "minecraft:raw_iron"
}, },
{ {
"item": "techreborn:sulfur_dust", "item": "techreborn:sulfur_dust",

View file

@ -13,7 +13,7 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:iron_dust", "item": "minecraft:raw_iron",
"count": 2 "count": 2
}, },
{ {

View file

@ -17,7 +17,7 @@
"count": 2 "count": 2
}, },
{ {
"item": "techreborn:iron_dust" "item": "minecraft:raw_iron"
}, },
{ {
"item": "techreborn:zinc_dust" "item": "techreborn:zinc_dust"

View file

@ -8,7 +8,7 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:iron_dust" "item": "minecraft:raw_iron"
} }
], ],
"type": "techreborn:scrapbox" "type": "techreborn:scrapbox"

View file

@ -1,9 +0,0 @@
{
"type": "minecraft:smelting",
"ingredient": {
"tag": "c:iron_dusts"
},
"result": "minecraft:iron_ingot",
"experience": 0.5,
"cookingtime": 200
}