started with itemhoarder

This commit is contained in:
2020-07-31 20:35:04 +02:00
parent 842f04baca
commit a18f18ec2b
11 changed files with 271 additions and 34 deletions

View File

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

View File

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

View File

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

View File

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