upper for complete stacks
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "quickiefabric:block/blockstacker"
|
||||
}
|
||||
}
|
||||
}
|
@ -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.",
|
||||
|
@ -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.",
|
||||
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "quickiefabric:block/blockstacker"
|
||||
}
|
||||
}
|
@ -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 |
@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user