added itemhoarder with block entity

This commit is contained in:
Jottyfan
2024-11-21 21:42:29 +01:00
parent 451f19ea73
commit 7993693d9c
11 changed files with 335 additions and 0 deletions

View File

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

View File

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

View File

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