added block stacker without gui
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"s s",
|
||||
"scs",
|
||||
" s "
|
||||
],
|
||||
"key": {
|
||||
"s": {
|
||||
"item": "quickiemod:speedingot"
|
||||
},
|
||||
"c": {
|
||||
"item": "minecraft:chest"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackerdown",
|
||||
"count": 4
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiemod:blockstackerup"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackerdown",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiemod:blockstackerdown"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackereast",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiemod:blockstackerwest"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackernorth",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiemod:blockstackereast"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackersouth",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiemod:blockstackernorth"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackerup",
|
||||
"count": 1
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "quickiemod:blockstackersouth"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"id": "quickiemod:blockstackerwest",
|
||||
"count": 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user