upgraded recipe for th blockstacker
This commit is contained in:
parent
4ff86faf91
commit
dedcd63fdb
@ -9,7 +9,7 @@
|
|||||||
loader_version=0.14.9
|
loader_version=0.14.9
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.19.2.1
|
mod_version = 1.19.2.2
|
||||||
maven_group = de.jottyfan.minecraft
|
maven_group = de.jottyfan.minecraft
|
||||||
archives_base_name = quickiefabric
|
archives_base_name = quickiefabric
|
||||||
|
|
||||||
|
@ -2,12 +2,15 @@
|
|||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
" s ",
|
" s ",
|
||||||
"s s",
|
"scs",
|
||||||
" s "
|
" s "
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"s": {
|
"s": {
|
||||||
"item": "quickiefabric:speedpowder"
|
"item": "quickiefabric:speedpowder"
|
||||||
|
},
|
||||||
|
"c": {
|
||||||
|
"item": "minecraft:chest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"w w",
|
"s s",
|
||||||
"wsw",
|
"scs",
|
||||||
" w "
|
" s "
|
||||||
],
|
],
|
||||||
"key": {
|
"key": {
|
||||||
"s": {
|
"s": {
|
||||||
"item": "quickiefabric:speedpowder"
|
"item": "quickiefabric:speedpowder"
|
||||||
},
|
},
|
||||||
"w": {
|
"c": {
|
||||||
"item": "minecraft:planks"
|
"item": "minecraft:chest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
"item": "quickiefabric:blockstackerdown",
|
"item": "quickiefabric:blockstackerdown",
|
||||||
"count": 1
|
"count": 4
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"www",
|
|
||||||
" sw",
|
|
||||||
" w"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"s": {
|
|
||||||
"item": "quickiefabric:speedpowder"
|
|
||||||
},
|
|
||||||
"w": {
|
|
||||||
"item": "minecraft:planks"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "quickiefabric:blockstackereast",
|
|
||||||
"count": 1
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"www",
|
|
||||||
"ws ",
|
|
||||||
"w "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"s": {
|
|
||||||
"item": "quickiefabric:speedpowder"
|
|
||||||
},
|
|
||||||
"w": {
|
|
||||||
"item": "minecraft:planks"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "quickiefabric:blockstackernorth",
|
|
||||||
"count": 1
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
" w",
|
|
||||||
" sw",
|
|
||||||
"www"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"s": {
|
|
||||||
"item": "quickiefabric:speedpowder"
|
|
||||||
},
|
|
||||||
"w": {
|
|
||||||
"item": "minecraft:planks"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "quickiefabric:blockstackersouth",
|
|
||||||
"count": 1
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
" w ",
|
|
||||||
"wsw",
|
|
||||||
"w w"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"s": {
|
|
||||||
"item": "quickiefabric:speedpowder"
|
|
||||||
},
|
|
||||||
"w": {
|
|
||||||
"item": "minecraft:planks"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "quickiefabric:blockstackerup",
|
|
||||||
"count": 1
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
"w ",
|
|
||||||
"ws ",
|
|
||||||
"www"
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"s": {
|
|
||||||
"item": "quickiefabric:speedpowder"
|
|
||||||
},
|
|
||||||
"w": {
|
|
||||||
"item": "minecraft:planks"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "quickiefabric:blockstackerwest",
|
|
||||||
"count": 1
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user