mirror of
https://github.com/t-affeldt/regional_weather.git
synced 2025-07-18 16:30:31 +02:00
Implement i18n support
This commit is contained in:
@ -5,7 +5,10 @@ then return end
|
||||
|
||||
local BLOCK_NAME = "regional_weather:ice"
|
||||
|
||||
local S = regional_weather.i18n
|
||||
|
||||
minetest.register_node(BLOCK_NAME, {
|
||||
description = S("Thin Ice"),
|
||||
tiles = {"(default_ice.png^[colorize:#ffffff:50)^[opacity:200"},
|
||||
paramtype = "light",
|
||||
groups = {
|
||||
|
Reference in New Issue
Block a user