WIP: Add lush caves #2274

Closed
cora wants to merge 13 commits from lush_caves into master
Contributor

Adds lush caves biome.

TODO

  • Add Azalea Tree
  • Add Dripleaves
  • Add Glow berries
  • Figure out biome distribution
  • Figure out some dripleaf specifics, particularly add plantlike_rooted for all ground nodes
  • Add Spore blossom
  • Add Azalea bushes

Testing

  • Start a world on this PR
  • /grantme all
  • /findbiome LushCaves
  • Look at log to find the azalea tree
  • Noclip down to see the caves
Adds lush caves biome. ![](https://mister-muffin.de/p/unV9.png) ![](https://mister-muffin.de/p/9cgx.png) #### TODO - [x] Add Azalea Tree - [x] Add Dripleaves - [x] Add Glow berries - [x] Figure out biome distribution - [ ] Figure out some dripleaf specifics, particularly add plantlike_rooted for all ground nodes - [ ] Add Spore blossom - [ ] Add Azalea bushes #### Testing * Start a world on this PR * /grantme all * /findbiome LushCaves * Look at log to find the azalea tree * Noclip down to see the caves
AFCMS added the
mapgen
Minecraft >= 1.13
labels 2022-06-05 20:58:53 +02:00
cora force-pushed lush_caves from 57fb4354c3 to b91a678fa0 2022-06-06 01:01:32 +02:00 Compare
cora force-pushed lush_caves from b91a678fa0 to 1520063ef5 2022-06-06 04:12:39 +02:00 Compare
cora force-pushed lush_caves from 2256a24e7c to e6d69a1c73 2022-06-07 17:23:22 +02:00 Compare
cora force-pushed lush_caves from 0dcac9193e to 7bbc4305f6 2022-06-09 01:03:48 +02:00 Compare
cora added 2 commits 2022-06-09 05:26:08 +02:00
94fac56b47 Limit Azalea tree generation by distance too
The other way would sometimes have multiple azaleas fairly close
cora force-pushed lush_caves from bb21e41b1d to 224afb00ce 2022-06-19 17:53:21 +02:00 Compare
cora added the
help wanted
label 2022-07-14 02:04:36 +02:00
Author
Contributor

someone fix dripleaf and figure out azalea bushes and the blossom thingys hehe

I don't think I can gather the patience for that any time soon. I'll fix any mapgen related stuff with this though.

someone fix dripleaf and figure out azalea bushes and the blossom thingys hehe I don't think I can gather the patience for that any time soon. I'll fix any mapgen related stuff with this though.
cora force-pushed lush_caves from c54687ce1d to 5e6eaccfc5 2022-07-14 02:07:48 +02:00 Compare
cora force-pushed lush_caves from 5e6eaccfc5 to d52827de69 2022-07-17 19:17:11 +02:00 Compare
Member

someone fix dripleaf and figure out azalea bushes and the blossom thingys hehe

I don't think I can gather the patience for that any time soon. I'll fix any mapgen related stuff with this though.

I've been reviewing some vids from MC, about lush caves.
The blossoms & bushes will need someone to make custom models.

The dripleaves; seem to partially depend on waterlogging.
We could use plantlike rooted, but we'd probably have to set the minimum depth to 1 water source deep.
Since, the stems are okay. But, the small dripleaves can also be underwater in MC.
And, Minetest doesn't support node waterlogging without hacky, overlarge nodeboxes or models.

> someone fix dripleaf and figure out azalea bushes and the blossom thingys hehe > > I don't think I can gather the patience for that any time soon. I'll fix any mapgen related stuff with this though. I've been reviewing some vids from MC, about lush caves. The blossoms & bushes will need someone to make custom models. The dripleaves; seem to partially depend on waterlogging. We could use plantlike rooted, but we'd probably have to set the minimum depth to 1 water source deep. Since, the stems are okay. But, the small dripleaves can also be underwater in MC. And, Minetest doesn't support node waterlogging without hacky, overlarge nodeboxes or models.
Author
Contributor

Yeah it's using plantlike_rooted but still needs a bunch more ground nodes - only clay rn.

Yeah it's using plantlike_rooted but still needs a bunch more ground nodes - only clay rn.
Author
Contributor
available as a mod now: https://git.minetest.land/cora/mcl_lush_caves/
cora closed this pull request 2022-08-24 13:35:47 +02:00
cora deleted branch lush_caves 2022-08-24 13:36:04 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: VoxeLibre/VoxeLibre#2274
No description provided.