mirror of
https://github.com/TeamMidnightDust/RoundTreesPack.git
synced 2025-12-17 02:25:09 +01:00
Read textures from original model files
Improved mod support :)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"end": "natures_spirit:block/stripped_joshua_log_top",
|
||||
"particle": "natures_spirit:block/stripped_joshua_log",
|
||||
"side": "natures_spirit:block/stripped_joshua_log"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [4, 4, 4],
|
||||
"to": [12, 12, 12],
|
||||
"rotation": {"angle": 0, "axis": "z", "origin": [2, 2, 2]},
|
||||
"faces": {
|
||||
"north": {"uv": [4, 4, 12, 12], "texture": "#inside"},
|
||||
"east": {"uv": [4, 4, 12, 12], "texture": "#inside"},
|
||||
"south": {"uv": [4, 4, 12, 12], "texture": "#inside"},
|
||||
"west": {"uv": [4, 4, 12, 12], "texture": "#inside"},
|
||||
"up": {"uv": [4, 4, 12, 12], "texture": "#1"},
|
||||
"down": {"uv": [12, 12, 4, 4], "texture": "#1"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user