additional files for 1.16.1.1

This commit is contained in:
2020-08-02 15:48:47 +02:00
parent af9a8aed29
commit d57c833b2b
8 changed files with 144 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,10 @@
{
"parent": "quickiefabric: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": [
"ooo",
"oso",
"ooo"
],
"key": {
"o": {
"item": "quickiefabric:speedpowder"
},
"s": {
"item": "minecraft:torch"
}
},
"result": {
"item": "quickiefabric:monsterhoarder",
"count": 1
}
}

View File

@ -0,0 +1,9 @@
{
"type": "minecraft:campfire_cooking",
"ingredient": {
"item": "minecraft:stick"
},
"result": "minecraft:torch",
"experience": 0,
"cookingtime": 50
}