More refactors around assets. Trust me, we need them
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user