upper for complete stacks

This commit is contained in:
Jottyfan
2022-08-20 01:14:38 +02:00
parent 218c98ccfb
commit 0df9614d08
13 changed files with 166 additions and 13 deletions

View File

@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "quickiefabric:block/blockstacker"
}
}
}

View File

@ -62,7 +62,9 @@
"block.quickiefabric.drillwest": "West-Bohrer",
"block.quickiefabric.drillnorth": "Nord-Bohrer",
"block.quickiefabric.drillstop": "Bohrerstopper",
"block.quickiefabric.blockstacker": "Blockstapler",
"container.quickiefabric.backpack": "Rucksack",
"container.quickiefabric.blockstacker": "Blockstapler",
"msg.buildingplan.start": "beginne Konstruktionsaufnahme bei %s,%s,%s",
"msg.buildingplan.end": "beende Konstruktionsaufnahme bei %s,%s,%s",
"msg.buildingplan.null": "Der Bauplan ist kaputt.",

View File

@ -62,7 +62,9 @@
"block.quickiefabric.drillwest": "west drill",
"block.quickiefabric.drillnorth": "north drill",
"block.quickiefabric.drillstop": "drill stopper",
"block.quickiefabric.blockstacker": "block stacker",
"container.quickiefabric.backpack": "backpack",
"container.quickiefabric.blockstacker": "block stacker",
"msg.buildingplan.start": "started recording of construction at %s,%s,%s",
"msg.buildingplan.end": "finished recording of construction at %s,%s,%s",
"msg.buildingplan.null": "The building plan is damaged.",

View File

@ -0,0 +1,6 @@
{
"parent": "block/cube_all",
"textures": {
"all": "quickiefabric:block/blockstacker"
}
}

View File

@ -0,0 +1,10 @@
{
"parent": "quickiefabric:block/blockstacker",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" s ",
"s s",
"s s"
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
}
},
"result": {
"item": "quickiefabric:blockstacker",
"count": 1
}
}