diff --git a/gradle.properties b/gradle.properties index 714c5e9..a514baf 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.1 + mod_version = 1.0.3 maven_group = eu.midnightdust.motschen archives_base_name = dishes 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/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",