You've already forked minecraft-assets
Create/Update assets for version 24w07a
This commit is contained in:
26
assets/minecraft/models/block/crafter.json
Normal file
26
assets/minecraft/models/block/crafter.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"bottom": "block/crafter_bottom",
|
||||
"top": "block/crafter_top",
|
||||
"north": "block/crafter_north",
|
||||
"south": "block/crafter_south",
|
||||
"west": "block/crafter_west",
|
||||
"east": "block/crafter_east",
|
||||
"particle": "#north"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "rotation": 180, "texture": "#top", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#north", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#south", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#west", "cullface": "west" },
|
||||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#east", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user