Files
voxel-game/assets/blocks/OakLogX.json

23 lines
468 B
JSON

{
"walls": {
"positive_x": {
"material": "OakLogTop.json"
},
"negative_x": {
"material": "OakLogTop.json"
},
"positive_y": {
"material": "OakLog.json"
},
"negative_y": {
"material": "OakLog.json"
},
"positive_z": {
"material": "OakLog.json"
},
"negative_z": {
"material": "OakLog.json"
}
}
}