Skip to content

Commit

Permalink
Summoning Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
Eveeecx committed Nov 25, 2024
1 parent d4e85ac commit 1e8016e
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 0 deletions.
52 changes: 52 additions & 0 deletions assets/minecraft/models/item/decor/kweebec_particle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "item/decor/kweebec_particle",
"particle": "item/decor/kweebec_particle"
},
"elements": [
{
"from": [-16, 0, -16],
"to": [32, 0, 32],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
"down": {"uv": [16, 16, 0, 0], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [0, 180, 0],
"translation": [0, 4.25, 0],
"scale": [0.3, 0.3, 0.3]
},
"thirdperson_lefthand": {
"rotation": [0, 180, 0],
"translation": [0, 4.25, 0],
"scale": [0.3, 0.3, 0.3]
},
"firstperson_righthand": {
"rotation": [74.76, -8.69, 29.1],
"translation": [0, 5.75, 0],
"scale": [0.31, 0.31, 0.31]
},
"firstperson_lefthand": {
"rotation": [74.76, -8.69, 29.1],
"translation": [0, 5.75, 0],
"scale": [0.31, 0.31, 0.31]
},
"ground": {
"translation": [0, 2.75, 0],
"scale": [0.34, 0.34, 0.34]
},
"gui": {
"rotation": [90, 0, 0],
"translation": [-0.5, -1.5, 0],
"scale": [0.49, 0.49, 0.49]
},
"fixed": {
"rotation": [-85, 0, 0],
"scale": [4, 4, 4]
}
}
}
51 changes: 51 additions & 0 deletions assets/minecraft/models/item/decor/summoning_circle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "item/decor/summoning_circle",
"particle": "item/decor/summoning_circle"
},
"elements": [
{
"from": [-16, 0, -16],
"to": [32, 0, 32],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#0"},
"down": {"uv": [16, 0, 0, 16], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [0, 180, 0],
"translation": [0, 4.5, 0],
"scale": [0.3, 0.3, 0.3]
},
"thirdperson_lefthand": {
"rotation": [0, 180, 0],
"translation": [0, 4.25, 0],
"scale": [0.3, 0.3, 0.3]
},
"firstperson_righthand": {
"rotation": [74.76, -8.69, 29.1],
"translation": [0, 5.75, 0],
"scale": [0.31, 0.31, 0.31]
},
"firstperson_lefthand": {
"rotation": [74.76, -8.69, 29.1],
"translation": [0, 5.75, 0],
"scale": [0.31, 0.31, 0.31]
},
"ground": {
"translation": [0, 7, 0]
},
"gui": {
"rotation": [90, 0, 0],
"translation": [1, 0.5, 0],
"scale": [0.36, 0.36, 0.36]
},
"fixed": {
"rotation": [-85, 0, 0],
"scale": [4, 4, 4]
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e8016e

Please sign in to comment.