From 3c3be04962a8c06ce9b5956e5799cdf3bbecf2aa Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 17 Jun 2017 19:34:42 -0400 Subject: update castle modpack, areas, blox, boost_cart, currency, farming redo, homedecor, and pipeworks --- blox/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blox') diff --git a/blox/init.lua b/blox/init.lua index c022863..f48d9b7 100644 --- a/blox/init.lua +++ b/blox/init.lua @@ -51,7 +51,7 @@ minetest.register_node("blox:glowstone", { light_propagates = true, paramtype = "light", sunlight_propagates = true, - light_source = 30 , + light_source = 14, is_ground_content = true, groups = {cracky=2}, sounds = default.node_sound_stone_defaults(), @@ -64,7 +64,7 @@ minetest.register_node("blox:glowore", { light_propagates = true, paramtype = "light", sunlight_propagates = false, - light_source = 12 , + light_source = 8, drop = { max_items = 1, items = { @@ -90,7 +90,7 @@ minetest.register_node("blox:glowdust", { light_propagates = true, paramtype = "light", sunlight_propagates = true, - light_source = 8 , + light_source = 9, walkable = false, groups = {cracky=3, snappy=3}, }) -- cgit v1.2.3