This version brings Ore generation to Custom Items! It allows you to automatically generate your custom blocks when worlds are generated!
To make a block generate, just use something like this! Check out the plugin page for more information on generating blocks
Code (YAML):
name
:
"My Item Name"
item:
material
: GOLD_BLOCK
canBeUsedGenerically
: false
canBePlaced
: true
block:
generation
:
-
method
: ore
worlds
:
- world
continueChance
: 0.4
generationChance
: 1.0
amountPerChunk
: 5
minY
: 20
This version also brings some bug fixes with custom blocks.