ForgePatch/src/generated_test/resources/assets/data_gen_test/models/item/test_block_model.json

48 lines
820 B
JSON

{
"parent": "block/block",
"textures": {
"all": "block/dirt",
"top": "block/stone"
},
"elements": [
{
"from": [
0,
0,
0
],
"to": [
16,
16,
16
],
"faces": {
"down": {
"texture": "#all",
"cullface": "down"
},
"up": {
"texture": "#top",
"cullface": "up",
"tintindex": 0
},
"north": {
"texture": "#all",
"cullface": "north"
},
"south": {
"texture": "#all",
"cullface": "south"
},
"west": {
"texture": "#all",
"cullface": "west"
},
"east": {
"texture": "#all",
"cullface": "east"
}
}
}
]
}