ABJ wrote:I disapprove. I've had enough of this crap >:(.
But that's just my opinion

Mese Blocks (pronounciation: [ˈmɛˌsɛ]) are the rarest mineral and the third rarest blocks and start appearing very deep underground, under 1024 node lengths below sea level. Mese blocks are rarer than diamond ores but not even remotely rare as Nyan Cats. Mese Blocks usually appear in small clusters of three. A mese ore cluster is much more common. A single Mese block can be crafted to nine Mese Crystals. Quote from the Developer Wiki: The origin of the block is just plain random. In the early da
Wuzzy wrote:Hybrid Dog, that sounds weird, but I don't quite understand how to reproduce it. Also, if you have to put text into a sign with Lua, that would mean you would have to be pretty privileged on the server already, and even then, the server needs to have some mod like luacmd installed.
diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua
index 3441c80..3f75850 100644
--- a/mods/default/nodes.lua
+++ b/mods/default/nodes.lua
@@ -1515,6 +1515,7 @@ minetest.register_node("default:sign_wall", {
--local n = minetest.get_node(pos)
local meta = minetest.get_meta(pos)
meta:set_string("formspec", "field[text;;${text}]")
+ meta:set_string("text", "\r")
meta:set_string("infotext", "\"\"")
end,
on_receive_fields = function(pos, formname, fields, sender)
Wuzzy wrote:The idea of limiting the chat length […]
Users browsing this forum: No registered users and 5 guests