Gold and Tin small dusts are gone.

This commit is contained in:
drcrazy 2021-07-18 13:45:07 +03:00
parent a05b497cb2
commit 0cab865fdb
17 changed files with 25 additions and 135 deletions

View file

@ -637,10 +637,10 @@ 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,
CINNABAR, CLAY, COAL, DARK_ASHES, DIAMOND, DIORITE, ELECTRUM, EMERALD, ENDER_EYE, ENDER_PEARL, ENDSTONE,
FLINT, GALENA, GLOWSTONE, 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,
RUBY, SALTPETER, SAPPHIRE, SAW, SILVER, SODALITE, SPESSARTINE, SPHALERITE, STEEL, SULFUR, TITANIUM,
TUNGSTEN, UVAROVITE, YELLOW_GARNET, ZINC;
public final String name;

View file

@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "techreborn:item/smalldust/copper_small_dust"
}
}

View file

@ -1,6 +0,0 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "techreborn:item/smalldust/tin_small_dust"
}
}

View file

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

View file

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

View file

@ -9,11 +9,12 @@
],
"results": [
{
"item": "techreborn:copper_small_dust",
"count": 3
"item": "techreborn:copper_nugget",
"count": 7
},
{
"item": "techreborn:zinc_small_dust"
"item": "techreborn:zinc_nugget",
"count": 3
}
]
}

View file

@ -9,12 +9,12 @@
],
"results": [
{
"item": "techreborn:copper_small_dust",
"count": 3
"item": "techreborn:copper_nugget",
"count": 7
},
{
"item": "techreborn:tin_small_dust",
"count": 1
"item": "techreborn:tin_nugget",
"count": 3
}
]
}

View file

@ -9,7 +9,8 @@
],
"results": [
{
"item": "techreborn:tin_small_dust"
"item": "techreborn:tin_nugget",
"count": 3
}
]
}

View file

@ -1,20 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:copper_small_dust"
},
{
"item": "techreborn:copper_small_dust"
},
{
"item": "techreborn:copper_small_dust"
},
{
"item": "techreborn:copper_small_dust"
}
],
"result": {
"item": "minecraft:raw_copper"
}
}

View file

@ -1,20 +0,0 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:tin_small_dust"
},
{
"item": "techreborn:tin_small_dust"
},
{
"item": "techreborn:tin_small_dust"
},
{
"item": "techreborn:tin_small_dust"
}
],
"result": {
"item": "techreborn:raw_tin"
}
}

View file

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

View file

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

View file

@ -17,10 +17,12 @@
"count": 3
},
{
"item": "techreborn:copper_small_dust"
"item": "techreborn:copper_nugget",
"count": 3
},
{
"item": "techreborn:nickel_small_dust"
"item": "techreborn:nickel_nugget",
"count": 3
}
]
}

View file

@ -17,10 +17,12 @@
"count": 2
},
{
"item": "techreborn:copper_small_dust"
"item": "techreborn:copper_nugget",
"count": 3
},
{
"item": "techreborn:nickel_small_dust"
"item": "techreborn:nickel_nugget",
"count": 3
}
]
}

View file

@ -14,13 +14,15 @@
"results": [
{
"item": "minecraft:raw_iron",
"count": 2
"count": 3
},
{
"item": "techreborn:tin_small_dust"
"item": "techreborn:tin_nugget",
"count": 3
},
{
"item": "techreborn:nickel_small_dust"
"item": "techreborn:nickel_nugget",
"count": 3
}
]
}

View file

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

View file

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