Iron small dust is gone. All hail iron nugget.

This commit is contained in:
drcrazy 2021-07-05 11:39:02 +03:00
parent 12765ae87f
commit 23868443b5
10 changed files with 19 additions and 65 deletions

View file

@ -638,7 +638,7 @@ public class TRContent {
public enum SmallDusts implements ItemConvertible { public enum SmallDusts 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, 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, 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, RUBY, SALTPETER, SAPPHIRE, SAW, SILVER, SODALITE, SPESSARTINE, SPHALERITE, STEEL, SULFUR, TIN, TITANIUM,
TUNGSTEN, UVAROVITE, YELLOW_GARNET, ZINC; TUNGSTEN, UVAROVITE, YELLOW_GARNET, ZINC;

View file

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

View file

@ -10,13 +10,16 @@
], ],
"results": [ "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
} }
] ]
} }

View file

@ -10,10 +10,12 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:zinc_small_dust" "item": "techreborn:zinc_nugget",
"count": 3
}, },
{ {
"item": "techreborn:iron_small_dust" "item": "minecraft:iron_nugget",
"count": 3
} }
] ]
} }

View file

@ -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"
}
}

View file

@ -1,12 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:raw_iron"
}
],
"result": {
"item": "techreborn:iron_small_dust",
"count": 4
}
}

View file

@ -19,8 +19,8 @@
"count": 2 "count": 2
}, },
{ {
"item": "techreborn:iron_small_dust", "item": "minecraft:iron_nugget",
"count": 2 "count": 5
}, },
{ {
"item": "techreborn:cell", "item": "techreborn:cell",

View file

@ -17,10 +17,12 @@
"count": 2 "count": 2
}, },
{ {
"item": "techreborn:iron_small_dust" "item": "minecraft:iron_nugget",
"count": 3
}, },
{ {
"item": "techreborn:zinc_small_dust" "item": "techreborn:zinc_nugget",
"count": 3
} }
] ]
} }

View file

@ -17,8 +17,8 @@
"count": 2 "count": 2
}, },
{ {
"item": "techreborn:iron_small_dust", "item": "minecraft:iron_nugget",
"count": 3 "count": 7
}, },
{ {
"item": "techreborn:manganese_small_dust", "item": "techreborn:manganese_small_dust",

View file

@ -1,15 +0,0 @@
{
"power": 10,
"time": 20,
"ingredients": [
{
"item": "techreborn:scrap_box"
}
],
"results": [
{
"item": "techreborn:iron_small_dust"
}
],
"type": "techreborn:scrapbox"
}