Skip to content

update 1.3.29

Compare
Choose a tag to compare
@mastercake10 mastercake10 released this 23 Aug 06:06
· 44 commits to dev since this release
  • Added stone generators: 46aee3f
    Setting enable-stone-generator to true will enable random generated
    blocks for stone generators (lava floats on water vertically)
  • Added a new command: 941e099
    By typing /customoregen inspect <player> you can now actually see what parameters CustomOreGen will consider during the generator choosing process. Very useful for debugging.
  • Update for 1.16.2: No changes needed - tested on 1.16.2.

config.yml additions:

# Enable this when you also want random blocks from stone generators (lava floats on water vertically)
enable-stone-generator: false

image