Skip to content

Releases: mastercake10/CustomOreGen

update 1.3.33

21 Oct 21:18
Compare
Choose a tag to compare
  • fixed an error when activating particles on 1.8

update 1.3.32

24 Nov 06:56
Compare
Choose a tag to compare
  • fixed SuperiorSkyblock hook #45
  • fixed custom ores generating when lava touches water from above #44
  • fixed sound effects, added particles to fit more the vanilla experience

update 1.3.31

28 Jan 01:16
Compare
Choose a tag to compare
  • improved performance upon breaking blocks on a generator

update 1.3.30

01 Nov 22:19
Compare
Choose a tag to compare
  • Add a fail over that chooses the first generator when none is applicable. f0b75dc
  • fixed SuperiorSkyblock hook

update 1.3.30

05 Oct 03:26
Compare
Choose a tag to compare
update 1.3.30 Pre-release
Pre-release
  • Add a fail over that chooses the first generator when none is applicable. f0b75dc

update 1.3.29

23 Aug 06:06
Compare
Choose a tag to compare
  • 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