Replace iron dust with raw iron in recipes
This commit is contained in:
parent
78dbaa1842
commit
765d96a05a
17 changed files with 15 additions and 30 deletions
|
@ -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;
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"replace": false,
|
|
||||||
"values": [
|
|
||||||
"techreborn:iron_dust"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"count": 2,
|
"count": 2,
|
||||||
"tag": "c:iron_dusts"
|
"item": "minecraft:raw_iron"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
|
@ -15,6 +15,6 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "techreborn:iron_dust"
|
"item": "minecraft:raw_iron"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -2,7 +2,7 @@
|
||||||
"type": "minecraft:crafting_shapeless",
|
"type": "minecraft:crafting_shapeless",
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"tag": "c:iron_dusts"
|
"item": "minecraft:raw_iron"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:iron_dust"
|
"item": "minecraft:raw_iron"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -9,7 +9,7 @@
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:iron_dust",
|
"item": "minecraft:raw_iron",
|
||||||
"count": 2
|
"count": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -15,7 +15,7 @@
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:iron_dust",
|
"item": "minecraft:raw_iron",
|
||||||
"count": 3
|
"count": 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "techreborn:iron_dust",
|
"item": "minecraft:raw_iron",
|
||||||
"count": 2
|
"count": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"count": 2
|
"count": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "techreborn:iron_dust",
|
"item": "minecraft:raw_iron",
|
||||||
"count": 2
|
"count": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:iron_dust"
|
"item": "minecraft:raw_iron"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "techreborn:sulfur_dust",
|
"item": "techreborn:sulfur_dust",
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:iron_dust",
|
"item": "minecraft:raw_iron",
|
||||||
"count": 2
|
"count": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
"count": 2
|
"count": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "techreborn:iron_dust"
|
"item": "minecraft:raw_iron"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "techreborn:zinc_dust"
|
"item": "techreborn:zinc_dust"
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:iron_dust"
|
"item": "minecraft:raw_iron"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "techreborn:scrapbox"
|
"type": "techreborn:scrapbox"
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:smelting",
|
|
||||||
"ingredient": {
|
|
||||||
"tag": "c:iron_dusts"
|
|
||||||
},
|
|
||||||
"result": "minecraft:iron_ingot",
|
|
||||||
"experience": 0.5,
|
|
||||||
"cookingtime": 200
|
|
||||||
}
|
|
Loading…
Reference in a new issue