From 043566c0986c4deff9dd172871ce6def8f3db72a Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Sun, 18 Jun 2023 11:01:01 -0400 Subject: [PATCH] new line missing in spawn lua (puff shity windosers) --- spawn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spawn.lua b/spawn.lua index 15b2be0..4696c8b 100644 --- a/spawn.lua +++ b/spawn.lua @@ -635,4 +635,4 @@ nsspf_register_snowbankfungi ('clitocybe_glacialis','Clitocybe glacialis', 15, 1 action = function(pos, node) minetest.set_node({x = pos.x, y = pos.y, z = pos.z}, {name = "air"}) end - }) \ No newline at end of file + })