This version brings some bug fixes and improvements with custom block generation! You can now set the blocks that should be replaced in the "ore" method (in the past, ore would only generate in stone).
Code (YAML):
block:
generation
:
-
method
: ore
# Generate ore in both stone and netherrack
blockTypes
:
-
"stone"
-
"netherrack"
worlds
:
-
"world"
-
"world_nether"
continueChance
: 0.4
generationChance
: 1.0
amountPerChunk
: 5
This version also fixes some minor bugs with custom block generation