mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-10-30 19:05:33 +01:00 
			
		
		
		
	Add MT 5.0 translation support
This commit is contained in:
		| @@ -1,3 +1,5 @@ | ||||
| local S = minetest.get_translator("mesecons_blinkyplant") | ||||
|  | ||||
| -- The BLINKY_PLANT | ||||
|  | ||||
| local toggle_timer = function (pos) | ||||
| @@ -20,7 +22,7 @@ local on_timer = function (pos) | ||||
| end | ||||
|  | ||||
| mesecon.register_node("mesecons_blinkyplant:blinky_plant", { | ||||
| 	description="Blinky Plant", | ||||
| 	description=S("Blinky Plant"), | ||||
| 	drawtype = "plantlike", | ||||
| 	inventory_image = "jeija_blinky_plant_off.png", | ||||
| 	paramtype = "light", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user