forked from MineClone5/MineClone5
Update translation
This commit is contained in:
parent
c1a7d3e504
commit
e4865338fc
|
@ -206,7 +206,7 @@ mcl_compass.stereotype = "mcl_compass:"..tostring(stereotype_frame)
|
|||
|
||||
|
||||
minetest.register_node("mcl_compass:lodestone",{
|
||||
description="Lodestone",
|
||||
description=S("Lodestone"),
|
||||
on_rightclick = function(pos, node, player, itemstack)
|
||||
if itemstack.get_name(itemstack).match(itemstack.get_name(itemstack),"mcl_compass:") then
|
||||
if itemstack.get_name(itemstack) ~= "mcl_compass:lodestone" then
|
||||
|
|
Loading…
Reference in New Issue