summaryrefslogtreecommitdiff
path: root/blox
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-17 19:34:42 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-06-17 19:34:42 -0400
commit3c3be04962a8c06ce9b5956e5799cdf3bbecf2aa (patch)
tree8578a1384609de55b26936b8be17891b9eae78cc /blox
parent75e0a665ce2a45e1158a427d3f70f854f5f4d5a8 (diff)
downloaddreambuilder_modpack-3c3be04962a8c06ce9b5956e5799cdf3bbecf2aa.tar
dreambuilder_modpack-3c3be04962a8c06ce9b5956e5799cdf3bbecf2aa.tar.gz
dreambuilder_modpack-3c3be04962a8c06ce9b5956e5799cdf3bbecf2aa.tar.bz2
dreambuilder_modpack-3c3be04962a8c06ce9b5956e5799cdf3bbecf2aa.tar.xz
dreambuilder_modpack-3c3be04962a8c06ce9b5956e5799cdf3bbecf2aa.zip
update castle modpack, areas, blox, boost_cart, currency, farming redo, homedecor, and pipeworks
Diffstat (limited to 'blox')
-rw-r--r--blox/init.lua6
1 files changed, 3 insertions, 3 deletions
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},
})