Fix regression in coral. Add coral teleporter.
This commit is contained in:
parent
43176144f9
commit
9fedc6c52a
7 changed files with 59 additions and 8 deletions
|
@ -41,6 +41,14 @@ fun_caves.plantlist = {
|
|||
sounds = default.node_sound_stone_defaults(),
|
||||
},
|
||||
|
||||
{name="precious_coral",
|
||||
desc="Precious Coral",
|
||||
water=true,
|
||||
light_source=1,
|
||||
coral=true,
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
},
|
||||
|
||||
{name="water_plant_1",
|
||||
desc="Water Plant",
|
||||
water=true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue