Crash when disabling gems ore generation
AfterRebelion opened this issue · 5 comments
Versions
Minecraft Version: 1.12.1
Silent's Gems Version: 2.4.6
Silent Lib Version: 2.2.7
Expected behavior
- Gems ores doesn't spawn on world
Actual behaviour
Steps to reproduce the problem
- Put these values on the config:
"gems (overworld)" {
I:"Max Y"=0
I:"Min Y"=0
D:"Vein Count"=0.0
I:"Vein Size"=0
} - Load a world, and generate new chunks.
- Crash
Set "Max Y" to a higher number for now, I'll add a sanity check later.
Er, just out of curiosity, what do you do with the mod with no gems?
I changed every value on my testing to be 1 (0.1 on the double), and as long as one of the values is 0, the crash still happens.
And I am making a custom pack, wheere the gems come from loot chests on dungeons and the like, so that is why I need to disable normal world generation.
The min Y must be less than the max Y. They can't be the same.
…On Tue, Sep 12, 2017, 9:27 PM AfterRebelion ***@***.***> wrote:
I changed every value on my testing to be 1 (0.1 on the double), and as
long as one of the values is 0, the crash still happens.
And I am making a custom pack, wheere the gems come from loot chests on
dungeons and the like, so that is why I need to disable normal world
generation.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#203 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFdPXc5mgtIAdfXIgm7rIY-SOO7zOhSHks5shz2MgaJpZM4PVFzh>
.
Closed by 5395c47