preparation for item spreader

This commit is contained in:
2022-08-22 00:48:13 +02:00
parent 9e36a08660
commit a4f2f3185f
13 changed files with 193 additions and 3 deletions

View File

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

View File

@ -63,6 +63,7 @@
"block.quickiefabric.drillnorth": "Nord-Bohrer",
"block.quickiefabric.drillstop": "Bohrerstopper",
"block.quickiefabric.blockstacker": "Blockstapler",
"block.quickiefabric.blockspreader": "Blockverteiler",
"container.quickiefabric.backpack": "Rucksack",
"container.quickiefabric.blockstacker": "Blockstapler",
"msg.buildingplan.start": "beginne Konstruktionsaufnahme bei %s,%s,%s",

View File

@ -63,6 +63,7 @@
"block.quickiefabric.drillnorth": "north drill",
"block.quickiefabric.drillstop": "drill stopper",
"block.quickiefabric.blockstacker": "block stacker",
"block.quickiefabric.blockspreader": "block spreader",
"container.quickiefabric.backpack": "backpack",
"container.quickiefabric.blockstacker": "block stacker",
"msg.buildingplan.start": "started recording of construction at %s,%s,%s",

View File

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

View File

@ -0,0 +1,10 @@
{
"parent": "quickiefabric:block/blockspreader",
"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: 240 B

View File

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

View File

@ -1,13 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" s ",
"s s",
"s s"
" w ",
"wsw",
"w w"
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
},
"w": {
"item": "minecraft:planks"
}
},
"result": {