Skip to content

Commit

Permalink
fixed spirit tree
Browse files Browse the repository at this point in the history
had aligned model to thirdperson/armourstand instead of head/armourstand
also added a green leaf texture for the tree.
  • Loading branch information
Regorty committed Apr 13, 2024
1 parent 5a02167 commit 4d744e8
Show file tree
Hide file tree
Showing 14 changed files with 3,054 additions and 2,960 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 27 additions & 19 deletions assets/ms/models/farming/stage/spirit_tree_stage_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"credit": "Made by Regorty",
"textures": {
"0": "block/birch_log",
"1": "block/birch_leaves",
"1": "block/spirit_tree_leaves",
"particle": "block/birch_log"
},
"elements": [
{
"from": [7, 0, 7],
"to": [9, 6, 9],
"from": [7, -3, 7],
"to": [9, 3, 9],
"rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]},
"faces": {
"north": {"uv": [0, 0, 2, 6], "texture": "#0"},
"east": {"uv": [0, 0, 2, 6], "texture": "#0"},
Expand All @@ -19,9 +20,9 @@
}
},
{
"from": [7.53284, 8.67878, 7.1],
"to": [9.33284, 13.67878, 8.9],
"rotation": {"angle": -22.5, "axis": "z", "origin": [0.53284, 8.67878, 0.1]},
"from": [7.53284, 5.67878, 7.1],
"to": [9.33284, 10.67878, 8.9],
"rotation": {"angle": -22.5, "axis": "z", "origin": [0.53284, 5.67878, 0.1]},
"faces": {
"north": {"uv": [0, 0, 1.8, 5], "texture": "#0"},
"east": {"uv": [0, 0, 1.8, 5], "texture": "#0"},
Expand All @@ -31,19 +32,19 @@
}
},
{
"from": [9.44626, 13.29818, 7.35],
"to": [9.99626, 14.29818, 8.65],
"rotation": {"angle": -22.5, "axis": "z", "origin": [2.44626, 13.29818, 0.25]},
"from": [9.44626, 10.29818, 7.35],
"to": [9.99626, 11.29818, 8.65],
"rotation": {"angle": -22.5, "axis": "z", "origin": [2.44626, 10.29818, 0.25]},
"faces": {
"north": {"uv": [0, 0, 0.55, 1], "texture": "#0"},
"south": {"uv": [0, 0, 0.55, 1], "texture": "#0"},
"west": {"uv": [0, 0, 1.3, 1], "texture": "#0"}
}
},
{
"from": [9.2764, 9.93057, 7.35],
"to": [10.5764, 15.43057, 8.65],
"rotation": {"angle": 0, "axis": "z", "origin": [2.0264, 9.93057, 0.35]},
"from": [9.2764, 6.93057, 7.35],
"to": [10.5764, 12.43057, 8.65],
"rotation": {"angle": 0, "axis": "z", "origin": [2.0264, 6.93057, 0.35]},
"faces": {
"north": {"uv": [0, 0, 1.3, 5.5], "texture": "#0"},
"east": {"uv": [0, 0, 1.3, 5.5], "texture": "#0"},
Expand All @@ -53,9 +54,9 @@
}
},
{
"from": [4.38579, 13.17664, 7.85],
"to": [6.88579, 13.97664, 8.65],
"rotation": {"angle": -22.5, "axis": "z", "origin": [12.38579, 5.42664, 0.35]},
"from": [4.38579, 10.17664, 7.85],
"to": [6.88579, 10.97664, 8.65],
"rotation": {"angle": -22.5, "axis": "z", "origin": [12.38579, 2.42664, 0.35]},
"faces": {
"north": {"uv": [0, 0, 0.8, 2.5], "rotation": 90, "texture": "#0"},
"south": {"uv": [0, 0, 0.8, 2.5], "rotation": 270, "texture": "#0"},
Expand All @@ -65,8 +66,9 @@
}
},
{
"from": [9.25, 15, 7.25],
"to": [10.5, 16.5, 8.75],
"from": [9.25, 12, 7.25],
"to": [10.5, 13.5, 8.75],
"rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]},
"faces": {
"north": {"uv": [0, 0, 1.25, 1.5], "texture": "#1"},
"east": {"uv": [0, 0, 1.5, 1.5], "texture": "#1"},
Expand All @@ -77,8 +79,9 @@
}
},
{
"from": [9.35, 16.5, 7.5],
"to": [10.4, 17.5, 8.5],
"from": [9.35, 13.5, 7.5],
"to": [10.4, 14.5, 8.5],
"rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]},
"faces": {
"north": {"uv": [0, 0, 1.05, 1], "texture": "#1"},
"east": {"uv": [0, 0, 1, 1], "texture": "#1"},
Expand All @@ -100,6 +103,11 @@
},
"gui": {
"rotation": [12, 25, 0]
},
"head": {
"rotation": [0, -90, 0],
"translation": [0, -25, 0],
"scale": [1.8, 1.8, 1.8]
}
}
}
Loading

0 comments on commit 4d744e8

Please sign in to comment.