Skip to content

Commit

Permalink
Readded Lil Tater related recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Motschen committed Jul 1, 2020
1 parent 9e5d82e commit 5e759fc
Show file tree
Hide file tree
Showing 8 changed files with 75 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
55 changes: 55 additions & 0 deletions src/main/resources/assets/dishes/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -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":"炸鱼薯条"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
},
{
"type": "crafting",
"recipe": "dishes:tinypotatoeswithcurdcheese"
"recipe": "lil-tater:tinypotatoeswithcurdcheese"
},
{
"type": "crafting",
"recipe": "liltater:tinypotatoeswithcurdcheese"
},
{
"type": "crafting",
"recipe": "ltr:tinypotatoeswithcurdcheese"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
},
{
"type": "crafting",
"recipe": "dishes:tinypotatoeswithcurdcheese"
"recipe": "lil-tater:tinypotatoeswithcurdcheese"
},
{
"type": "crafting",
"recipe": "liltater:tinypotatoeswithcurdcheese"
},
{
"type": "crafting",
"recipe": "ltr:tinypotatoeswithcurdcheese"
}
]
}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5e759fc

Please sign in to comment.