You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
23
assets/minecraft/models/block/iron_bars_post_ends.json
Normal file
23
assets/minecraft/models/block/iron_bars_post_ends.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "block/iron_bars",
|
||||
"edge": "block/iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 7, 0.001, 7 ],
|
||||
"to": [ 9, 0.001, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 15.999, 7 ],
|
||||
"to": [ 9, 15.999, 9 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user