You've already forked minecraft-assets
Create/Update assets for version 1.16
This commit is contained in:
25
assets/minecraft/models/block/cube_column_horizontal.json
Normal file
25
assets/minecraft/models/block/cube_column_horizontal.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#down", "cullface": "down" },
|
||||
"up": { "texture": "#up", "rotation": 180, "cullface": "up" },
|
||||
"north": { "texture": "#north", "cullface": "north" },
|
||||
"south": { "texture": "#south", "cullface": "south" },
|
||||
"west": { "texture": "#west", "cullface": "west" },
|
||||
"east": { "texture": "#east", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
],
|
||||
"textures": {
|
||||
"particle": "#side",
|
||||
"down": "#end",
|
||||
"up": "#end",
|
||||
"north": "#side",
|
||||
"east": "#side",
|
||||
"south": "#side",
|
||||
"west": "#side"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user