added lavahoarder

This commit is contained in:
2020-07-31 19:39:25 +02:00
parent 28c1ae42f4
commit 842f04baca
8 changed files with 154 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oso",
"ooo"
],
"key": {
"o": {
"item": "minecraft:obsidian"
},
"s": {
"item": "quickiefabric:speedpowder"
}
},
"result": {
"item": "quickiefabric:lavahoarder",
"count": 1
}
}