Sires
2018-03-15 e12220be79e25c1c5cb866e1e98091d35079cd3e
technic/tools/flashlight.lua
@@ -8,7 +8,7 @@
technic.register_power_tool("technic:flashlight", flashlight_max_charge)
minetest.register_alias("technic:light_off", "air")
minetest.register_tool("technic:flashlight", {
   description = S("Flashlight"),
   inventory_image = "technic_flashlight.png",
@@ -111,7 +111,7 @@
minetest.register_node("technic:light", {
   drawtype = "glasslike",
   tile_images = {"technic_light.png"},
   tiles = {"technic_light.png"},
   paramtype = "light",
   groups = {not_in_creative_inventory=1},
   drop = "",