From 7b42a5a6a9a6c051ed3abd127d8158de1302ea65 Mon Sep 17 00:00:00 2001 From: qsefthuopq <1070830531@qq.com> Date: Fri, 3 Jul 2020 20:22:46 +0800 Subject: [PATCH 1/2] Update zh_cn.json --- src/main/resources/assets/dishes/lang/zh_cn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/dishes/lang/zh_cn.json b/src/main/resources/assets/dishes/lang/zh_cn.json index fdd928a..a72aaba 100644 --- a/src/main/resources/assets/dishes/lang/zh_cn.json +++ b/src/main/resources/assets/dishes/lang/zh_cn.json @@ -31,10 +31,10 @@ "item.dishes.lettucebush":"生菜丛", "item.dishes.lettuceseed":"生菜种子", "item.dishes.potato_slice":"土豆片", - "item.dishes.raw_fries":"薯条", + "item.dishes.raw_fries":"生薯条", "item.dishes.fries":"薯条", "item.dishes.salami":"萨拉米香肠", - "item.dishes.cheese_roll":"芝士派", + "item.dishes.cheese_roll":"芝士卷", "item.dishes.cheese_slice":"芝士片", "item.dishes.knife":"刀", "block.dishes.plate":"盘子", From 626cbee441aebaf735648bf0644540a4f57389b4 Mon Sep 17 00:00:00 2001 From: qsefthuopq <1070830531@qq.com> Date: Fri, 3 Jul 2020 20:24:59 +0800 Subject: [PATCH 2/2] Add files via upload --- .../zh_cn/categories/american.json | 5 ++++ .../zh_cn/categories/british.json | 5 ++++ .../zh_cn/categories/general.json | 5 ++++ .../zh_cn/categories/german.json | 5 ++++ .../zh_cn/categories/italian.json | 5 ++++ .../zh_cn/entries/cooking_guide/bacon.json | 18 +++++++++++++ .../entries/cooking_guide/cheese_roll.json | 18 +++++++++++++ .../entries/cooking_guide/cheese_slice.json | 18 +++++++++++++ .../entries/cooking_guide/cheeseburger.json | 18 +++++++++++++ .../entries/cooking_guide/chickenburger.json | 18 +++++++++++++ .../entries/cooking_guide/fishandchips.json | 18 +++++++++++++ .../zh_cn/entries/cooking_guide/flour.json | 18 +++++++++++++ .../zh_cn/entries/cooking_guide/fries.json | 18 +++++++++++++ .../entries/cooking_guide/hamburger.json | 18 +++++++++++++ .../zh_cn/entries/cooking_guide/knife.json | 22 ++++++++++++++++ .../zh_cn/entries/cooking_guide/lettuce.json | 18 +++++++++++++ .../entries/cooking_guide/lettuceseed.json | 18 +++++++++++++ .../entries/cooking_guide/pizzabacon.json | 18 +++++++++++++ .../zh_cn/entries/cooking_guide/pizzabox.json | 18 +++++++++++++ .../zh_cn/entries/cooking_guide/pizzaham.json | 18 +++++++++++++ .../entries/cooking_guide/pizzasalami.json | 18 +++++++++++++ .../entries/cooking_guide/pizzatuna.json | 18 +++++++++++++ .../zh_cn/entries/cooking_guide/plate.json | 18 +++++++++++++ .../entries/cooking_guide/potato_slice.json | 18 +++++++++++++ .../cooking_guide/potatoeswithcurdcheese.json | 18 +++++++++++++ .../entries/cooking_guide/raw_bacon.json | 18 +++++++++++++ .../entries/cooking_guide/raw_fries.json | 18 +++++++++++++ .../entries/cooking_guide/raw_spaghetti.json | 18 +++++++++++++ .../zh_cn/entries/cooking_guide/salami.json | 22 ++++++++++++++++ .../zh_cn/entries/cooking_guide/salt.json | 18 +++++++++++++ .../zh_cn/entries/cooking_guide/salt_ore.json | 18 +++++++++++++ .../entries/cooking_guide/schnitzel.json | 18 +++++++++++++ .../entries/cooking_guide/spaghetti.json | 18 +++++++++++++ .../cooking_guide/spaghetti_bolognese.json | 18 +++++++++++++ .../zh_cn/entries/cooking_guide/steak.json | 18 +++++++++++++ .../tinypotatoeswithcurdcheese.json | 26 +++++++++++++++++++ .../zh_cn/entries/cooking_guide/tomato.json | 18 +++++++++++++ .../entries/cooking_guide/tomatoseed.json | 18 +++++++++++++ 38 files changed, 635 insertions(+) create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/american.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/british.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/general.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/german.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/italian.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/bacon.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheese_roll.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheese_slice.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheeseburger.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/chickenburger.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/fishandchips.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/flour.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/fries.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/hamburger.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/knife.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/lettuce.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/lettuceseed.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzabacon.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzabox.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzaham.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzasalami.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzatuna.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/plate.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/potato_slice.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/potatoeswithcurdcheese.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_bacon.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_fries.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_spaghetti.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salami.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salt.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salt_ore.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/schnitzel.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/spaghetti.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/spaghetti_bolognese.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/steak.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tinypotatoeswithcurdcheese.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tomato.json create mode 100644 src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tomatoseed.json diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/american.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/american.json new file mode 100644 index 0000000..da9837a --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/american.json @@ -0,0 +1,5 @@ +{ + "name": "美国佳肴", + "description": "来自美国的食物", + "icon": "dishes:flag_america" +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/british.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/british.json new file mode 100644 index 0000000..a083504 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/british.json @@ -0,0 +1,5 @@ +{ + "name": "英国佳肴", + "description": "来自英国的食物", + "icon": "dishes:flag_britain" +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/general.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/general.json new file mode 100644 index 0000000..1ac3386 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/general.json @@ -0,0 +1,5 @@ +{ + "name": "总览", + "description": "制作佳肴所需原料", + "icon": "dishes:plate" +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/german.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/german.json new file mode 100644 index 0000000..eff7585 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/german.json @@ -0,0 +1,5 @@ +{ + "name": "德国佳肴", + "description": "来自德国的食物", + "icon": "dishes:flag_germany" +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/italian.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/italian.json new file mode 100644 index 0000000..4b3ebf8 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/italian.json @@ -0,0 +1,5 @@ +{ + "name": "意大利佳肴", + "description": "来自意大利的食物", + "icon": "dishes:flag_italy" +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/bacon.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/bacon.json new file mode 100644 index 0000000..37e705f --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/bacon.json @@ -0,0 +1,18 @@ +{ + "name": "培根", + "icon": "dishes:bacon", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:bacon", + "title": "培根", + "link_recipe": false, + "text": "培根可用于制作培根披萨。" + }, + { + "type": "smelting", + "recipe": "dishes:bacon_smelting" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheese_roll.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheese_roll.json new file mode 100644 index 0000000..48d7171 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheese_roll.json @@ -0,0 +1,18 @@ +{ + "name": "芝士卷", + "icon": "dishes:cheese_roll", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:cheese_roll", + "title": "芝士卷", + "link_recipe": false, + "text": "芝士卷" + }, + { + "type": "crafting", + "recipe": "dishes:cheese_roll" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheese_slice.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheese_slice.json new file mode 100644 index 0000000..8c26bc1 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheese_slice.json @@ -0,0 +1,18 @@ +{ + "name": "芝士片", + "icon": "dishes:cheese_slice", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:cheese_slice", + "title": "芝士片", + "link_recipe": false, + "text": "芝士卷上切下来的一片芝士" + }, + { + "type": "crafting", + "recipe": "dishes:cheese_slice" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheeseburger.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheeseburger.json new file mode 100644 index 0000000..ffee35c --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheeseburger.json @@ -0,0 +1,18 @@ +{ + "name": "芝士汉堡", + "icon": "dishes:cheeseburger", + "category": "dishes:american", + "pages": [ + { + "type": "spotlight", + "item": "dishes:cheeseburger", + "title": "芝士汉堡", + "link_recipe": false, + "text": "加入了芝士的汉堡" + }, + { + "type": "crafting", + "recipe": "dishes:cheeseburger" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/chickenburger.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/chickenburger.json new file mode 100644 index 0000000..b489292 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/chickenburger.json @@ -0,0 +1,18 @@ +{ + "name": "鸡肉汉堡", + "icon": "dishes:chickenburger", + "category": "dishes:american", + "pages": [ + { + "type": "spotlight", + "item": "dishes:chickenburger", + "title": "鸡肉汉堡", + "link_recipe": false, + "text": "塞了鸡肉而不是牛肉的汉堡" + }, + { + "type": "crafting", + "recipe": "dishes:chickenburger" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/fishandchips.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/fishandchips.json new file mode 100644 index 0000000..b44c1ec --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/fishandchips.json @@ -0,0 +1,18 @@ +{ + "name": "炸鱼薯条", + "icon": "dishes:fishandchips", + "category": "dishes:british", + "pages": [ + { + "type": "spotlight", + "item": "dishes:fishandchips", + "title": "炸鱼薯条", + "link_recipe": false, + "text": "布里茨很喜欢这个。" + }, + { + "type": "crafting", + "recipe": "dishes:fishandchips" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/flour.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/flour.json new file mode 100644 index 0000000..1a8d756 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/flour.json @@ -0,0 +1,18 @@ +{ + "name": "面粉", + "icon": "dishes:flour", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:flour", + "title": "面粉", + "link_recipe": false, + "text": "面粉可用于制作意大利面和披萨。" + }, + { + "type": "crafting", + "recipe": "dishes:flour" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/fries.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/fries.json new file mode 100644 index 0000000..8915468 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/fries.json @@ -0,0 +1,18 @@ +{ + "name": "薯条", + "icon": "dishes:fries", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:fries", + "title": "薯条", + "link_recipe": false, + "text": "蘸了盐的烤土豆。" + }, + { + "type": "smelting", + "recipe": "dishes:fries_smelting" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/hamburger.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/hamburger.json new file mode 100644 index 0000000..287650f --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/hamburger.json @@ -0,0 +1,18 @@ +{ + "name": "汉堡", + "icon": "dishes:hamburger", + "category": "dishes:american", + "pages": [ + { + "type": "spotlight", + "item": "dishes:hamburger", + "title": "汉堡", + "link_recipe": false, + "text": "经典的汉堡" + }, + { + "type": "crafting", + "recipe": "dishes:hamburger" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/knife.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/knife.json new file mode 100644 index 0000000..fb7ce8b --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/knife.json @@ -0,0 +1,22 @@ +{ + "name": "刀", + "icon": "dishes:knife", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:knife", + "title": "刀", + "link_recipe": false, + "text": "可用于将一些资源切成小块。" + }, + { + "type": "crafting", + "recipe": "dishes:knife" + }, + { + "type": "crafting", + "recipe": "dishes:potato_slice" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/lettuce.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/lettuce.json new file mode 100644 index 0000000..73e50c3 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/lettuce.json @@ -0,0 +1,18 @@ +{ + "name": "生菜", + "icon": "dishes:lettuce", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:lettuce", + "title": "生菜", + "link_recipe": false, + "text": "生菜可用于做菜。可在村庄箱子里找到生菜种子。" + }, + { + "type": "crafting", + "recipe": "dishes:lettuceseed" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/lettuceseed.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/lettuceseed.json new file mode 100644 index 0000000..d20877f --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/lettuceseed.json @@ -0,0 +1,18 @@ +{ + "name": "生菜种子", + "icon": "dishes:lettuceseed", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:lettuceseed", + "title": "生菜种子", + "link_recipe": false, + "text": "生菜种子可以让你种出生菜。" + }, + { + "type": "crafting", + "recipe": "dishes:lettuceseed" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzabacon.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzabacon.json new file mode 100644 index 0000000..83ae73a --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzabacon.json @@ -0,0 +1,18 @@ +{ + "name": "披萨培根", + "icon": "dishes:pizzabacon", + "category": "dishes:italian", + "pages": [ + { + "type": "spotlight", + "item": "dishes:pizzabacon", + "title": "披萨培根", + "link_recipe": false, + "text": "加了培根的披萨。" + }, + { + "type": "crafting", + "recipe": "dishes:pizzabacon" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzabox.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzabox.json new file mode 100644 index 0000000..432d760 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzabox.json @@ -0,0 +1,18 @@ +{ + "name": "披萨盒", + "icon": "dishes:pizzabox", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:pizzabox", + "title": "披萨盒", + "link_recipe": false, + "text": "一个空的披萨盒 :(" + }, + { + "type": "crafting", + "recipe": "dishes:pizzabox" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzaham.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzaham.json new file mode 100644 index 0000000..a8aa7a4 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzaham.json @@ -0,0 +1,18 @@ +{ + "name": "披萨火腿", + "icon": "dishes:pizzaham", + "category": "dishes:italian", + "pages": [ + { + "type": "spotlight", + "item": "dishes:pizzaham", + "title": "披萨火腿", + "link_recipe": false, + "text": "塞了火腿的披萨,好吃!" + }, + { + "type": "crafting", + "recipe": "dishes:pizzaham" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzasalami.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzasalami.json new file mode 100644 index 0000000..953e9f8 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzasalami.json @@ -0,0 +1,18 @@ +{ + "name": "萨拉米披萨", + "icon": "dishes:pizzasalami", + "category": "dishes:italian", + "pages": [ + { + "type": "spotlight", + "item": "dishes:pizzasalami", + "title": "萨拉米披萨", + "link_recipe": false, + "text": "经典披萨" + }, + { + "type": "crafting", + "recipe": "dishes:pizzasalami" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzatuna.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzatuna.json new file mode 100644 index 0000000..3883bf1 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzatuna.json @@ -0,0 +1,18 @@ +{ + "name": "披萨金枪鱼", + "icon": "dishes:pizzatuna", + "category": "dishes:italian", + "pages": [ + { + "type": "spotlight", + "item": "dishes:pizzatuna", + "title": "披萨金枪鱼", + "link_recipe": false, + "text": "披萨+金枪鱼" + }, + { + "type": "crafting", + "recipe": "dishes:pizzatuna" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/plate.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/plate.json new file mode 100644 index 0000000..2bea8ea --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/plate.json @@ -0,0 +1,18 @@ +{ + "name": "盘子", + "icon": "dishes:plate", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:plate", + "title": "盘子", + "link_recipe": false, + "text": "一碟盘子。" + }, + { + "type": "crafting", + "recipe": "dishes:plate" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/potato_slice.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/potato_slice.json new file mode 100644 index 0000000..d222c8e --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/potato_slice.json @@ -0,0 +1,18 @@ +{ + "name": "土豆片", + "icon": "dishes:potato_slice", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:potato_slice", + "title": "土豆片", + "link_recipe": false, + "text": "一片土豆。" + }, + { + "type": "crafting", + "recipe": "dishes:potato_slice" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/potatoeswithcurdcheese.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/potatoeswithcurdcheese.json new file mode 100644 index 0000000..e873787 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/potatoeswithcurdcheese.json @@ -0,0 +1,18 @@ +{ + "name": "芝士土豆", + "icon": "dishes:potatoeswithcurdcheese", + "category": "dishes:german", + "pages": [ + { + "type": "spotlight", + "item": "dishes:potatoeswithcurdcheese", + "title": "芝士土豆", + "link_recipe": false, + "text": "非常美味的德国食物" + }, + { + "type": "crafting", + "recipe": "dishes:potatoeswithcurdcheese" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_bacon.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_bacon.json new file mode 100644 index 0000000..2c3b4e3 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_bacon.json @@ -0,0 +1,18 @@ +{ + "name": "生培根", + "icon": "dishes:raw_bacon", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:raw_bacon", + "title": "生培根", + "link_recipe": false, + "text": "可放入熔炉制成培根。" + }, + { + "type": "crafting", + "recipe": "dishes:raw_bacon" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_fries.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_fries.json new file mode 100644 index 0000000..102291c --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_fries.json @@ -0,0 +1,18 @@ +{ + "name": "生薯条", + "icon": "dishes:raw_fries", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:raw_fries", + "title": "生薯条", + "link_recipe": false, + "text": "沾了盐的土豆片。可放入熔炉煮成薯条。" + }, + { + "type": "crafting", + "recipe": "dishes:raw_fries" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_spaghetti.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_spaghetti.json new file mode 100644 index 0000000..56f8135 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/raw_spaghetti.json @@ -0,0 +1,18 @@ +{ + "name": "意大利面条", + "icon": "dishes:raw_spaghetti", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:raw_spaghetti", + "title": "意大利面条", + "link_recipe": false, + "text": "意大利面条可放入熔炉或烟熏炉制成意大利面。" + }, + { + "type": "crafting", + "recipe": "dishes:raw_spaghetti" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salami.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salami.json new file mode 100644 index 0000000..e4ef5ac --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salami.json @@ -0,0 +1,22 @@ +{ + "name": "萨拉米香肠", + "icon": "dishes:salami", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:salami", + "title": "萨拉米香肠", + "link_recipe": false, + "text": "萨拉米香肠是一种用猪肉或牛肉制成的香肠。" + }, + { + "type": "crafting", + "recipe": "dishes:salami_pig" + }, + { + "type": "crafting", + "recipe": "dishes:salami_cow" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salt.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salt.json new file mode 100644 index 0000000..5b0e8b4 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salt.json @@ -0,0 +1,18 @@ +{ + "name": "盐", + "icon": "dishes:salt", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:salt", + "title": "盐", + "link_recipe": false, + "text": "盐可用于炸薯条。" + }, + { + "type": "smelting", + "recipe": "dishes:salt_smelting" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salt_ore.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salt_ore.json new file mode 100644 index 0000000..ffd9207 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/salt_ore.json @@ -0,0 +1,18 @@ +{ + "name": "盐矿", + "icon": "dishes:salt_ore", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:salt_ore", + "title": "盐矿", + "link_recipe": false, + "text": "盐的来源。" + }, + { + "type": "smelting", + "recipe": "dishes:salt_smelting" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/schnitzel.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/schnitzel.json new file mode 100644 index 0000000..a4fcd5b --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/schnitzel.json @@ -0,0 +1,18 @@ +{ + "name": "炸猪排", + "icon": "dishes:schnitzel", + "category": "dishes:german", + "pages": [ + { + "type": "spotlight", + "item": "dishes:schnitzel", + "title": "炸猪排", + "link_recipe": false, + "text": "真好吃..." + }, + { + "type": "crafting", + "recipe": "dishes:schnitzel" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/spaghetti.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/spaghetti.json new file mode 100644 index 0000000..be17453 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/spaghetti.json @@ -0,0 +1,18 @@ +{ + "name": "意大利面", + "icon": "dishes:salt", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:spaghetti", + "title": "意大利面", + "link_recipe": false, + "text": "意大利面可用于制作意大利肉酱面。" + }, + { + "type": "smelting", + "recipe": "dishes:spaghetti_smelting" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/spaghetti_bolognese.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/spaghetti_bolognese.json new file mode 100644 index 0000000..0916e5b --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/spaghetti_bolognese.json @@ -0,0 +1,18 @@ +{ + "name": "意大利肉酱面", + "icon": "dishes:spaghetti_bolognese", + "category": "dishes:italian", + "pages": [ + { + "type": "spotlight", + "item": "dishes:spaghetti_bolognese", + "title": "意大利肉酱面", + "link_recipe": false, + "text": "谁不喜欢意大利面?" + }, + { + "type": "crafting", + "recipe": "dishes:spaghetti_bolognese" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/steak.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/steak.json new file mode 100644 index 0000000..3895b6f --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/steak.json @@ -0,0 +1,18 @@ +{ + "name": "牛排", + "icon": "dishes:steak", + "category": "dishes:american", + "pages": [ + { + "type": "spotlight", + "item": "dishes:steak", + "title": "牛排", + "link_recipe": false, + "text": "非常著名的菜肴。" + }, + { + "type": "crafting", + "recipe": "dishes:steak" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tinypotatoeswithcurdcheese.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tinypotatoeswithcurdcheese.json new file mode 100644 index 0000000..7b5a66b --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tinypotatoeswithcurdcheese.json @@ -0,0 +1,26 @@ +{ + "name": "小份芝士土豆", + "icon": "dishes:tinypotatoeswithcurdcheese", + "category": "dishes:german", + "pages": [ + { + "type": "spotlight", + "item": "dishes:tinypotatoeswithcurdcheese", + "title": "小份芝士土豆", + "link_recipe": false, + "text": "OMG! IT'S TINY POTATO OMG! #TATERGANG! - 该合成配方只在安装Lil Tater模组时生效!" + }, + { + "type": "crafting", + "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/zh_cn/entries/cooking_guide/tomato.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tomato.json new file mode 100644 index 0000000..56c9db7 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tomato.json @@ -0,0 +1,18 @@ +{ + "name": "番茄", + "icon": "dishes:tomato", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:tomato", + "title": "番茄", + "link_recipe": false, + "text": "番茄是一种红色水果,可在村庄箱子内找到番茄种子。" + }, + { + "type": "crafting", + "recipe": "dishes:tomatoseed" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tomatoseed.json b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tomatoseed.json new file mode 100644 index 0000000..82868f7 --- /dev/null +++ b/src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/tomatoseed.json @@ -0,0 +1,18 @@ +{ + "name": "番茄种子", + "icon": "dishes:tomatoseed", + "category": "dishes:general", + "pages": [ + { + "type": "spotlight", + "item": "dishes:tomatoseed", + "title": "番茄种子", + "link_recipe": false, + "text": "番茄种子可种出番茄。" + }, + { + "type": "crafting", + "recipe": "dishes:tomatoseed" + } + ] +} \ No newline at end of file