Skip to content

Commit

Permalink
Fix recipe book title in de_DE lang
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfyScript committed Jan 6, 2024
1 parent e60865c commit 22f66be
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/main/resources/lang/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,30 @@
]
}
},
"recipe": {
"type": {
"crafting" : {
"crafting_shaped": "Geformtes Werkbank Rezept",
"crafting_shapeless": "Formloses Werkbank Rezept"
},
"elite_crafting" : {
"elite_crafting_shaped": "Geformtes Elite Werkbank Rezept",
"elite_crafting_shapeless": "Formloses Elite Werkbank Rezept"
},
"cooking" : {
"furnace": "Ofen Rezept",
"blast_furnace": "Hochofen Rezept",
"smoker": "Räucherofen Rezept",
"campfire": "Lagerfeuer Rezept"
},
"brewing_stand" : "Braurezept",
"anvil" : "Amboss Rezept",
"stonecutter" : "Steinsäge Rezept",
"grindstone" : "Grindstone Recipe",
"smithing" : "Schmiedetisch Rezept",
"cauldron" : "Kessel Rezept"
}
},
"recipe_book": {
"filter_navigation": [
"&7[&aLinksklick&7] Nächste Kategorie",
Expand Down Expand Up @@ -2706,7 +2730,7 @@
}
},
"recipe_book": {
"gui_name": "&8&lRezeptbuch",
"gui_name": "<recipe_type_title>",
"items": {
"next_recipe": {
"name": "&7&l» Nächstes",
Expand Down

0 comments on commit 22f66be

Please sign in to comment.