added and improved monster hoarder

This commit is contained in:
Jottyfan
2024-06-10 22:17:09 +02:00
parent 99668e129d
commit 9299dc39f1
14 changed files with 253 additions and 10 deletions

View File

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

View File

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

View File

@ -0,0 +1,10 @@
{
"parent": "quickiemod:block/monsterhoarder",
"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.3 KiB

View File

@ -0,0 +1,20 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"qqq",
"qtq",
"qqq"
],
"key": {
"q": {
"item": "quickiemod:quickieingot"
},
"t": {
"item": "minecraft:torch"
}
},
"result": {
"id": "quickiemod:monsterhoarder",
"count": 1
}
}