initial commit

This commit is contained in:
2025-02-06 09:44:25 +00:00
commit cdc7e5d2cd
89 changed files with 412 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"textures": {
"particle": "minecraft:block/soul_sand"
}
}
@@ -0,0 +1,15 @@
{
"parent": "item/dragon_skull",
"display": {
"gui": {
"translation": [ -2, 2, 0 ],
"rotation": [ 30, 45, 0 ],
"scale": [ 0.25, 0.25, 0.25 ]
},
"thirdperson_righthand": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, -1, 2 ],
"scale": [ 0.25, 0.25, 0.25 ]
}
}
}
@@ -0,0 +1,27 @@
{
"textures": {
"particle": "block/soul_sand"
},
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 1, 1, 1 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 4, 0],
"scale":[ 1, 1, 1 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 0.5, 0.5, 0.5 ]
},
"thirdperson_righthand": {
"rotation": [ 45, 45, 0 ],
"translation": [ 0, 3, 0 ],
"scale": [ 0.5, 0.5, 0.5 ]
}
}
}