-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a few issues with certain resource files, german translations
- Loading branch information
Showing
45 changed files
with
804 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"itemGroup.dishes.dishes":"Delicious Dishes", | ||
"text.dishes.landing_text":"Dies ist ein Kochbuch, das dir beim Zubereiten der Gerichte der Mod Delicious Dishes hilft", | ||
"book.dishes.cooking_guide":"Kochbuch", | ||
"item.dishes.plate":"Teller", | ||
"item.dishes.pizzabox":"Leerer Pizzakarton", | ||
"item.dishes.potatoeswithcurdcheese":"Kartoffeln mit Quark", | ||
"item.dishes.tinypotatoeswithcurdcheese":"Tiny Potatoes mit Quark", | ||
"item.dishes.schnitzel":"Schnitzel", | ||
"item.dishes.pizzasalami":"Pizza Salami", | ||
"item.dishes.pizzaham":"Pizza Ham", | ||
"item.dishes.pizzatuna":"Pizza Tuhnfisch", | ||
"item.dishes.pizzabacon":"Pizza Bacon", | ||
"item.dishes.spaghetti_bolognese":"Spaghetti Bolognese", | ||
"item.dishes.steak":"Steak", | ||
"item.dishes.hamburger":"Hamburger", | ||
"item.dishes.chickenburger":"Chickenburger", | ||
"item.dishes.cheeseburger":"Cheeseburger", | ||
"item.dishes.fishandchips":"Fish and Chips", | ||
"item.dishes.flour":"Mehl", | ||
"item.dishes.raw_spaghetti":"Rohe Spaghetti", | ||
"item.dishes.spaghetti":"Spaghetti", | ||
"item.dishes.salt":"Salz", | ||
"block.dishes.salt_ore":"Salzerz", | ||
"item.dishes.tomato":"Tomate", | ||
"item.dishes.tomatobush":"Tomatenbusch", | ||
"item.dishes.tomatoseed":"Tomatensamen", | ||
"item.dishes.lettuce":"Salat", | ||
"item.dishes.raw_bacon":"Roher Speck", | ||
"item.dishes.bacon":"Speck", | ||
"item.dishes.lettucebush":"Salatbusch", | ||
"item.dishes.lettuceseed":"Salatsamen", | ||
"item.dishes.potato_slice":"Kartoffelstückchen", | ||
"item.dishes.raw_fries":"Rohe Pommes", | ||
"item.dishes.fries":"Pommes", | ||
"item.dishes.salami":"Salami", | ||
"item.dishes.cheese_roll":"Käserolle", | ||
"item.dishes.cheese_slice":"Käsescheibe", | ||
"item.dishes.knife":"Messer", | ||
"block.dishes.plate":"Teller", | ||
"block.dishes.pizzabox":"Leerer Pizzakarton", | ||
"block.dishes.potatoeswithcurdcheese":"Kartoffeln mit Quark", | ||
"block.dishes.tinypotatoeswithcurdcheese":"Tiny Potatoes mit Quark", | ||
"block.dishes.schnitzel":"Schnitzel", | ||
"block.dishes.pizzasalami":"Pizza Salami", | ||
"block.dishes.pizzaham":"Pizza Schinken", | ||
"block.dishes.pizzatuna":"Pizza Tuhnfisch", | ||
"block.dishes.pizzabacon":"Pizza Bacon", | ||
"block.dishes.spaghetti_bolognese":"Spaghetti Bolognese", | ||
"block.dishes.steak":"Steak", | ||
"block.dishes.hamburger":"Hamburger", | ||
"block.dishes.chickenburger":"Chickenburger", | ||
"block.dishes.cheeseburger":"Cheeseburger", | ||
"block.dishes.fishandchips":"Fish and Chips" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 66 additions & 0 deletions
66
src/main/resources/data/dishes/loot_tables/blocks/lettucebush.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1.0, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:alternatives", | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:block_state_property", | ||
"block": "dishes:lettucebush", | ||
"properties": { | ||
"age": "7" | ||
} | ||
} | ||
], | ||
"name": "dishes:lettuce" | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "dishes:lettuceseed" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1.0, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"functions": [ | ||
{ | ||
"function": "minecraft:apply_bonus", | ||
"enchantment": "minecraft:fortune", | ||
"formula": "minecraft:binomial_with_bonus_count", | ||
"parameters": { | ||
"extra": 1, | ||
"probability": 0.33 | ||
} | ||
} | ||
], | ||
"name": "dishes:lettuce" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:block_state_property", | ||
"block": "dishes:lettucebush", | ||
"properties": { | ||
"age": "7" | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"functions": [ | ||
{ | ||
"function": "minecraft:explosion_decay" | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/data/dishes/loot_tables/blocks/pizzabox.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "dishes:pizzabox" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
src/main/resources/data/dishes/loot_tables/blocks/plate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "dishes:plate" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
} | ||
} | ||
], | ||
"name": "dishes:tomatoseed" | ||
"name": "dishes:tomato" | ||
} | ||
], | ||
"conditions": [ | ||
|
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/dishes/patchouli_books/cooking_guide/de_de/categories/american.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "Amerikanische Gerichte", | ||
"description": "Essen aus den USA", | ||
"icon": "dishes:flag_america" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/dishes/patchouli_books/cooking_guide/de_de/categories/british.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "Britische Gerichte", | ||
"description": "Essen aus dem Vereinigten Königreich", | ||
"icon": "dishes:flag_britain" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/dishes/patchouli_books/cooking_guide/de_de/categories/general.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "Generell", | ||
"description": "Zutaten und Untersetzer für Gerichte", | ||
"icon": "dishes:plate" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/dishes/patchouli_books/cooking_guide/de_de/categories/german.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "Deutsche Gerichte", | ||
"description": "Essen aus Deutschland", | ||
"icon": "dishes:flag_germany" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/dishes/patchouli_books/cooking_guide/de_de/categories/italian.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "Italienische Gerichte", | ||
"description": "Essen aus Italien", | ||
"icon": "dishes:flag_italy" | ||
} |
18 changes: 18 additions & 0 deletions
18
...esources/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/bacon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Speck", | ||
"icon": "dishes:bacon", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:bacon", | ||
"title": "Speck", | ||
"link_recipe": false, | ||
"text": "Speck kann man für die Herstellung von Pizza Bacon verwenden." | ||
}, | ||
{ | ||
"type": "smelting", | ||
"recipe": "dishes:bacon_smelting" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...es/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/cheese_roll.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Käserolle", | ||
"icon": "dishes:cheese_roll", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:cheese_roll", | ||
"title": "Käserolle", | ||
"link_recipe": false, | ||
"text": "Eine rohes Stück Käse" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:cheese_roll" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...s/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/cheese_slice.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Käsescheibe", | ||
"icon": "dishes:cheese_slice", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:cheese_slice", | ||
"title": "Käsescheibe", | ||
"link_recipe": false, | ||
"text": "Eine Scheibe Käse, aus einer Käserolle geschnitten" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:cheese_slice" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...s/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/cheeseburger.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Cheeseburger", | ||
"icon": "dishes:cheeseburger", | ||
"category": "dishes:american", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:cheeseburger", | ||
"title": "Cheeseburger", | ||
"link_recipe": false, | ||
"text": "Ein Hamburger mit Käse." | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:cheeseburger" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
.../data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/chickenburger.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Chickenburger", | ||
"icon": "dishes:chickenburger", | ||
"category": "dishes:american", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:chickenburger", | ||
"title": "Chickenburger", | ||
"link_recipe": false, | ||
"text": "Ein Hamburger, bloß mit Hühnchen statt Rindfleisch." | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:chickenburger" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...s/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/fishandchips.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Fish and Chips", | ||
"icon": "dishes:fishandchips", | ||
"category": "dishes:british", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:fishandchips", | ||
"title": "Fish and Chips", | ||
"link_recipe": false, | ||
"text": "Briten lieben dieses Gericht!" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:fishandchips" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...esources/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/flour.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Mehl", | ||
"icon": "dishes:flour", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:flour", | ||
"title": "Mehl", | ||
"link_recipe": false, | ||
"text": "Mehl kann zur herstellung von Teigwaren und Pizza verwendet werden." | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:flour" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...esources/data/dishes/patchouli_books/cooking_guide/de_de/entries/cooking_guide/fries.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Pommes", | ||
"icon": "dishes:fries", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:fries", | ||
"title": "Pommes", | ||
"link_recipe": false, | ||
"text": "Gekochte Kartoffelscheiben mit Salz." | ||
}, | ||
{ | ||
"type": "smelting", | ||
"recipe": "dishes:fries_smelting" | ||
} | ||
] | ||
} |
Oops, something went wrong.