Time Nick Message 00:03 PilzAdam 02:02:15: ERROR[main]: ServerError: LuaError: error: /usr/share/minetest/builtin/misc_register.lua:60: attempt to concatenate a nil value 00:03 PilzAdam the line is local expected_prefix = minetest.get_current_modname() .. ":" 00:03 PilzAdam what can cause this error? 00:04 VanessaE er 00:05 PilzAdam er is german for he 00:05 VanessaE um... 00:05 thexyz PilzAdam: post code that causes that 00:06 PilzAdam http://pastebin.com/1z7rdjPh 00:06 thexyz or just change that line to local expected_prefix = tostring(minetest.get_current_modname()) .. ":" 00:06 thexyz oh 00:07 thexyz you can't register nodes in globalstep 00:07 thexyz you can only register them at server startup 00:07 PilzAdam damn i meant add node 00:07 PilzAdam thx 00:07 thexyz works now? 00:08 PilzAdam yes 14:29 Jordach VanessaE, can i query you for a min? 14:34 VanessaE hm? 14:38 Jordach about 4000px textures 14:38 Jordach yours have nice edges 14:38 Jordach (tools) 14:39 Jordach i had to attack the offending transparency with a pencil 14:40 VanessaE use the select-by-color tool: turn on the checkbox to allow for selecting transparency, then click on a transparent area, then grow the selection by 1, feather it by 2, hit delete a few times, then alpha to threshold. 14:41 VanessaE if necessary, skip the alpha to threshold and instead do a semi-flatten, with the background color set to something just slightly darker than the average color of the image 14:44 Jordach aye 16:15 PilzAdam sfan5, do i have to give credit if make a mod with the sounds from your nuke mod? 16:15 sfan5 umm, no 16:16 sfan5 (its actually the old minecraft explosion sound) 16:16 PilzAdam i make a normal tnt mod with a radius of 2 16:17 PilzAdam in the forum topic you said its GPLv2 16:17 sfan5 the sound? 16:17 PilzAdam everything 16:18 sfan5 oh, i changed it now 16:19 sfan5 https://github.com/celeron55/minetest/pull/30 16:33 VanessaE um, c55 closed that a month ago?