This is a WIP pull for getting feedback.
This PR will remove the air bubbles around corals and seaweed (TBD) in water.
Requires mte 5.3 due to use of minetest.is_creative_enabled (but I can replace this to keep 5.0 support....)
Changes:
- Add
*_rootedvariant of all corals - Add logic to decide wether to place the old
plantlikeor the newplantlike_rootednode - Add LBM to migrate already placed & generated notes
TBD:
- Add rooted variant of seaweed
This is a WIP pull for getting feedback.
This PR will remove the air bubbles around corals and seaweed (TBD) in water.
Requires mte 5.3 due to use of `minetest.is_creative_enabled` (but I can replace this to keep 5.0 support....)
Changes:
- Add `*_rooted` variant of all corals
- Add logic to decide wether to place the old `plantlike` or the new `plantlike_rooted` node
- Add LBM to migrate already placed & generated notes
TBD:
- Add rooted variant of seaweed