Gold small dust is gone. All hail gold nugget.
This commit is contained in:
parent
f9f911bf04
commit
b8715ecdda
21 changed files with 27 additions and 114 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, LAZURITE, LEAD, MAGNESIUM, MANGANESE, MARBLE,
|
||||
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,
|
||||
TUNGSTEN, UVAROVITE, YELLOW_GARNET, ZINC;
|
||||
|
|
|
@ -446,7 +446,6 @@
|
|||
"item.techreborn.flint_small_dust": "Small Pile of Flint Dust",
|
||||
"item.techreborn.galena_small_dust": "Small Pile of Galena Dust",
|
||||
"item.techreborn.glowstone_small_dust": "Small Pile of Glowstone Dust",
|
||||
"item.techreborn.gold_small_dust": "Small Pile of Gold Dust",
|
||||
"item.techreborn.granite_small_dust": "Small Pile of Granite Dust",
|
||||
"item.techreborn.grossular_small_dust": "Small Pile of Grossular Dust",
|
||||
"item.techreborn.invar_small_dust": "Small Pile of Invar Dust",
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "techreborn:item/dust/gold_dust"
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "techreborn:item/smalldust/gold_small_dust"
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "techreborn:item/dust/iron_dust"
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "techreborn:item/smalldust/iron_small_dust"
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"techreborn:gold_small_dust"
|
||||
]
|
||||
}
|
|
@ -9,12 +9,12 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:gold_small_dust",
|
||||
"count": 2
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"item": "techreborn:silver_small_dust",
|
||||
"count": 2
|
||||
"item": "techreborn:silver_nugget",
|
||||
"count": 5
|
||||
}
|
||||
]
|
||||
}
|
|
@ -4,16 +4,15 @@
|
|||
"time": 2400,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 3,
|
||||
"item": "minecraft:raw_copper"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:gold_small_dust"
|
||||
"item": "minecraft:gold_nugget"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:nickel_small_dust"
|
||||
"item": "techreborn:nickel_nugget"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -4,16 +4,15 @@
|
|||
"time": 2400,
|
||||
"ingredients": [
|
||||
{
|
||||
"count": 3,
|
||||
"item": "minecraft:raw_gold"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:copper_small_dust"
|
||||
"item": "techreborn:copper_nugget"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:nickel_small_dust"
|
||||
"item": "techreborn:nickel_nugget"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -10,10 +10,12 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:tin_small_dust"
|
||||
"item": "techreborn:tin_nugget",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:nickel_small_dust"
|
||||
"item": "techreborn:nickel_nugget",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
|
@ -10,7 +10,8 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:silver_small_dust"
|
||||
"item": "techreborn:silver_nugget",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
|
@ -10,7 +10,8 @@
|
|||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:lead_small_dust"
|
||||
"item": "techreborn:lead_nugget",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:gold_small_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:gold_small_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:gold_small_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:gold_small_dust"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:raw_gold"
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:raw_gold"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:gold_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
}
|
|
@ -17,7 +17,8 @@
|
|||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:gold_small_dust"
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:gold_small_dust",
|
||||
"count": 2
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 5
|
||||
}
|
||||
]
|
||||
}
|
|
@ -17,7 +17,8 @@
|
|||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:gold_small_dust"
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
|
@ -17,10 +17,12 @@
|
|||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "techreborn:gold_small_dust"
|
||||
"item": "minecraft:gold_nugget",
|
||||
"count": 3
|
||||
},
|
||||
{
|
||||
"item": "techreborn:nickel_small_dust"
|
||||
"item": "techreborn:nickel_nugget",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"power": 10,
|
||||
"time": 20,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:scrap_box"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "minecraft:gold_nugget"
|
||||
}
|
||||
],
|
||||
"type": "techreborn:scrapbox"
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"power": 10,
|
||||
"time": 20,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:scrap_box"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:gold_small_dust"
|
||||
}
|
||||
],
|
||||
"type": "techreborn:scrapbox"
|
||||
}
|
Loading…
Reference in a new issue