update castle modpack, areas, blox, boost_cart, currency, farming redo, homedecor, and pipeworks

This commit is contained in:
Vanessa Ezekowitz
2017-06-17 19:34:42 -04:00
parent 75e0a665ce
commit 3c3be04962
22 changed files with 122 additions and 62 deletions

View File

@@ -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},
})