More refactors around assets. Trust me, we need them

This commit is contained in:
2025-12-04 23:31:30 +01:00
parent d885fbea43
commit a372bcb981
13 changed files with 868 additions and 592 deletions

View File

@@ -1,10 +1,22 @@
{
"materials": [
"GrassSide.json",
"GrassSide.json",
"GrassSide.json",
"GrassSide.json",
"GrassTop.json",
"Dirt.json"
]
"walls": {
"positive_x": {
"material": "GrassSide.json"
},
"negative_x": {
"material": "GrassSide.json"
},
"positive_y": {
"material": "GrassSide.json"
},
"negative_y": {
"material": "GrassSide.json"
},
"positive_z": {
"material": "GrassTop.json"
},
"negative_z": {
"material": "Dirt.json"
}
}
}

View File

@@ -1,10 +1,22 @@
{
"materials": [
"OakLogTop.json",
"OakLogTop.json",
"OakLog.json",
"OakLog.json",
"OakLog.json",
"OakLog.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"
}
}
}

View File

@@ -1,10 +1,22 @@
{
"materials": [
"OakLog.json",
"OakLog.json",
"OakLogTop.json",
"OakLogTop.json",
"OakLog.json",
"OakLog.json"
]
"walls": {
"positive_x": {
"material": "OakLog.json"
},
"negative_x": {
"material": "OakLog.json"
},
"positive_y": {
"material": "OakLogTop.json"
},
"negative_y": {
"material": "OakLogTop.json"
},
"positive_z": {
"material": "OakLog.json"
},
"negative_z": {
"material": "OakLog.json"
}
}
}

View File

@@ -1,10 +1,22 @@
{
"materials": [
"OakLog.json",
"OakLog.json",
"OakLog.json",
"OakLog.json",
"OakLogTop.json",
"OakLogTop.json"
]
"walls": {
"positive_x": {
"material": "OakLog.json"
},
"negative_x": {
"material": "OakLog.json"
},
"positive_y": {
"material": "OakLog.json"
},
"negative_y": {
"material": "OakLog.json"
},
"positive_z": {
"material": "OakLogTop.json"
},
"negative_z": {
"material": "OakLogTop.json"
}
}
}