diff options
| author | TenPlus1 <kinsellaja@yahoo.com> | 2017-05-15 13:01:46 +0100 | 
|---|---|---|
| committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-05-15 13:01:46 +0100 | 
| commit | 1bc8817b1784fd8dfc7890d055f31bdf1f7b5ae6 (patch) | |
| tree | 82f5966e759b07d9810e7a07180608bf6cce1455 | |
| parent | 60db9ccbc9fe4b94c103578e285638aa77c0e1d5 (diff) | |
added jack 'o lantern description info
| -rw-r--r-- | locale/de.txt | 2 | ||||
| -rw-r--r-- | locale/template.txt | 2 | ||||
| -rw-r--r-- | pumpkin.lua | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/locale/de.txt b/locale/de.txt index 82cee4f..9b85a04 100644 --- a/locale/de.txt +++ b/locale/de.txt @@ -74,7 +74,7 @@ Baked Potato = Ofenkartoffel  #pumpkin.lua  Pumpkin = Kürbis  Pumpkin Slice = Kürbisscheibe -Jack 'O Lantern = Kürbislaterne +Jack 'O Lantern (punch to turn on and off) = Kürbislaterne (Punch zum Ein- und Ausschalten)  Pumpkin Bread = Kürbisbrot  Pumpkin Dough = Kürbisteig diff --git a/locale/template.txt b/locale/template.txt index 6d067f5..3f52730 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -72,7 +72,7 @@ Baked Potato =  #pumpkin.lua  Pumpkin =   Pumpkin Slice =  -Jack 'O Lantern =  +Jack 'O Lantern (punch to turn on and off) =   Pumpkin Bread =   Pumpkin Dough =  diff --git a/pumpkin.lua b/pumpkin.lua index 4be0bf4..8bff778 100644 --- a/pumpkin.lua +++ b/pumpkin.lua @@ -53,7 +53,7 @@ minetest.register_craft({  -- jack 'o lantern  minetest.register_node("farming:jackolantern", { -	description = S("Jack 'O Lantern"), +	description = S("Jack 'O Lantern (punch to turn on and off)"),  	tiles = {  		"farming_pumpkin_top.png",  		"farming_pumpkin_top.png",  | 
