diff --git a/gradle.properties b/gradle.properties index b505930..95557ff 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.0.0-1.15 + mod_version = 1.0.3-1.15 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/lang/zh_cn.json b/src/main/resources/assets/dishes/lang/zh_cn.json new file mode 100644 index 0000000..fdd928a --- /dev/null +++ b/src/main/resources/assets/dishes/lang/zh_cn.json @@ -0,0 +1,55 @@ +{ + "itemGroup.dishes.dishes":"美味佳肴", + "text.dishes.landing_text":"这是本教你如何煮出美味佳肴的指南。你可以煮出世界各地的美食!", + "book.dishes.cooking_guide":"烹饪指南", + "item.dishes.plate":"盘子", + "item.dishes.pizzabox":"空披萨盒", + "item.dishes.potatoeswithcurdcheese":"芝士土豆", + "item.dishes.tinypotatoeswithcurdcheese":"小份芝士土豆", + "item.dishes.schnitzel":"炸猪排", + "item.dishes.pizzasalami":"萨拉米披萨", + "item.dishes.pizzaham":"披萨火腿", + "item.dishes.pizzatuna":"披萨金枪鱼", + "item.dishes.pizzabacon":"披萨培根", + "item.dishes.spaghetti_bolognese":"意大利肉酱面", + "item.dishes.steak":"牛排", + "item.dishes.hamburger":"汉堡", + "item.dishes.chickenburger":"鸡肉汉堡", + "item.dishes.cheeseburger":"芝士汉堡", + "item.dishes.fishandchips":"炸鱼薯条", + "item.dishes.flour":"面粉", + "item.dishes.raw_spaghetti":"意大利面条", + "item.dishes.spaghetti":"意大利面", + "item.dishes.salt":"盐", + "block.dishes.salt_ore":"盐矿", + "item.dishes.tomato":"番茄", + "item.dishes.tomatobush":"番茄丛", + "item.dishes.tomatoseed":"番茄种子", + "item.dishes.lettuce":"生菜", + "item.dishes.raw_bacon":"生培根", + "item.dishes.bacon":"培根", + "item.dishes.lettucebush":"生菜丛", + "item.dishes.lettuceseed":"生菜种子", + "item.dishes.potato_slice":"土豆片", + "item.dishes.raw_fries":"薯条", + "item.dishes.fries":"薯条", + "item.dishes.salami":"萨拉米香肠", + "item.dishes.cheese_roll":"芝士派", + "item.dishes.cheese_slice":"芝士片", + "item.dishes.knife":"刀", + "block.dishes.plate":"盘子", + "block.dishes.pizzabox":"空披萨盒", + "block.dishes.potatoeswithcurdcheese":"芝士土豆", + "block.dishes.tinypotatoeswithcurdcheese":"小份芝士土豆", + "block.dishes.schnitzel":"炸猪排", + "block.dishes.pizzasalami":"萨拉米披萨", + "block.dishes.pizzaham":"披萨火腿", + "block.dishes.pizzatuna":"披萨金枪鱼", + "block.dishes.pizzabacon":"披萨培根", + "block.dishes.spaghetti_bolognese":"意大利炸酱面", + "block.dishes.steak":"牛排", + "block.dishes.hamburger":"汉堡", + "block.dishes.chickenburger":"鸡肉汉堡", + "block.dishes.cheeseburger":"芝士汉堡", + "block.dishes.fishandchips":"炸鱼薯条" +} 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"} } }, { diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/tinypotatoeswithcurdcheese.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/tinypotatoeswithcurdcheese.json index 7f8a50f..826bed1 100644 --- a/src/main/resources/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/tinypotatoeswithcurdcheese.json +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/tinypotatoeswithcurdcheese.json @@ -12,7 +12,15 @@ }, { "type": "crafting", - "recipe": "dishes:tinypotatoeswithcurdcheese" + "recipe": "lil-tater:tinypotatoeswithcurdcheese" + }, + { + "type": "crafting", + "recipe": "liltater:tinypotatoeswithcurdcheese" + }, + { + "type": "crafting", + "recipe": "ltr:tinypotatoeswithcurdcheese" } ] } \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/en_us/entries/cooking_guide/tinypotatoeswithcurdcheese.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/en_us/entries/cooking_guide/tinypotatoeswithcurdcheese.json index 7db86e4..4b37c91 100644 --- a/src/main/resources/data/dishes/patchouli_books/cooking_guide/en_us/entries/cooking_guide/tinypotatoeswithcurdcheese.json +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/en_us/entries/cooking_guide/tinypotatoeswithcurdcheese.json @@ -12,7 +12,15 @@ }, { "type": "crafting", - "recipe": "dishes:tinypotatoeswithcurdcheese" + "recipe": "lil-tater:tinypotatoeswithcurdcheese" + }, + { + "type": "crafting", + "recipe": "liltater:tinypotatoeswithcurdcheese" + }, + { + "type": "crafting", + "recipe": "ltr:tinypotatoeswithcurdcheese" } ] } \ No newline at end of file diff --git a/src/main/resources/data/dishes/recipes/tinypotatoeswithcurdcheese.json b/src/main/resources/data/lil-tater/recipes/tinypotatoeswithcurdcheese.json similarity index 100% rename from src/main/resources/data/dishes/recipes/tinypotatoeswithcurdcheese.json rename to src/main/resources/data/lil-tater/recipes/tinypotatoeswithcurdcheese.json diff --git a/src/main/resources/data/dishes/recipes/tinypotatoeswithcurdcheesealt.json b/src/main/resources/data/liltater/recipes/tinypotatoeswithcurdcheese.json similarity index 100% rename from src/main/resources/data/dishes/recipes/tinypotatoeswithcurdcheesealt.json rename to src/main/resources/data/liltater/recipes/tinypotatoeswithcurdcheese.json diff --git a/src/main/resources/data/dishes/recipes/tinypotatoeswithcurdcheeseltr.json b/src/main/resources/data/ltr/recipes/tinypotatoeswithcurdcheese.json similarity index 100% rename from src/main/resources/data/dishes/recipes/tinypotatoeswithcurdcheeseltr.json rename to src/main/resources/data/ltr/recipes/tinypotatoeswithcurdcheese.json diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 290850b..ef2e102 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "dishes", - "version": "1.0.1", + "version": "1.0.3", "name": "Delicious Dishes", "description": "Adds many cool new dishes with 3d models! Originally created for ModFest 1.16",