mirror of
https://github.com/Athemis/PixelPerfectionCE.git
synced 2025-05-25 04:25:55 +00:00
Initial commit
This commit is contained in:
commit
acbdb5612a
2402 changed files with 15870 additions and 0 deletions
19
assets/minecraft/models/block/custom_wall_post.json
Normal file
19
assets/minecraft/models/block/custom_wall_post.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"textures": {
|
||||
"particle": "#wall"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 4, 0, 4 ],
|
||||
"to": [ 12, 16, 12 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#wall", "cullface": "down" },
|
||||
"up": { "texture": "#top", "cullface": "up" },
|
||||
"north": { "texture": "#wall" },
|
||||
"south": { "texture": "#wall" },
|
||||
"west": { "texture": "#wall" },
|
||||
"east": { "texture": "#wall" }
|
||||
},
|
||||
"__comment": "Center post"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue