Skip to content

Commit

Permalink
upload fixed model for 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
muzikbike authored Dec 7, 2024
1 parent 159c737 commit 149dfaf
Showing 1 changed file with 130 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,130 @@
how do i correctly create a new branch in my own fork based on the latest version of this branch?????
{
"ambientocclusion": false,
"textures": {
"particle": "block/flower_pot",
"flowerpot": "block/flower_pot",
"dirt": "block/dirt"
},
"elements": [
{
"from": [5, 0, 5],
"to": [11, 6, 11],
"faces": {
"north": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"east": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"south": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"},
"west": {"uv": [5, 10, 11, 16], "texture": "#flowerpot"}
}
},
{
"from": [5, 0, 5],
"to": [10, 6, 6],
"faces": {
"up": {"uv": [5, 5, 10, 6], "texture": "#flowerpot"},
"down": {"uv": [5, 10, 10, 11], "texture": "#flowerpot", "cullface": "down"}
}
},
{
"from": [10, 0, 5],
"to": [11, 6, 10],
"faces": {
"up": {"uv": [10, 5, 11, 10], "texture": "#flowerpot"},
"down": {"uv": [10, 6, 11, 11], "texture": "#flowerpot", "cullface": "down"}
}
},
{
"from": [6, 0, 10],
"to": [11, 6, 11],
"faces": {
"up": {"uv": [6, 10, 11, 11], "texture": "#flowerpot"},
"down": {"uv": [6, 5, 11, 6], "texture": "#flowerpot", "cullface": "down"}
}
},
{
"from": [5, 0, 6],
"to": [6, 6, 11],
"faces": {
"up": {"uv": [5, 6, 6, 11], "texture": "#flowerpot"},
"down": {"uv": [5, 5, 6, 10], "texture": "#flowerpot", "cullface": "down"}
}
},
{
"from": [6, 4, 6],
"to": [10, 6, 6],
"faces": {
"south": {"uv": [6, 10, 10, 12], "texture": "#flowerpot"}
}
},
{
"from": [10, 4, 6],
"to": [10, 6, 10],
"faces": {
"west": {"uv": [6, 10, 10, 12], "texture": "#flowerpot"}
}
},
{
"from": [6, 4, 10],
"to": [10, 6, 10],
"faces": {
"north": {"uv": [6, 10, 10, 12], "texture": "#flowerpot"}
}
},
{
"from": [6, 4, 6],
"to": [6, 6, 10],
"faces": {
"east": {"uv": [6, 10, 10, 12], "texture": "#flowerpot"}
}
},
{
"from": [6, 0, 6],
"to": [10, 4, 10],
"faces": {
"up": {"uv": [6, 6, 10, 10], "texture": "#dirt"},
"down": {"uv": [6, 12, 10, 16], "texture": "#flowerpot", "cullface": "down"}
}
},
{
"from": [8, 4, 2.6],
"to": [8, 16, 13.4],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#plant"},
"west": {"uv": [0, 0, 16, 16], "texture": "#plant"}
}
},
{
"from": [8, 4, 2.6],
"to": [8, 16, 13.4],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#plant"},
"west": {"uv": [0, 0, 16, 16], "texture": "#plant"}
}
},
{
"from": [2.6, 4, 8],
"to": [13.4, 16, 8],
"shade": false,
"light_emission": 15,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#cross_emissive"},
"south": {"uv": [0, 0, 16, 16], "texture": "#cross_emissive"}
}
},
{
"from": [8, 4, 2.6],
"to": [8, 16, 13.4],
"shade": false,
"light_emission": 15,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#cross_emissive"},
"west": {"uv": [0, 0, 16, 16], "texture": "#cross_emissive"}
}
}
]
}

0 comments on commit 149dfaf

Please sign in to comment.