block stacker for all 6 directions

This commit is contained in:
Jottyfan
2022-08-27 19:45:17 +02:00
parent a4f2f3185f
commit cb12b35ce6
52 changed files with 751 additions and 98 deletions

View File

@ -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
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackerup"
}
],
"result": {
"item": "quickiefabric:blockstackerdown",
"count": 1
}
}

View File

@ -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
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackerdown"
}
],
"result": {
"item": "quickiefabric:blockstackereast",
"count": 1
}
}

View File

@ -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
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackerwest"
}
],
"result": {
"item": "quickiefabric:blockstackernorth",
"count": 1
}
}

View File

@ -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
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackereast"
}
],
"result": {
"item": "quickiefabric:blockstackersouth",
"count": 1
}
}

View File

@ -14,7 +14,7 @@
}
},
"result": {
"item": "quickiefabric:blockstacker",
"item": "quickiefabric:blockstackerup",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackernorth"
}
],
"result": {
"item": "quickiefabric:blockstackerup",
"count": 1
}
}

View File

@ -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
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackersouth"
}
],
"result": {
"item": "quickiefabric:blockstackerwest",
"count": 1
}
}