mirror of
https://github.com/TeamMidnightDust/DeliciousDishes.git
synced 2025-12-16 16:45:09 +01:00
Fixed logs being spammed
This commit is contained in:
@@ -25,8 +25,7 @@ dependencies {
|
|||||||
|
|
||||||
// Fabric API. This is technically optional, but you probably want it anyway.
|
// Fabric API. This is technically optional, but you probably want it anyway.
|
||||||
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
modCompile "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||||
|
|
||||||
modCompile("com.github.vazkii:patchouli:${project.patchouli_version}")
|
|
||||||
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
|
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
|
||||||
// You may need to force-disable transitiveness on them.
|
// You may need to force-disable transitiveness on them.
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
loader_version=0.8.7+build.201
|
loader_version=0.8.7+build.201
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.2.0
|
mod_version = 1.0.1
|
||||||
maven_group = eu.midnightdust.motschen
|
maven_group = eu.midnightdust.motschen
|
||||||
archives_base_name = dishes
|
archives_base_name = dishes
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/cheeseburger4" },
|
"facing=north,bites=4": { "model": "dishes:block/cheeseburger4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/cheeseburger4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/cheeseburger4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/cheeseburger4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/cheeseburger4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/cheeseburger4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/cheeseburger4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/chickenburger4" },
|
"facing=north,bites=4": { "model": "dishes:block/chickenburger4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/chickenburger4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/chickenburger4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/chickenburger4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/chickenburger4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/chickenburger4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/chickenburger4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/fishandchips4" },
|
"facing=north,bites=4": { "model": "dishes:block/fishandchips4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/fishandchips4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/fishandchips4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/fishandchips4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/fishandchips4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/fishandchips4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/fishandchips4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/hamburger4" },
|
"facing=north,bites=4": { "model": "dishes:block/hamburger4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/hamburger4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/hamburger4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/hamburger4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/hamburger4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/hamburger4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/hamburger4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/pizzabacon4" },
|
"facing=north,bites=4": { "model": "dishes:block/pizzabacon4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/pizzabacon4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/pizzabacon4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/pizzabacon4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/pizzabacon4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/pizzabacon4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/pizzabacon4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/pizzaham4" },
|
"facing=north,bites=4": { "model": "dishes:block/pizzaham4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/pizzaham4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/pizzaham4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/pizzaham4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/pizzaham4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/pizzaham4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/pizzaham4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/pizzasalami4" },
|
"facing=north,bites=4": { "model": "dishes:block/pizzasalami4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/pizzasalami4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/pizzasalami4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/pizzasalami4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/pizzasalami4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/pizzasalami4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/pizzasalami4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/pizzatuna4" },
|
"facing=north,bites=4": { "model": "dishes:block/pizzatuna4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/pizzatuna4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/pizzatuna4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/pizzatuna4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/pizzatuna4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/pizzatuna4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/pizzatuna4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/potatoeswithcurdcheese4" },
|
"facing=north,bites=4": { "model": "dishes:block/potatoeswithcurdcheese4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/potatoeswithcurdcheese4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/potatoeswithcurdcheese4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/potatoeswithcurdcheese4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/potatoeswithcurdcheese4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/potatoeswithcurdcheese4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/potatoeswithcurdcheese4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/schnitzel4" },
|
"facing=north,bites=4": { "model": "dishes:block/schnitzel4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/schnitzel4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/schnitzel4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/schnitzel4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/schnitzel4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/schnitzel4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/schnitzel4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/spaghetti_bolognese4" },
|
"facing=north,bites=4": { "model": "dishes:block/spaghetti_bolognese4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/spaghetti_bolognese4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/spaghetti_bolognese4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/spaghetti_bolognese4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/spaghetti_bolognese4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/spaghetti_bolognese4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/spaghetti_bolognese4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/steak4" },
|
"facing=north,bites=4": { "model": "dishes:block/steak4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/steak4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/steak4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/steak4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/steak4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/steak4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/steak4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,14 @@
|
|||||||
"facing=north,bites=4": { "model": "dishes:block/tinypotatoeswithcurdcheese4" },
|
"facing=north,bites=4": { "model": "dishes:block/tinypotatoeswithcurdcheese4" },
|
||||||
"facing=east,bites=4": { "model": "dishes:block/tinypotatoeswithcurdcheese4", "y": 90 },
|
"facing=east,bites=4": { "model": "dishes:block/tinypotatoeswithcurdcheese4", "y": 90 },
|
||||||
"facing=south,bites=4": { "model": "dishes:block/tinypotatoeswithcurdcheese4", "y": 180 },
|
"facing=south,bites=4": { "model": "dishes:block/tinypotatoeswithcurdcheese4", "y": 180 },
|
||||||
"facing=west,bites=4": { "model": "dishes:block/tinypotatoeswithcurdcheese4", "y": 270 }
|
"facing=west,bites=4": { "model": "dishes:block/tinypotatoeswithcurdcheese4", "y": 270 },
|
||||||
|
"facing=north,bites=5": { "model": "block/air" },
|
||||||
|
"facing=east,bites=5": { "model": "block/air" },
|
||||||
|
"facing=south,bites=5": { "model": "block/air" },
|
||||||
|
"facing=west,bites=5": { "model": "block/air" },
|
||||||
|
"facing=north,bites=6": { "model": "block/air" },
|
||||||
|
"facing=east,bites=6": { "model": "block/air" },
|
||||||
|
"facing=south,bites=6": { "model": "block/air" },
|
||||||
|
"facing=west,bites=6": { "model": "block/air" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#3"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -76,8 +76,7 @@
|
|||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"}
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -158,7 +158,7 @@
|
|||||||
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
"south": {"uv": [5, 4, 8, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 8, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 10, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 10, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [6, 3, 9, 4], "texture": "#2"},
|
"up": {"uv": [6, 3, 9, 4], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -158,7 +158,7 @@
|
|||||||
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -158,7 +158,7 @@
|
|||||||
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 10, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 10, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 4], "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 4], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -183,7 +183,7 @@
|
|||||||
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 11, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 11, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -147,7 +147,7 @@
|
|||||||
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
"south": {"uv": [4, 4, 8, 4.5], "texture": "#2"},
|
"south": {"uv": [4, 4, 8, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -158,7 +158,7 @@
|
|||||||
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
"south": {"uv": [5, 4, 8, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 8, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 10, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 10, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [6, 3, 9, 4], "texture": "#2"},
|
"up": {"uv": [6, 3, 9, 4], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -158,7 +158,7 @@
|
|||||||
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -195,7 +195,7 @@
|
|||||||
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 12, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 9, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -158,7 +158,7 @@
|
|||||||
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 10, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 10, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 4], "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 4], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -183,7 +183,7 @@
|
|||||||
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 6, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [9, 4, 11, 4.5], "texture": "#2"},
|
"west": {"uv": [9, 4, 11, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
"up": {"uv": [8, 3, 9, 6], "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -147,7 +147,7 @@
|
|||||||
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
"south": {"uv": [5, 4, 11, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 7, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 11, 5], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
"east": {"uv": [6, 3, 7, 3.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
"south": {"uv": [4, 4, 8, 4.5], "texture": "#2"},
|
"south": {"uv": [4, 4, 8, 4.5], "texture": "#2"},
|
||||||
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
"west": {"uv": [4, 4, 5, 4.5], "texture": "#2"},
|
||||||
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
"up": {"uv": [5, 3, 9, 4], "rotation": 180, "texture": "#2"},
|
||||||
"down": {"uv": [0, 0, 6, 6], "texture": "#missing"}
|
"down": {"uv": [0, 0, 6, 6], "texture": "#0"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"north": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
"south": {"uv": [0, 0, 16, 1], "texture": "#3"},
|
||||||
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
"up": {"uv": [0, 0, 16, 0], "texture": "#3"},
|
||||||
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
|
"down": {"uv": [0, 0, 16, 0], "texture": "#3"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user