block stacker for all 6 directions

This commit is contained in:
Jottyfan
2022-08-27 19:45:17 +02:00
parent a4f2f3185f
commit cb12b35ce6
52 changed files with 751 additions and 98 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -62,7 +62,12 @@
"block.quickiefabric.drillwest": "West-Bohrer",
"block.quickiefabric.drillnorth": "Nord-Bohrer",
"block.quickiefabric.drillstop": "Bohrerstopper",
"block.quickiefabric.blockstacker": "Blockstapler",
"block.quickiefabric.blockstackerup": "Blockhochstapler",
"block.quickiefabric.blockstackerdown": "Blocktiefstapler",
"block.quickiefabric.blockstackereast": "Ostblockstapler",
"block.quickiefabric.blockstackerwest": "Westblockstapler",
"block.quickiefabric.blockstackernorth": "Nordblockstapler",
"block.quickiefabric.blockstackersouth": "Südblockstapler",
"block.quickiefabric.blockspreader": "Blockverteiler",
"container.quickiefabric.backpack": "Rucksack",
"container.quickiefabric.blockstacker": "Blockstapler",

View File

@ -62,7 +62,12 @@
"block.quickiefabric.drillwest": "west drill",
"block.quickiefabric.drillnorth": "north drill",
"block.quickiefabric.drillstop": "drill stopper",
"block.quickiefabric.blockstacker": "block stacker",
"block.quickiefabric.blockstackerup": "block up stacker",
"block.quickiefabric.blockstackerdown": "block down stacker",
"block.quickiefabric.blockstackereast": "block east stacker",
"block.quickiefabric.blockstackerwest": "block west stacker",
"block.quickiefabric.blockstackernorth": "block north stacker",
"block.quickiefabric.blockstackersouth": "block south stacker",
"block.quickiefabric.blockspreader": "block spreader",
"container.quickiefabric.backpack": "backpack",
"container.quickiefabric.blockstacker": "block stacker",

View File

@ -1,8 +0,0 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"bottom": "quickiefabric:block/blockstackerbottom",
"side": "quickiefabric:block/blockstacker",
"top": "quickiefabric:block/blockstackertop"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"bottom": "quickiefabric:block/blockstackerout",
"side": "quickiefabric:block/blockstackerdown",
"top": "quickiefabric:block/blockstackerin"
}
}

View File

@ -0,0 +1,11 @@
{
"parent": "block/cube_directional",
"textures": {
"up": "quickiefabric:block/blockstackerright",
"down": "quickiefabric:block/blockstackerleft",
"north": "quickiefabric:block/blockstackerleft",
"east": "quickiefabric:block/blockstackerout",
"south": "quickiefabric:block/blockstackerright",
"west": "quickiefabric:block/blockstackerin"
}
}

View File

@ -0,0 +1,11 @@
{
"parent": "block/cube_directional",
"textures": {
"up": "quickiefabric:block/blockstackerup",
"down": "quickiefabric:block/blockstackerup",
"north": "quickiefabric:block/blockstackerout",
"east": "quickiefabric:block/blockstackerup",
"south": "quickiefabric:block/blockstackerin",
"west": "quickiefabric:block/blockstackerup"
}
}

View File

@ -0,0 +1,11 @@
{
"parent": "block/cube_directional",
"textures": {
"up": "quickiefabric:block/blockstackerdown",
"down": "quickiefabric:block/blockstackerdown",
"north": "quickiefabric:block/blockstackerin",
"east": "quickiefabric:block/blockstackerdown",
"south": "quickiefabric:block/blockstackerout",
"west": "quickiefabric:block/blockstackerdown"
}
}

View File

@ -0,0 +1,8 @@
{
"parent": "block/cube_bottom_top",
"textures": {
"bottom": "quickiefabric:block/blockstackerin",
"side": "quickiefabric:block/blockstackerup",
"top": "quickiefabric:block/blockstackerout"
}
}

View File

@ -0,0 +1,11 @@
{
"parent": "block/cube_directional",
"textures": {
"up": "quickiefabric:block/blockstackerleft",
"down": "quickiefabric:block/blockstackerright",
"north": "quickiefabric:block/blockstackerright",
"east": "quickiefabric:block/blockstackerin",
"south": "quickiefabric:block/blockstackerleft",
"west": "quickiefabric:block/blockstackerout"
}
}

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"parent": "quickiefabric:block/blockstacker",
"parent": "quickiefabric:block/blockstackerup",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],

View File

@ -0,0 +1,10 @@
{
"parent": "quickiefabric:block/blockstackereast",
"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: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

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

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackerup"
}
],
"result": {
"item": "quickiefabric:blockstackerdown",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"www",
" sw",
" w"
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
},
"w": {
"item": "minecraft:planks"
}
},
"result": {
"item": "quickiefabric:blockstackereast",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackerdown"
}
],
"result": {
"item": "quickiefabric:blockstackereast",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"www",
"ws ",
"w "
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
},
"w": {
"item": "minecraft:planks"
}
},
"result": {
"item": "quickiefabric:blockstackernorth",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackerwest"
}
],
"result": {
"item": "quickiefabric:blockstackernorth",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
" w",
" sw",
"www"
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
},
"w": {
"item": "minecraft:planks"
}
},
"result": {
"item": "quickiefabric:blockstackersouth",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackereast"
}
],
"result": {
"item": "quickiefabric:blockstackersouth",
"count": 1
}
}

View File

@ -14,7 +14,7 @@
}
},
"result": {
"item": "quickiefabric:blockstacker",
"item": "quickiefabric:blockstackerup",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackernorth"
}
],
"result": {
"item": "quickiefabric:blockstackerup",
"count": 1
}
}

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"w ",
"ws ",
"www"
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
},
"w": {
"item": "minecraft:planks"
}
},
"result": {
"item": "quickiefabric:blockstackerwest",
"count": 1
}
}

View File

@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "quickiefabric:blockstackersouth"
}
],
"result": {
"item": "quickiefabric:blockstackerwest",
"count": 1
}
}