This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:blockstackerup"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackerdown",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:blockstackerdown"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackereast",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:blockstackerwest"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackernorth",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:blockstackereast"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackersouth",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:blockstackernorth"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackerup",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
"quickiemod:blockstackersouth"
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackerwest",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user