Skip to content

Commit

Permalink
Wall template model prep
Browse files Browse the repository at this point in the history
  • Loading branch information
voidsong-dragonfly committed Jan 7, 2024
1 parent 91c207d commit 410612c
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"textures": {
"particle": "#wall_bottom"
},
"elements": [{
"from": [ 4, 0, 4 ],
"to": [ 12, 16, 12 ],
"faces": {
"down": { "texture": "#wall_bottom", "cullface": "down" },
"up": { "texture": "#wall_top", "cullface": "up" },
"north": { "texture": "#wall_bottom" },
"south": { "texture": "#wall_bottom" },
"west": { "texture": "#wall_bottom" },
"east": { "texture": "#wall_bottom" }
},
"__comment": "Center post"
},
{
"from": [3.995, 0, 3.995],
"to": [12.005, 16.005, 12.005],
"faces": {
"north": {"texture": "#wall_side", "cullface": "up"},
"south": {"texture": "#wall_side", "cullface": "up"},
"west": {"texture": "#wall_side", "cullface": "up"},
"east": {"texture": "#wall_side", "cullface": "up"}
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"textures": {
"particle": "#wall"
},
"elements": [
{ "from": [ 5, 0, 0 ],
"to": [ 11, 16, 8 ],
"faces": {
"down": { "texture": "#wall", "cullface": "down" },
"up": { "texture": "#wall", "cullface": "up"},
"north": { "texture": "#wall", "cullface": "north" },
"west": { "texture": "#wall" },
"east": { "texture": "#wall" }
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"textures": {
"particle": "#wall_bottom"
},
"elements": [
{ "from": [ 5, 0, 0 ],
"to": [ 11, 14, 8 ],
"faces": {
"down": { "texture": "#wall_bottom", "cullface": "down" },
"up": { "texture": "#wall_top" },
"north": { "texture": "#wall_side", "cullface": "north", "uv": [4, 2, 12, 16] },
"west": { "texture": "#wall_side", "uv": [0, 2, 8, 16] },
"east": { "texture": "#wall_side", "uv": [8, 2, 16, 16] }
},
"__comment": "wall"
}
]
}

0 comments on commit 410612c

Please sign in to comment.