1
0
mirror of https://github.com/paramat/watershed.git synced 2025-07-22 10:10:35 +02:00

No luxore abm. Terblen exponent returns. Bugfix: enable xlscale. Grass, flowers return to forest, grassland

This commit is contained in:
paramat
2014-05-07 18:48:59 +01:00
parent b804a06c64
commit cc4e445d5b
3 changed files with 44 additions and 48 deletions

View File

@ -205,18 +205,8 @@ minetest.register_node("watershed:cloud", {
post_effect_color = {a=23, r=241, g=248, b=255},
})
minetest.register_node("watershed:luxoreoff", {
description = "WS Lux Ore Off",
tiles = {"watershed_luxore.png"},
light_source = 14,
is_ground_content = false,
groups = {cracky=3},
drop = "watershed:luxcrystal 8",
sounds = default.node_sound_glass_defaults(),
})
minetest.register_node("watershed:luxoreon", {
description = "WS Lux Ore On",
minetest.register_node("watershed:luxore", {
description = "WS Lux Ore",
tiles = {"watershed_luxore.png"},
light_source = 14,
groups = {cracky=3},