block stacker for all 6 directions
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"w w",
|
||||
"wsw",
|
||||
" w "
|
||||
],
|
||||
"key": {
|
||||
"s": {
|
||||
"item": "quickiefabric:speedpowder"
|
||||
},
|
||||
"w": {
|
||||
"item": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackerdown",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiefabric:blockstackerup"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackerdown",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"www",
|
||||
" sw",
|
||||
" w"
|
||||
],
|
||||
"key": {
|
||||
"s": {
|
||||
"item": "quickiefabric:speedpowder"
|
||||
},
|
||||
"w": {
|
||||
"item": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackereast",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiefabric:blockstackerdown"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackereast",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"www",
|
||||
"ws ",
|
||||
"w "
|
||||
],
|
||||
"key": {
|
||||
"s": {
|
||||
"item": "quickiefabric:speedpowder"
|
||||
},
|
||||
"w": {
|
||||
"item": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackernorth",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiefabric:blockstackerwest"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackernorth",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" w",
|
||||
" sw",
|
||||
"www"
|
||||
],
|
||||
"key": {
|
||||
"s": {
|
||||
"item": "quickiefabric:speedpowder"
|
||||
},
|
||||
"w": {
|
||||
"item": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackersouth",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiefabric:blockstackereast"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackersouth",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -14,7 +14,7 @@
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstacker",
|
||||
"item": "quickiefabric:blockstackerup",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiefabric:blockstackernorth"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackerup",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"w ",
|
||||
"ws ",
|
||||
"www"
|
||||
],
|
||||
"key": {
|
||||
"s": {
|
||||
"item": "quickiefabric:speedpowder"
|
||||
},
|
||||
"w": {
|
||||
"item": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackerwest",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiefabric:blockstackersouth"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "quickiefabric:blockstackerwest",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user