Gold small dust is gone. All hail gold nugget.

This commit is contained in:
drcrazy 2021-07-07 16:28:03 +03:00
parent f9f911bf04
commit b8715ecdda
21 changed files with 27 additions and 114 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, 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, 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

@ -446,7 +446,6 @@
"item.techreborn.flint_small_dust": "Small Pile of Flint Dust", "item.techreborn.flint_small_dust": "Small Pile of Flint Dust",
"item.techreborn.galena_small_dust": "Small Pile of Galena Dust", "item.techreborn.galena_small_dust": "Small Pile of Galena Dust",
"item.techreborn.glowstone_small_dust": "Small Pile of Glowstone 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.granite_small_dust": "Small Pile of Granite Dust",
"item.techreborn.grossular_small_dust": "Small Pile of Grossular Dust", "item.techreborn.grossular_small_dust": "Small Pile of Grossular Dust",
"item.techreborn.invar_small_dust": "Small Pile of Invar Dust", "item.techreborn.invar_small_dust": "Small Pile of Invar Dust",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -9,12 +9,12 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:gold_small_dust", "item": "minecraft:gold_nugget",
"count": 2 "count": 5
}, },
{ {
"item": "techreborn:silver_small_dust", "item": "techreborn:silver_nugget",
"count": 2 "count": 5
} }
] ]
} }

View file

@ -4,16 +4,15 @@
"time": 2400, "time": 2400,
"ingredients": [ "ingredients": [
{ {
"count": 3,
"item": "minecraft:raw_copper" "item": "minecraft:raw_copper"
} }
], ],
"results": [ "results": [
{ {
"item": "techreborn:gold_small_dust" "item": "minecraft:gold_nugget"
}, },
{ {
"item": "techreborn:nickel_small_dust" "item": "techreborn:nickel_nugget"
} }
] ]
} }

View file

@ -4,16 +4,15 @@
"time": 2400, "time": 2400,
"ingredients": [ "ingredients": [
{ {
"count": 3,
"item": "minecraft:raw_gold" "item": "minecraft:raw_gold"
} }
], ],
"results": [ "results": [
{ {
"item": "techreborn:copper_small_dust" "item": "techreborn:copper_nugget"
}, },
{ {
"item": "techreborn:nickel_small_dust" "item": "techreborn:nickel_nugget"
} }
] ]
} }

View file

@ -10,10 +10,12 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:tin_small_dust" "item": "techreborn:tin_nugget",
"count": 3
}, },
{ {
"item": "techreborn:nickel_small_dust" "item": "techreborn:nickel_nugget",
"count": 3
} }
] ]
} }

View file

@ -10,7 +10,8 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:silver_small_dust" "item": "techreborn:silver_nugget",
"count": 3
} }
] ]
} }

View file

@ -10,7 +10,8 @@
], ],
"results": [ "results": [
{ {
"item": "techreborn:lead_small_dust" "item": "techreborn:lead_nugget",
"count": 3
} }
] ]
} }

View file

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

View file

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

View file

@ -17,7 +17,8 @@
"count": 3 "count": 3
}, },
{ {
"item": "techreborn:gold_small_dust" "item": "minecraft:gold_nugget",
"count": 3
} }
] ]
} }

View file

@ -17,8 +17,8 @@
"count": 2 "count": 2
}, },
{ {
"item": "techreborn:gold_small_dust", "item": "minecraft:gold_nugget",
"count": 2 "count": 5
} }
] ]
} }

View file

@ -17,7 +17,8 @@
"count": 3 "count": 3
}, },
{ {
"item": "techreborn:gold_small_dust" "item": "minecraft:gold_nugget",
"count": 3
} }
] ]
} }

View file

@ -17,10 +17,12 @@
"count": 2 "count": 2
}, },
{ {
"item": "techreborn:gold_small_dust" "item": "minecraft:gold_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": "minecraft:gold_nugget"
}
],
"type": "techreborn:scrapbox"
}

View file

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