mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-06-28 14:36:20 +02:00
make primordial gills climbable, make spore trees more likely to produce spawn
This commit is contained in:
@ -36,6 +36,7 @@ minetest.register_node("df_primordial_items:mushroom_gills", {
|
||||
drawtype = "plantlike",
|
||||
waving = 2,
|
||||
walkable = false,
|
||||
climbable = true,
|
||||
is_ground_content = false,
|
||||
sounds = df_primordial_items.sounds.leaves,
|
||||
use_texture_alpha = true,
|
||||
|
Reference in New Issue
Block a user