Translate a few missing formspec elements
This commit is contained in:
parent
8cfcbea9cb
commit
7aaafdca03
9 changed files with 32 additions and 13 deletions
|
@ -22,7 +22,7 @@ minetest.register_node("mcl_crafting_table:crafting_table", {
|
|||
"list[current_player;craft;1.75,0.5;3,3;]"..
|
||||
"list[current_player;craftpreview;6.1,1.5;1,1;]"..
|
||||
"image_button[0.75,1.5;1,1;craftguide_book.png;__mcl_craftguide;]"..
|
||||
"tooltip[__mcl_craftguide;Recipe book]"..
|
||||
"tooltip[__mcl_craftguide;"..minetest.formspec_escape(S("Recipe book")).."]"..
|
||||
"listring[current_player;main]"..
|
||||
"listring[current_player;craft]"
|
||||
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
Crafting Table=Werkbank
|
||||
A crafting table is a block which grants you access to a 3×3 crafting grid which allows you to perform advanced crafts.=Die Werkbank ist ein Block, mit dem Sie Zugriff auf ein 3×3-Fertigungsgitter erhalten, wodurch sie fortgeschrittene Dinge herstellen können.
|
||||
Rightclick the crafting table to access the 3×3 crafting grid.=Rechtsklicken Sie auf die Werkbank, um auf das 3×3-Fertigungsgitter zuzugreifen.
|
||||
Recipe book=Fertigungsbuch
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
Crafting Table=
|
||||
A crafting table is a block which grants you access to a 3×3 crafting grid which allows you to perform advanced crafts.=
|
||||
Rightclick the crafting table to access the 3×3 crafting grid.=
|
||||
Recipe book=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue