1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-08 01:20:23 +02:00

MT5 translation for lavalamp

This commit is contained in:
Louis Royer
2020-08-05 01:21:08 +02:00
parent b88d76d07f
commit 0800810530
13 changed files with 73 additions and 7 deletions

View File

@ -1,5 +1,4 @@
local S = homedecor.gettext
local S = minetest.get_translator("lavalamp")
lavalamp = {}
@ -65,7 +64,6 @@ minetest.register_node("lavalamp:lavalamp_off", {
},
groups = {snappy=2,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory=1},
sounds = default.node_sound_glass_defaults(),
drop = "lavalamp:lavalamp",
on_construct = unifieddyes.on_construct,
on_rightclick = function(pos, node, clicker, itemstack, pointed_thing)
node.name = "lavalamp:lavalamp"