mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-13 14:00:29 +02:00
make various primordial vegetation floodable. It grows back anyway.
This commit is contained in:
@ -18,6 +18,7 @@ minetest.register_node("df_primordial_items:fungal_grass_1", {
|
||||
buildable_to = true,
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
sounds = df_primordial_items.sounds.leaves,
|
||||
use_texture_alpha = "clip",
|
||||
sunlight_propagates = true,
|
||||
@ -36,6 +37,7 @@ minetest.register_node("df_primordial_items:fungal_grass_2", {
|
||||
buildable_to = true,
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
place_param2 = 3,
|
||||
sounds = df_primordial_items.sounds.leaves,
|
||||
use_texture_alpha = "clip",
|
||||
@ -57,6 +59,7 @@ minetest.register_node("df_primordial_items:glow_orb", {
|
||||
buildable_to = true,
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
light_source = 9,
|
||||
sounds = df_primordial_items.sounds.leaves,
|
||||
use_texture_alpha = "clip",
|
||||
@ -76,6 +79,7 @@ minetest.register_node("df_primordial_items:glow_orb_stalks", {
|
||||
buildable_to = true,
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
light_source = 6,
|
||||
sounds = df_primordial_items.sounds.leaves,
|
||||
use_texture_alpha = "clip",
|
||||
@ -108,6 +112,7 @@ minetest.register_node("df_primordial_items:glow_pods", {
|
||||
buildable_to = true,
|
||||
is_ground_content = false,
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
light_source = 6,
|
||||
sounds = df_primordial_items.sounds.leaves,
|
||||
use_texture_alpha = "clip",
|
||||
|
Reference in New Issue
Block a user