Cull Leaves 2.1.0 - MidnightConfig

Use MidnightConfig instead of AutoConfig/ClothConfig, decreasing file size substantually and increasing compatiblility
Also fix #6 :)
This commit is contained in:
Motschen
2021-03-01 20:17:22 +01:00
parent 2a2b97f41a
commit f19289ada5
9 changed files with 315 additions and 49 deletions

View File

@@ -20,32 +20,32 @@
},
{
"name": "bottom",
"from": [0, 0, 0],
"to": [16, 0, 16],
"from": [0, 0.01, 0],
"to": [16, 0.01, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "down", "tintindex": 0}
}
},
{
"name": "west",
"from": [0, 0, 0],
"to": [0, 16, 16],
"from": [0.01, 0, 0],
"to": [0.01, 16, 16],
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "west", "tintindex": 0}
}
},
{
"name": "north",
"from": [0, 0, 0],
"to": [16, 16, 0],
"from": [0, 0, 0.01],
"to": [16, 16, 0.01],
"faces": {
"south": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "north", "tintindex": 0}
}
},
{
"name": "east",
"from": [16, 0, 0],
"to": [16, 16, 16],
"from": [15.99, 0, 0],
"to": [15.99, 16, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [23, 8, 8]},
"faces": {
"west": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "east", "tintindex": 0}
@@ -53,8 +53,8 @@
},
{
"name": "south",
"from": [0, 0, 16],
"to": [16, 16, 16],
"from": [0, 0, 15.99],
"to": [16, 16, 15.99],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 23]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "south", "tintindex": 0}
@@ -62,8 +62,8 @@
},
{
"name": "up",
"from": [0, 16, 0],
"to": [16, 16, 16],
"from": [0, 15.99, 0],
"to": [16, 15.99, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 23, 8]},
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#all", "cullface": "up", "tintindex": 0}