Bronze small dust is gone.

This commit is contained in:
drcrazy 2021-07-19 10:55:40 +03:00
parent 163d41ad85
commit 9cb90bb56d
6 changed files with 1 additions and 60 deletions

View file

@ -636,7 +636,7 @@ public class TRContent {
}
public enum SmallDusts implements ItemConvertible {
ALMANDINE, ANDESITE, ANDRADITE, ASHES, BASALT, BAUXITE, BRONZE, CALCITE, CHARCOAL, CHROME,
ALMANDINE, ANDESITE, ANDRADITE, ASHES, BASALT, BAUXITE, CALCITE, CHARCOAL, CHROME,
CINNABAR, CLAY, COAL, DARK_ASHES, DIAMOND, DIORITE, ELECTRUM, EMERALD, ENDER_EYE, ENDER_PEARL, ENDSTONE,
FLINT, GALENA, GLOWSTONE, GRANITE, GROSSULAR, INVAR, LAZURITE, MAGNESIUM, MANGANESE, MARBLE,
NETHERRACK, NICKEL, OBSIDIAN, OLIVINE, PERIDOT, PHOSPHOROUS, PLATINUM, PYRITE, PYROPE, QUARTZ, REDSTONE, RED_GARNET,

View file

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

View file

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

View file

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

View file

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

View file

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