From: IFRFSX <34205903+IFRFSX@users.noreply.github.com> Date: Sat, 11 Apr 2020 18:50:49 +0000 (+0800) Subject: Add Basic Fire Description (#2568) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=36b2bcb5f3379cfc28b74974ce74e965821d1493;p=oweals%2Fminetest_game.git Add Basic Fire Description (#2568) --- diff --git a/mods/fire/init.lua b/mods/fire/init.lua index 298063e5..b69a7311 100644 --- a/mods/fire/init.lua +++ b/mods/fire/init.lua @@ -61,6 +61,7 @@ local fire_node = { -- Basic flame node local flame_fire_node = table.copy(fire_node) +flame_fire_node.description = S("Fire") flame_fire_node.groups.not_in_creative_inventory = 1 flame_fire_node.on_timer = function(pos) if not minetest.find_node_near(pos, 1, {"group:flammable"}) then @@ -78,7 +79,7 @@ minetest.register_node("fire:basic_flame", flame_fire_node) -- Permanent flame node local permanent_fire_node = table.copy(fire_node) -permanent_fire_node.description = S("Permanent Flame") +permanent_fire_node.description = S("Permanent Fire") minetest.register_node("fire:permanent_flame", permanent_fire_node) diff --git a/mods/fire/locale/fire.zh_CN.tr b/mods/fire/locale/fire.zh_CN.tr index 89aff0e9..b28157eb 100644 --- a/mods/fire/locale/fire.zh_CN.tr +++ b/mods/fire/locale/fire.zh_CN.tr @@ -1,3 +1,4 @@ # textdomain: fire -Permanent Flame=永久火焰 +Permanent Fire=永久火焰 Flint and Steel=火石和钢 +Fire=火焰 diff --git a/mods/fire/locale/fire.zh_TW.tr b/mods/fire/locale/fire.zh_TW.tr index 4c7a293e..2e7e9ddd 100644 --- a/mods/fire/locale/fire.zh_TW.tr +++ b/mods/fire/locale/fire.zh_TW.tr @@ -1,3 +1,4 @@ # textdomain: fire -Permanent Flame=永久火焰 +Permanent Fire=永久火焰 Flint and Steel=火石和鋼 +Fire=火焰