diff --git a/build.gradle b/build.gradle index 1e55df8..94e1d5e 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,7 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. 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. // You may need to force-disable transitiveness on them. } diff --git a/gradle.properties b/gradle.properties index 232945a..714c5e9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.8.7+build.201 # Mod Properties - mod_version = 1.2.0 + mod_version = 1.0.1 maven_group = eu.midnightdust.motschen archives_base_name = dishes diff --git a/src/main/resources/assets/dishes/blockstates/cheeseburger.json b/src/main/resources/assets/dishes/blockstates/cheeseburger.json index fbbb296..1f2ea6b 100644 --- a/src/main/resources/assets/dishes/blockstates/cheeseburger.json +++ b/src/main/resources/assets/dishes/blockstates/cheeseburger.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/cheeseburger4" }, "facing=east,bites=4": { "model": "dishes:block/cheeseburger4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/chickenburger.json b/src/main/resources/assets/dishes/blockstates/chickenburger.json index b16aa4c..fe3e0bd 100644 --- a/src/main/resources/assets/dishes/blockstates/chickenburger.json +++ b/src/main/resources/assets/dishes/blockstates/chickenburger.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/chickenburger4" }, "facing=east,bites=4": { "model": "dishes:block/chickenburger4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/fishandchips.json b/src/main/resources/assets/dishes/blockstates/fishandchips.json index f820388..85487da 100644 --- a/src/main/resources/assets/dishes/blockstates/fishandchips.json +++ b/src/main/resources/assets/dishes/blockstates/fishandchips.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/fishandchips4" }, "facing=east,bites=4": { "model": "dishes:block/fishandchips4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/hamburger.json b/src/main/resources/assets/dishes/blockstates/hamburger.json index 8adc948..650b1d1 100644 --- a/src/main/resources/assets/dishes/blockstates/hamburger.json +++ b/src/main/resources/assets/dishes/blockstates/hamburger.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/hamburger4" }, "facing=east,bites=4": { "model": "dishes:block/hamburger4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/pizzabacon.json b/src/main/resources/assets/dishes/blockstates/pizzabacon.json index e48c7f0..e1d8c98 100644 --- a/src/main/resources/assets/dishes/blockstates/pizzabacon.json +++ b/src/main/resources/assets/dishes/blockstates/pizzabacon.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/pizzabacon4" }, "facing=east,bites=4": { "model": "dishes:block/pizzabacon4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/pizzaham.json b/src/main/resources/assets/dishes/blockstates/pizzaham.json index 2df9e4b..a5955ca 100644 --- a/src/main/resources/assets/dishes/blockstates/pizzaham.json +++ b/src/main/resources/assets/dishes/blockstates/pizzaham.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/pizzaham4" }, "facing=east,bites=4": { "model": "dishes:block/pizzaham4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/pizzasalami.json b/src/main/resources/assets/dishes/blockstates/pizzasalami.json index 6d6ab78..d877cf4 100644 --- a/src/main/resources/assets/dishes/blockstates/pizzasalami.json +++ b/src/main/resources/assets/dishes/blockstates/pizzasalami.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/pizzasalami4" }, "facing=east,bites=4": { "model": "dishes:block/pizzasalami4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/pizzatuna.json b/src/main/resources/assets/dishes/blockstates/pizzatuna.json index b0cf239..9fed872 100644 --- a/src/main/resources/assets/dishes/blockstates/pizzatuna.json +++ b/src/main/resources/assets/dishes/blockstates/pizzatuna.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/pizzatuna4" }, "facing=east,bites=4": { "model": "dishes:block/pizzatuna4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/potatoeswithcurdcheese.json b/src/main/resources/assets/dishes/blockstates/potatoeswithcurdcheese.json index cda5827..4ec5cdd 100644 --- a/src/main/resources/assets/dishes/blockstates/potatoeswithcurdcheese.json +++ b/src/main/resources/assets/dishes/blockstates/potatoeswithcurdcheese.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/potatoeswithcurdcheese4" }, "facing=east,bites=4": { "model": "dishes:block/potatoeswithcurdcheese4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/schnitzel.json b/src/main/resources/assets/dishes/blockstates/schnitzel.json index 6ccddfb..0466909 100644 --- a/src/main/resources/assets/dishes/blockstates/schnitzel.json +++ b/src/main/resources/assets/dishes/blockstates/schnitzel.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/schnitzel4" }, "facing=east,bites=4": { "model": "dishes:block/schnitzel4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/spaghetti_bolognese.json b/src/main/resources/assets/dishes/blockstates/spaghetti_bolognese.json index 7e2d934..050463a 100644 --- a/src/main/resources/assets/dishes/blockstates/spaghetti_bolognese.json +++ b/src/main/resources/assets/dishes/blockstates/spaghetti_bolognese.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/spaghetti_bolognese4" }, "facing=east,bites=4": { "model": "dishes:block/spaghetti_bolognese4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/steak.json b/src/main/resources/assets/dishes/blockstates/steak.json index 5286eb0..9726892 100644 --- a/src/main/resources/assets/dishes/blockstates/steak.json +++ b/src/main/resources/assets/dishes/blockstates/steak.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/steak4" }, "facing=east,bites=4": { "model": "dishes:block/steak4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/blockstates/tinypotatoeswithcurdcheese.json b/src/main/resources/assets/dishes/blockstates/tinypotatoeswithcurdcheese.json index 45be558..0f73575 100644 --- a/src/main/resources/assets/dishes/blockstates/tinypotatoeswithcurdcheese.json +++ b/src/main/resources/assets/dishes/blockstates/tinypotatoeswithcurdcheese.json @@ -19,6 +19,14 @@ "facing=north,bites=4": { "model": "dishes:block/tinypotatoeswithcurdcheese4" }, "facing=east,bites=4": { "model": "dishes:block/tinypotatoeswithcurdcheese4", "y": 90 }, "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" } } } diff --git a/src/main/resources/assets/dishes/models/block/pizzabacon.json b/src/main/resources/assets/dishes/models/block/pizzabacon.json index 0e3b3ef..f12a255 100644 --- a/src/main/resources/assets/dishes/models/block/pizzabacon.json +++ b/src/main/resources/assets/dishes/models/block/pizzabacon.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzabacon1.json b/src/main/resources/assets/dishes/models/block/pizzabacon1.json index 4b16055..01360ba 100644 --- a/src/main/resources/assets/dishes/models/block/pizzabacon1.json +++ b/src/main/resources/assets/dishes/models/block/pizzabacon1.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzabacon2.json b/src/main/resources/assets/dishes/models/block/pizzabacon2.json index f1b7d5d..7e2f8e5 100644 --- a/src/main/resources/assets/dishes/models/block/pizzabacon2.json +++ b/src/main/resources/assets/dishes/models/block/pizzabacon2.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzabacon3.json b/src/main/resources/assets/dishes/models/block/pizzabacon3.json index 3a0eac6..2bcbd86 100644 --- a/src/main/resources/assets/dishes/models/block/pizzabacon3.json +++ b/src/main/resources/assets/dishes/models/block/pizzabacon3.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzabacon4.json b/src/main/resources/assets/dishes/models/block/pizzabacon4.json index d9e816e..eb98715 100644 --- a/src/main/resources/assets/dishes/models/block/pizzabacon4.json +++ b/src/main/resources/assets/dishes/models/block/pizzabacon4.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzabox.json b/src/main/resources/assets/dishes/models/block/pizzabox.json index 49356ee..2a2719d 100644 --- a/src/main/resources/assets/dishes/models/block/pizzabox.json +++ b/src/main/resources/assets/dishes/models/block/pizzabox.json @@ -62,7 +62,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzaham.json b/src/main/resources/assets/dishes/models/block/pizzaham.json index 9cc2110..105dd13 100644 --- a/src/main/resources/assets/dishes/models/block/pizzaham.json +++ b/src/main/resources/assets/dishes/models/block/pizzaham.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzaham1.json b/src/main/resources/assets/dishes/models/block/pizzaham1.json index b3f22c4..bb4d19f 100644 --- a/src/main/resources/assets/dishes/models/block/pizzaham1.json +++ b/src/main/resources/assets/dishes/models/block/pizzaham1.json @@ -76,8 +76,7 @@ "faces": { "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "texture": "#3"}, - "up": {"uv": [0, 0, 16, 0], "texture": "#3"}, - "down": {"uv": [0, 0, 16, 0], "texture": "#missing"} + "up": {"uv": [0, 0, 16, 0], "texture": "#3"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzaham2.json b/src/main/resources/assets/dishes/models/block/pizzaham2.json index 680dd6d..251e309 100644 --- a/src/main/resources/assets/dishes/models/block/pizzaham2.json +++ b/src/main/resources/assets/dishes/models/block/pizzaham2.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzaham3.json b/src/main/resources/assets/dishes/models/block/pizzaham3.json index fdb82ac..cbcf69c 100644 --- a/src/main/resources/assets/dishes/models/block/pizzaham3.json +++ b/src/main/resources/assets/dishes/models/block/pizzaham3.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzaham4.json b/src/main/resources/assets/dishes/models/block/pizzaham4.json index 9661129..f7507f2 100644 --- a/src/main/resources/assets/dishes/models/block/pizzaham4.json +++ b/src/main/resources/assets/dishes/models/block/pizzaham4.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzasalami.json b/src/main/resources/assets/dishes/models/block/pizzasalami.json index 98c947a..354b33f 100644 --- a/src/main/resources/assets/dishes/models/block/pizzasalami.json +++ b/src/main/resources/assets/dishes/models/block/pizzasalami.json @@ -76,7 +76,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzasalami1.json b/src/main/resources/assets/dishes/models/block/pizzasalami1.json index e6edb6f..184d8a4 100644 --- a/src/main/resources/assets/dishes/models/block/pizzasalami1.json +++ b/src/main/resources/assets/dishes/models/block/pizzasalami1.json @@ -76,7 +76,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzasalami2.json b/src/main/resources/assets/dishes/models/block/pizzasalami2.json index 085493f..5e431ca 100644 --- a/src/main/resources/assets/dishes/models/block/pizzasalami2.json +++ b/src/main/resources/assets/dishes/models/block/pizzasalami2.json @@ -76,7 +76,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzasalami3.json b/src/main/resources/assets/dishes/models/block/pizzasalami3.json index a6bb1d3..e5e44c3 100644 --- a/src/main/resources/assets/dishes/models/block/pizzasalami3.json +++ b/src/main/resources/assets/dishes/models/block/pizzasalami3.json @@ -76,7 +76,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzasalami4.json b/src/main/resources/assets/dishes/models/block/pizzasalami4.json index 01b73ad..6badb1a 100644 --- a/src/main/resources/assets/dishes/models/block/pizzasalami4.json +++ b/src/main/resources/assets/dishes/models/block/pizzasalami4.json @@ -76,7 +76,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzatuna.json b/src/main/resources/assets/dishes/models/block/pizzatuna.json index 9481e2e..cbbd7dd 100644 --- a/src/main/resources/assets/dishes/models/block/pizzatuna.json +++ b/src/main/resources/assets/dishes/models/block/pizzatuna.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzatuna1.json b/src/main/resources/assets/dishes/models/block/pizzatuna1.json index f77fdca..84952ef 100644 --- a/src/main/resources/assets/dishes/models/block/pizzatuna1.json +++ b/src/main/resources/assets/dishes/models/block/pizzatuna1.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzatuna2.json b/src/main/resources/assets/dishes/models/block/pizzatuna2.json index 834a1d2..602f633 100644 --- a/src/main/resources/assets/dishes/models/block/pizzatuna2.json +++ b/src/main/resources/assets/dishes/models/block/pizzatuna2.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzatuna3.json b/src/main/resources/assets/dishes/models/block/pizzatuna3.json index f8d5de4..7f90fd1 100644 --- a/src/main/resources/assets/dishes/models/block/pizzatuna3.json +++ b/src/main/resources/assets/dishes/models/block/pizzatuna3.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/pizzatuna4.json b/src/main/resources/assets/dishes/models/block/pizzatuna4.json index 9cb1701..d9dd1e4 100644 --- a/src/main/resources/assets/dishes/models/block/pizzatuna4.json +++ b/src/main/resources/assets/dishes/models/block/pizzatuna4.json @@ -77,7 +77,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese.json b/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese.json index 3306b1c..91ee9fa 100644 --- a/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese.json +++ b/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese.json @@ -158,7 +158,7 @@ "east": {"uv": [6, 3, 9, 3.5], "texture": "#2"}, "west": {"uv": [4, 4, 7, 4.5], "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"}, "west": {"uv": [4, 4, 5, 4.5], "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"}, "west": {"uv": [9, 4, 12, 4.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"}, "west": {"uv": [9, 4, 12, 4.5], "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"}, "west": {"uv": [9, 4, 12, 4.5], "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"}, "west": {"uv": [9, 4, 10, 4.5], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese1.json b/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese1.json index 7712b72..2ea764a 100644 --- a/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese1.json +++ b/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese1.json @@ -158,7 +158,7 @@ "east": {"uv": [6, 3, 9, 3.5], "texture": "#2"}, "west": {"uv": [4, 4, 7, 4.5], "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"}, "west": {"uv": [4, 4, 5, 4.5], "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"}, "west": {"uv": [9, 4, 12, 4.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"}, "west": {"uv": [9, 4, 12, 4.5], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese2.json b/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese2.json index 9131e32..784d5f7 100644 --- a/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese2.json +++ b/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese2.json @@ -146,7 +146,7 @@ "east": {"uv": [6, 3, 9, 3.5], "texture": "#2"}, "west": {"uv": [4, 4, 7, 4.5], "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"}, "west": {"uv": [4, 4, 5, 4.5], "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"}, "west": {"uv": [9, 4, 10, 4.5], "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"}, "west": {"uv": [9, 4, 11, 4.5], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese3.json b/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese3.json index 099da36..596b53f 100644 --- a/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese3.json +++ b/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese3.json @@ -147,7 +147,7 @@ "south": {"uv": [5, 4, 11, 4.5], "texture": "#2"}, "west": {"uv": [4, 4, 7, 4.5], "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"}, "west": {"uv": [4, 4, 5, 4.5], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese4.json b/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese4.json index 602cdcc..4e50854 100644 --- a/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese4.json +++ b/src/main/resources/assets/dishes/models/block/potatoeswithcurdcheese4.json @@ -146,7 +146,7 @@ "south": {"uv": [4, 4, 8, 4.5], "texture": "#2"}, "west": {"uv": [4, 4, 5, 4.5], "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"} } } ], diff --git a/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese.json b/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese.json index 0528a55..dbcc231 100644 --- a/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese.json +++ b/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese.json @@ -158,7 +158,7 @@ "east": {"uv": [6, 3, 9, 3.5], "texture": "#2"}, "west": {"uv": [4, 4, 7, 4.5], "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"}, "west": {"uv": [4, 4, 5, 4.5], "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"}, "west": {"uv": [9, 4, 12, 4.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"}, "west": {"uv": [9, 4, 12, 4.5], "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"}, "west": {"uv": [9, 4, 12, 4.5], "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"}, "west": {"uv": [9, 4, 10, 4.5], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese1.json b/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese1.json index 4156870..3532459 100644 --- a/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese1.json +++ b/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese1.json @@ -158,7 +158,7 @@ "east": {"uv": [6, 3, 9, 3.5], "texture": "#2"}, "west": {"uv": [4, 4, 7, 4.5], "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"}, "west": {"uv": [4, 4, 5, 4.5], "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"}, "west": {"uv": [9, 4, 12, 4.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"}, "west": {"uv": [9, 4, 12, 4.5], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese2.json b/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese2.json index 7479791..ff456fd 100644 --- a/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese2.json +++ b/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese2.json @@ -146,7 +146,7 @@ "east": {"uv": [6, 3, 9, 3.5], "texture": "#2"}, "west": {"uv": [4, 4, 7, 4.5], "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"}, "west": {"uv": [4, 4, 5, 4.5], "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"}, "west": {"uv": [9, 4, 10, 4.5], "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"}, "west": {"uv": [9, 4, 11, 4.5], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese3.json b/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese3.json index 59086d7..9dc0186 100644 --- a/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese3.json +++ b/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese3.json @@ -147,7 +147,7 @@ "south": {"uv": [5, 4, 11, 4.5], "texture": "#2"}, "west": {"uv": [4, 4, 7, 4.5], "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"}, "west": {"uv": [4, 4, 5, 4.5], "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"} } }, { diff --git a/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese4.json b/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese4.json index c877c2c..b594f69 100644 --- a/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese4.json +++ b/src/main/resources/assets/dishes/models/block/tinypotatoeswithcurdcheese4.json @@ -146,7 +146,7 @@ "south": {"uv": [4, 4, 8, 4.5], "texture": "#2"}, "west": {"uv": [4, 4, 5, 4.5], "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"} } } ], diff --git a/src/main/resources/assets/dishes/models/item/pizzabox.json b/src/main/resources/assets/dishes/models/item/pizzabox.json index f6657e6..ee2718e 100644 --- a/src/main/resources/assets/dishes/models/item/pizzabox.json +++ b/src/main/resources/assets/dishes/models/item/pizzabox.json @@ -62,7 +62,7 @@ "north": {"uv": [0, 0, 16, 1], "texture": "#3"}, "south": {"uv": [0, 0, 16, 1], "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"} } }, {