From 32148072652c69844bbaa3e19d6071d48980a7d8 Mon Sep 17 00:00:00 2001 From: DonBatman Date: Tue, 27 Oct 2015 12:35:55 -0700 Subject: Stared work on gamestate and hud for mario --- mario/blocks.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mario/blocks.lua') diff --git a/mario/blocks.lua b/mario/blocks.lua index 7005de3..f44f61f 100644 --- a/mario/blocks.lua +++ b/mario/blocks.lua @@ -80,6 +80,7 @@ minetest.register_node("mario:mushroom",{ }, drawtype = "nodebox", paramtype = "light", + walkable = false, groups = {cracky = 3}, node_box = nbox, on_destruct = function(pos) @@ -99,6 +100,7 @@ minetest.register_node("mario:mushroom_green",{ }, drawtype = "nodebox", paramtype = "light", + walkable = false, groups = {cracky = 3}, node_box = nbox, on_destruct = function(pos) -- cgit v1.2.3