Skip to content

Instantly share code, notes, and snippets.

View Apollounknowndev's full-sized avatar

Apollo Apollounknowndev

  • 04:08 (UTC -07:00)
View GitHub Profile
@Apollounknowndev
Apollounknowndev / below_-55_no_lava.md
Created September 18, 2023 22:24
Below y-55 with no lava

In 1.18 there is a bug that forces lava to generate below either -55 or the sea level (whichever is lower), and the only ways to get around this up to this point required spamming features. This new method does not require this, and is 100% consistent.

The Holy Grail: Geodes

Geodes have interesting properties compared to other feature types.

  • Geodes can skip replacing certain blocks without the entire feature being terminated
  • Geodes dont have hardcoded checks like some other more restrictive features, the only check they do do is easily bypassed
  • The min/max distance from the center a geode generates is configurable (with min and max being separate fields)
  • Geodes can replace ALL blocks. Air, water, and lava included.