Iron small dust is gone. All hail iron nugget.
This commit is contained in:
parent
12765ae87f
commit
23868443b5
10 changed files with 19 additions and 65 deletions
|
@ -638,7 +638,7 @@ public class TRContent {
|
|||
public enum SmallDusts implements ItemConvertible {
|
||||
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,
|
||||
FLINT, GALENA, GLOWSTONE, GOLD, GRANITE, GROSSULAR, INVAR, IRON, LAZURITE, LEAD, MAGNESIUM, MANGANESE, MARBLE,
|
||||
FLINT, GALENA, GLOWSTONE, GOLD, GRANITE, GROSSULAR, INVAR, LAZURITE, LEAD, MAGNESIUM, MANGANESE, MARBLE,
|
||||
NETHERRACK, NICKEL, OBSIDIAN, OLIVINE, PERIDOT, PHOSPHOROUS, PLATINUM, PYRITE, PYROPE, QUARTZ, REDSTONE, RED_GARNET,
|
||||
RUBY, SALTPETER, SAPPHIRE, SAW, SILVER, SODALITE, SPESSARTINE, SPHALERITE, STEEL, SULFUR, TIN, TITANIUM,
|
||||
TUNGSTEN, UVAROVITE, YELLOW_GARNET, ZINC;
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"techreborn:iron_small_dust"
|
||||
]
|
||||
}
|
|
@ -10,13 +10,16 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:iron_small_dust"
|
||||
"item": "minecraft:iron_nugget",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:gold_small_dust"
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:copper_small_dust"
|
||||
"item": "techreborn:copper_nugget",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
|
@ -10,10 +10,12 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:zinc_small_dust"
|
||||
"item": "techreborn:zinc_nugget",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iron_small_dust"
|
||||
"item": "minecraft:iron_nugget",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:iron_small_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iron_small_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iron_small_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iron_small_dust"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:raw_iron"
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:raw_iron"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:iron_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -19,8 +19,8 @@
|
|||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iron_small_dust",
|
||||
"count": 2
|
||||
"item": "minecraft:iron_nugget",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
|
|
|
@ -17,10 +17,12 @@
|
|||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iron_small_dust"
|
||||
"item": "minecraft:iron_nugget",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:zinc_small_dust"
|
||||
"item": "techreborn:zinc_nugget",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
|
@ -17,8 +17,8 @@
|
|||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:iron_small_dust",
|
||||
"count": 3
|
||||
"item": "minecraft:iron_nugget",
|
||||
"count": 7
|
||||
},
|
||||
{
|
||||
"item": "techreborn:manganese_small_dust",
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"power": 10,
|
||||
"time": 20,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:scrap_box"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:iron_small_dust"
|
||||
}
|
||||
],
|
||||
"type": "techreborn:scrapbox"
|
||||
}
|
Loading…
Reference in a new issue