itemhoarder sucks, but items get lost on harvesting block

This commit is contained in:
Jottyfan
2025-12-28 20:34:43 +01:00
parent 9ad284a95a
commit dc30a395f4
13 changed files with 315 additions and 16 deletions

View File

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

View File

@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "quickly:block/itemhoarder"
}
}

View File

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

View File

@@ -0,0 +1,10 @@
{
"parent": "quickly: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