Fixed Boolean
This commit is contained in:
parent
6bd1dac9f7
commit
12f384ee50
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ public class OreHandler implements IWorldGenerator
|
|||
{
|
||||
public void generate(Random random, int chunkX, int chunkZ, World world, IChunkProvider chunkGenerator, IChunkProvider chunkProvider)
|
||||
{
|
||||
if(ObsidianIngots.oreGenerationEnabled)
|
||||
if(ObsidianIngots.oreGenerationEnabled == true)
|
||||
{
|
||||
for (int i=0;i<1;i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue