Gem armor and tools

This commit is contained in:
drcrazy 2019-07-17 16:24:37 +03:00
parent 9db0e068e1
commit d9cbbfa0fc
43 changed files with 737 additions and 21 deletions

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
"X#",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:bronze_ingot"
}
},
"result": {
"item": "techreborn:bronze_axe"
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X X",
"X X"
],
"key": {
"X": {
"item": "techreborn:bronze_ingot"
}
},
"result": {
"item": "techreborn:bronze_boots"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X X",
"XXX",
"XXX"
],
"key": {
"X": {
"item": "techreborn:bronze_ingot"
}
},
"result": {
"item": "techreborn:bronze_chestplate"
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X"
],
"key": {
"X": {
"item": "techreborn:bronze_ingot"
}
},
"result": {
"item": "techreborn:bronze_helmet"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
" #",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:bronze_ingot"
}
},
"result": {
"item": "techreborn:bronze_hoe"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X",
"X X"
],
"key": {
"X": {
"item": "techreborn:bronze_ingot"
}
},
"result": {
"item": "techreborn:bronze_leggings"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
" # ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:bronze_ingot"
}
},
"result": {
"item": "techreborn:bronze_pickaxe"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:bronze_ingot"
}
},
"result": {
"item": "techreborn:bronze_spade"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"X",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:bronze_ingot"
}
},
"result": {
"item": "techreborn:bronze_sword"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"RRR",
"RDR",
"RRR"
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"D": {
"item": "minecraft:diamond"
}
},
"result": {
"item": "techreborn:energy_crystal"
}
}

View file

@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"LCL",
"LEL",
"LCL"
],
"key": {
"L": {
"item": "minecraft:lapis_lazuli"
},
"C": {
"item": "techreborn:electronic_circuit"
},
"E": {
"item": "techreborn:energy_crystal"
}
},
"result": {
"item": "techreborn:lapotron_crystal"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"LLL",
"LPL",
"LLL"
],
"key": {
"L": {
"item": "techreborn:lapotron_crystal"
},
"P": {
"item": "techreborn:iridium_alloy_plate"
}
},
"result": {
"item": "techreborn:lapotronic_orb"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
"X#",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:peridot_gem"
}
},
"result": {
"item": "techreborn:peridot_axe"
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X X",
"X X"
],
"key": {
"X": {
"item": "techreborn:peridot_gem"
}
},
"result": {
"item": "techreborn:peridot_boots"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X X",
"XXX",
"XXX"
],
"key": {
"X": {
"item": "techreborn:peridot_gem"
}
},
"result": {
"item": "techreborn:peridot_chestplate"
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X"
],
"key": {
"X": {
"item": "techreborn:peridot_gem"
}
},
"result": {
"item": "techreborn:peridot_helmet"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
" #",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:peridot_gem"
}
},
"result": {
"item": "techreborn:peridot_hoe"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X",
"X X"
],
"key": {
"X": {
"item": "techreborn:peridot_gem"
}
},
"result": {
"item": "techreborn:peridot_leggings"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
" # ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:peridot_gem"
}
},
"result": {
"item": "techreborn:peridot_pickaxe"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:peridot_gem"
}
},
"result": {
"item": "techreborn:peridot_spade"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"X",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:peridot_gem"
}
},
"result": {
"item": "techreborn:peridot_sword"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
"X#",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:ruby_gem"
}
},
"result": {
"item": "techreborn:ruby_axe"
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X X",
"X X"
],
"key": {
"X": {
"item": "techreborn:ruby_gem"
}
},
"result": {
"item": "techreborn:ruby_boots"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X X",
"XXX",
"XXX"
],
"key": {
"X": {
"item": "techreborn:ruby_gem"
}
},
"result": {
"item": "techreborn:ruby_chestplate"
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X"
],
"key": {
"X": {
"item": "techreborn:ruby_gem"
}
},
"result": {
"item": "techreborn:ruby_helmet"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
" #",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:ruby_gem"
}
},
"result": {
"item": "techreborn:ruby_hoe"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X",
"X X"
],
"key": {
"X": {
"item": "techreborn:ruby_gem"
}
},
"result": {
"item": "techreborn:ruby_leggings"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
" # ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:ruby_gem"
}
},
"result": {
"item": "techreborn:ruby_pickaxe"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:ruby_gem"
}
},
"result": {
"item": "techreborn:ruby_spade"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"X",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:ruby_gem"
}
},
"result": {
"item": "techreborn:ruby_sword"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
"X#",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:sapphire_gem"
}
},
"result": {
"item": "techreborn:sapphire_axe"
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X X",
"X X"
],
"key": {
"X": {
"item": "techreborn:sapphire_gem"
}
},
"result": {
"item": "techreborn:sapphire_boots"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X X",
"XXX",
"XXX"
],
"key": {
"X": {
"item": "techreborn:sapphire_gem"
}
},
"result": {
"item": "techreborn:sapphire_chestplate"
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X"
],
"key": {
"X": {
"item": "techreborn:sapphire_gem"
}
},
"result": {
"item": "techreborn:sapphire_helmet"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
" #",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:sapphire_gem"
}
},
"result": {
"item": "techreborn:sapphire_hoe"
}
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X",
"X X"
],
"key": {
"X": {
"item": "techreborn:sapphire_gem"
}
},
"result": {
"item": "techreborn:sapphire_leggings"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
" # ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:sapphire_gem"
}
},
"result": {
"item": "techreborn:sapphire_pickaxe"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:sapphire_gem"
}
},
"result": {
"item": "techreborn:sapphire_spade"
}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"X",
"#"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "techreborn:sapphire_gem"
}
},
"result": {
"item": "techreborn:sapphire_sword"
}
}

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:rubber"
},
{
"item": "techreborn:copper_cable"
}
],
"result": {
"item": "techreborn:insulated_copper_cable"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:rubber"
},
{
"item": "techreborn:rubber"
},
{
"item": "techreborn:gold_cable"
}
],
"result": {
"item": "techreborn:insulated_gold_cable"
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "techreborn:rubber"
},
{
"item": "techreborn:rubber"
},
{
"item": "techreborn:hv_cable"
}
],
"result": {
"item": "techreborn:insulated_hv_cable"
}
}