blockstacker without menu
Some checks failed
build / build (21) (push) Has been cancelled

This commit is contained in:
Jottyfan
2024-11-30 18:44:28 +01:00
parent f59ceb8883
commit 83267ea506
42 changed files with 986 additions and 53 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"s s",
"scs",
" s "
],
"key": {
"s": "quickiemod:speedingot",
"c": [
"minecraft:chest",
"minecraft:barrel"
]
},
"result": {
"id": "quickiemod:blockstackerdown",
"count": 4
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"quickiemod:blockstackerup"
],
"result": {
"id": "quickiemod:blockstackerdown",
"count": 1
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"quickiemod:blockstackerdown"
],
"result": {
"id": "quickiemod:blockstackereast",
"count": 1
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"quickiemod:blockstackerwest"
],
"result": {
"id": "quickiemod:blockstackernorth",
"count": 1
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"quickiemod:blockstackereast"
],
"result": {
"id": "quickiemod:blockstackersouth",
"count": 1
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"quickiemod:blockstackernorth"
],
"result": {
"id": "quickiemod:blockstackerup",
"count": 1
}
}

View File

@@ -0,0 +1,10 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
"quickiemod:blockstackersouth"
],
"result": {
"id": "quickiemod:blockstackerwest",
"count": 1
}
}