Added quartz dust. Closes #2012
This commit is contained in:
parent
bb206e9f41
commit
162e4bbbee
12 changed files with 104 additions and 3 deletions
|
@ -554,7 +554,7 @@ public class TRContent {
|
|||
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, GOLD, GRANITE, GROSSULAR, INVAR, IRON, LAZURITE, LEAD, MAGNESIUM, MANGANESE, MARBLE, NETHERRACK,
|
||||
NICKEL, OBSIDIAN, OLIVINE, PERIDOT, PHOSPHOROUS, PLATINUM, PYRITE, PYROPE, RED_GARNET, RUBY, SALTPETER,
|
||||
NICKEL, OBSIDIAN, OLIVINE, PERIDOT, PHOSPHOROUS, PLATINUM, PYRITE, PYROPE, QUARTZ, RED_GARNET, RUBY, SALTPETER,
|
||||
SAPPHIRE, SAW, SILVER, SODALITE, SPESSARTINE, SPHALERITE, STEEL, SULFUR, TIN, TITANIUM, TUNGSTEN, UVAROVITE,
|
||||
YELLOW_GARNET, ZINC;
|
||||
|
||||
|
@ -585,7 +585,7 @@ public class TRContent {
|
|||
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, IRON, LAZURITE, LEAD, MAGNESIUM, MANGANESE, MARBLE,
|
||||
NETHERRACK, NICKEL, OBSIDIAN, OLIVINE, PERIDOT, PHOSPHOROUS, PLATINUM, PYRITE, PYROPE, 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,
|
||||
TUNGSTEN, UVAROVITE, YELLOW_GARNET, ZINC;
|
||||
|
||||
|
@ -766,7 +766,7 @@ public class TRContent {
|
|||
|
||||
public enum Plates implements ItemConvertible {
|
||||
ADVANCED_ALLOY, ALUMINUM, BRASS, BRONZE, CARBON, CHROME, COAL, COPPER, DIAMOND, ELECTRUM, EMERALD, GOLD, INVAR,
|
||||
IRIDIUM_ALLOY, IRIDIUM, IRON, LAPIS, LAZURITE, LEAD, MAGNALIUM, NICKEL, OBSIDIAN, PERIDOT, PLATINUM, RED_GARNET,
|
||||
IRIDIUM_ALLOY, IRIDIUM, IRON, LAPIS, LAZURITE, LEAD, MAGNALIUM, NICKEL, OBSIDIAN, PERIDOT, PLATINUM, QUARTZ, RED_GARNET,
|
||||
REDSTONE, REFINED_IRON, RUBY, SAPPHIRE, SILICON, SILVER, STEEL, TIN, TITANIUM, TUNGSTEN, TUNGSTENSTEEL, WOOD,
|
||||
YELLOW_GARNET, ZINC;
|
||||
|
||||
|
|
|
@ -293,6 +293,7 @@
|
|||
"item.techreborn.platinum_dust": "Platinum Dust",
|
||||
"item.techreborn.pyrite_dust": "Pyrite Dust",
|
||||
"item.techreborn.pyrope_dust": "Pyrope Dust",
|
||||
"item.techreborn.quartz_dust": "Quartz Dust",
|
||||
"item.techreborn.red_garnet_dust": "Red Garnet Dust",
|
||||
"item.techreborn.ruby_dust": "Ruby Dust",
|
||||
"item.techreborn.saltpeter_dust": "Saltpeter Dust",
|
||||
|
@ -358,6 +359,7 @@
|
|||
"item.techreborn.platinum_small_dust": "Small Pile of Platinum Dust",
|
||||
"item.techreborn.pyrite_small_dust": "Small Pile of Pyrite Dust",
|
||||
"item.techreborn.pyrope_small_dust": "Small Pile of Pyrope Dust",
|
||||
"item.techreborn.quartz_small_dust": "Small Pile of Quartz Dust",
|
||||
"item.techreborn.red_garnet_small_dust": "Small Pile of Red Garnet Dust",
|
||||
"item.techreborn.redstone_small_dust": "Small Pile of Redstone",
|
||||
"item.techreborn.ruby_small_dust": "Small Pile of Ruby Dust",
|
||||
|
@ -459,6 +461,7 @@
|
|||
"item.techreborn.obsidian_plate": "Obsidian Plate",
|
||||
"item.techreborn.peridot_plate": "Peridot Plate",
|
||||
"item.techreborn.platinum_plate": "Platinum Plate",
|
||||
"item.techreborn.quartz_plate": "Quartz Plate",
|
||||
"item.techreborn.red_garnet_plate": "Red Garnet Plate",
|
||||
"item.techreborn.redstone_plate": "Redstone Plate",
|
||||
"item.techreborn.refined_iron_plate": "Refined Iron Plate",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "techreborn:item/dust/quartz_dust"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "techreborn:item/plate/quartz_plate"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "techreborn:item/smalldust/quartz_small_dust"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 395 B |
Binary file not shown.
After Width: | Height: | Size: 483 B |
Binary file not shown.
After Width: | Height: | Size: 369 B |
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"type": "techreborn:blast_furnace",
|
||||
"power": 128,
|
||||
"time": 1000,
|
||||
"heat": 1500,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:quartz_dust",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"fluid": "techreborn:carbon",
|
||||
"holder": "techreborn:cell",
|
||||
"count": 4
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"nbt": {
|
||||
"fluid": "techreborn:silicon"
|
||||
}
|
||||
},
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"count": 2,
|
||||
"nbt": {
|
||||
"fluid": "techreborn:compressed_air"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"type": "techreborn:compressor",
|
||||
"power": 10,
|
||||
"time": 250,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:quartz_dust"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:quartz_plate"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:quartz_small_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:quartz_small_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:quartz_small_dust"
|
||||
},
|
||||
{
|
||||
"item": "techreborn:quartz_small_dust"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:quartz_dust"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:quartz_dust"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "techreborn:quartz_small_dust",
|
||||
"count": 4
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue