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

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"obo",
"ooo"
],
"key": {
"o": "quickly:speedingot",
"b": "minecraft:barrel"
},
"result": {
"id": "quickly:itemhoarder",
"count": 1
}
}

View File

@@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oco",
"ooo"
],
"key": {
"o": "quickly:speedingot",
"c": "minecraft:chest"
},
"result": {
"id": "quickly:itemhoarder",
"count": 1
}
}