From 335d9a3eddcb590c3ca5de9cba9b152e5e560af1 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 13 Feb 2018 14:05:34 -0500 Subject: removed boost_cart and carbone_mobs -- too many crashes updated blox, homedecor, plantlifed, cottages, farming_redo, framedglass, gloopblocks, mesecons, moreblocks, moretrees, pipeworks, player_textures, replacer, signs_lib, stained_glass, technic, travelnet, unified_inventory, unifieddyes, and worldedit. --- mesecons_torch/init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesecons_torch') diff --git a/mesecons_torch/init.lua b/mesecons_torch/init.lua index de16224..5f1d25a 100644 --- a/mesecons_torch/init.lua +++ b/mesecons_torch/init.lua @@ -54,6 +54,7 @@ minetest.register_node("mesecons_torch:mesecon_torch_off", { tiles = {"jeija_torches_off.png", "jeija_torches_off_ceiling.png", "jeija_torches_off_side.png"}, inventory_image = "jeija_torches_off.png", paramtype = "light", + is_ground_content = false, walkable = false, paramtype2 = "wallmounted", selection_box = torch_selectionbox, @@ -72,6 +73,7 @@ minetest.register_node("mesecons_torch:mesecon_torch_on", { inventory_image = "jeija_torches_on.png", wield_image = "jeija_torches_on.png", paramtype = "light", + is_ground_content = false, sunlight_propagates = true, walkable = false, paramtype2 = "wallmounted", -- cgit v1.2.3