Skip to content

Commit

Permalink
Added Custom Recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Quizer9O8 committed Jul 8, 2020
1 parent 6c3a04d commit 7b0f222
Show file tree
Hide file tree
Showing 256 changed files with 5,035 additions and 16 deletions.
4 changes: 0 additions & 4 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ issueTrackerURL="https://github.com/Quizer9O8/Strata/issues" #optional

modId="strata" #mandatory

<<<<<<< Updated upstream
version="1.0.2" #mandatory
=======
version="1.0.3" #mandatory
>>>>>>> Stashed changes

displayName="Strata" #mandatory

Expand Down
19 changes: 19 additions & 0 deletions src/main/resources/data/minecraft/recipes/amphibolite_axe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX",
"X#",
" #"
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "strata:amphibolite_cobblestone"
}
},
"result": {
"item": "minecraft:stone_axe"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"III",
"IXI",
"###"
],
"key": {
"#": {
"item": "strata:polished_amphibolite"
},
"X": {
"item": "minecraft:furnace"
},
"I": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:blast_furnace"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" B ",
"###"
],
"key": {
"B": {
"item": "minecraft:blaze_rod"
},
"#": {
"item": "strata:amphibolite_cobblestone"
}
},
"result": {
"item": "minecraft:brewing_stand"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"#X#",
"III"
],
"key": {
"#": {
"item": "minecraft:redstone_torch"
},
"X": {
"item": "minecraft:quartz"
},
"I": {
"item": "strata:amphibolite"
}
},
"result": {
"item": "minecraft:comparator"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#X#",
"#R#"
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"#": {
"item": "strata:amphibolite_cobblestone"
},
"X": {
"item": "minecraft:bow"
}
},
"result": {
"item": "minecraft:dispenser"
}
}
19 changes: 19 additions & 0 deletions src/main/resources/data/minecraft/recipes/amphibolite_dropper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"#R#"
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"#": {
"item": "strata:amphibolite_cobblestone"
}
},
"result": {
"item": "minecraft:dropper"
}
}
16 changes: 16 additions & 0 deletions src/main/resources/data/minecraft/recipes/amphibolite_furnace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"item": "strata:amphibolite_cobblestone"
}
},
"result": {
"item": "minecraft:furnace"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"I-I",
"# #"
],
"key": {
"I": {
"item": "minecraft:stick"
},
"-": {
"item": "strata:amphibolite_slab"
},
"#": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "minecraft:grindstone"
}
}
19 changes: 19 additions & 0 deletions src/main/resources/data/minecraft/recipes/amphibolite_hoe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XX ",
" # ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "strata:amphibolite_cobblestone"
}
},
"result": {
"item": "minecraft:stone_hoe"
}
}
18 changes: 18 additions & 0 deletions src/main/resources/data/minecraft/recipes/amphibolite_lever.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#"
],
"key": {
"#": {
"item": "strata:amphibolite_cobblestone"
},
"X": {
"item": "minecraft:stick"
}
},
"result": {
"item": "minecraft:lever"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"RRQ",
"###"
],
"key": {
"Q": {
"item": "minecraft:quartz"
},
"R": {
"item": "minecraft:redstone"
},
"#": {
"item": "strata:amphibolite_cobblestone"
}
},
"result": {
"item": "minecraft:observer"
}
}
19 changes: 19 additions & 0 deletions src/main/resources/data/minecraft/recipes/amphibolite_pickaxe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
" # ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "strata:amphibolite_cobblestone"
}
},
"result": {
"item": "minecraft:stone_pickaxe"
}
}
25 changes: 25 additions & 0 deletions src/main/resources/data/minecraft/recipes/amphibolite_piston.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"TTT",
"#X#",
"#R#"
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"#": {
"item": "strata:amphibolite_cobblestone"
},
"T": {
"tag": "minecraft:planks"
},
"X": {
"item": "minecraft:iron_ingot"
}
},
"result": {
"item": "minecraft:piston"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#X#",
"III"
],
"key": {
"#": {
"item": "minecraft:redstone_torch"
},
"X": {
"item": "minecraft:redstone"
},
"I": {
"item": "strata:amphibolite"
}
},
"result": {
"item": "minecraft:repeater"
}
}
19 changes: 19 additions & 0 deletions src/main/resources/data/minecraft/recipes/amphibolite_shovel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" X ",
" # ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "strata:amphibolite_cobblestone"
}
},
"result": {
"item": "minecraft:stone_shovel"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"###"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"#": {
"item": "strata:amphibolite"
}
},
"result": {
"item": "minecraft:stonecutter"
}
}
19 changes: 19 additions & 0 deletions src/main/resources/data/minecraft/recipes/amphibolite_sword.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" X ",
" X ",
" # "
],
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "strata:amphibolite_cobblestone"
}
},
"result": {
"item": "minecraft:stone_sword"
}
}
Loading

0 comments on commit 7b0f222

Please sign in to comment.