You've already forked minecraft-assets
Create/Update assets for version 1.8.4
This commit is contained in:
31
assets/minecraft/models/block/bars_ns.json
Normal file
31
assets/minecraft/models/block/bars_ns.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"particle": "blocks/iron_bars",
|
||||
"bars": "blocks/iron_bars",
|
||||
"edge": "blocks/iron_bars"
|
||||
},
|
||||
"elements": [
|
||||
{ "from": [ 8, 0, 0 ],
|
||||
"to": [ 8, 16, 16 ],
|
||||
"faces": {
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0, 0 ],
|
||||
"to": [ 9, 16, 16 ],
|
||||
"faces": {
|
||||
"north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" },
|
||||
"south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }
|
||||
}
|
||||
},
|
||||
{ "from": [ 7, 0.005, 0 ],
|
||||
"to": [ 9, 15.995, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" },
|
||||
"up": { "uv": [ 9, 0, 7, 16 ], "texture": "#edge" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user