Add in missing recipes
This commit is contained in:
parent
108220bedc
commit
b374cfd0ea
8 changed files with 94 additions and 1 deletions
|
@ -36,6 +36,7 @@
|
|||
"block.ariasessentials.steel_floor_grating": "Steel Floor Grating",
|
||||
"block.ariasessentials.steel_table": "Steel Table",
|
||||
"block.ariasessentials.steel_catwalk": "Steel Catwalk",
|
||||
"block.ariasessentials.steel_catwalk_top": "Top Oriented Steel Catwalk",
|
||||
"block.ariasessentials.steel_railing": "Steel Railing",
|
||||
"block.ariasessentials.steel_catwalk_stairs": "Steel Catwalk Stairs",
|
||||
"block.ariasessentials.steel_catwalk_stairs_lr": "Steel Catwalk Left Rail",
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "ariasessentials:steel_catwalk_top"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "ariasessentials:steel_catwalk"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"RSR"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "ariasessentials:steel_catwalk"
|
||||
},
|
||||
"R": {
|
||||
"item": "ariasessentials:steel_railing"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:steel_catwalk_stairs_dr",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"RS "
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "ariasessentials:steel_catwalk"
|
||||
},
|
||||
"R": {
|
||||
"item": "ariasessentials:steel_railing"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:steel_catwalk_stairs_lr",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" SR"
|
||||
],
|
||||
"key": {
|
||||
"S": {
|
||||
"item": "ariasessentials:steel_catwalk"
|
||||
},
|
||||
"R": {
|
||||
"item": "ariasessentials:steel_railing"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:steel_catwalk_stairs_rr",
|
||||
"count": 6
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "ariasessentials:steel_catwalk"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "ariasessentials:steel_catwalk_top"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"WWW",
|
||||
"W W"
|
||||
],
|
||||
"key": {
|
||||
"W": {
|
||||
"item": "ariasessentials:metal_bar"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "ariasessentials:steel_railing",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue