Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make non hellish hives flammable
  • Loading branch information
temp1011 committed Dec 30, 2017
1 parent 5a10d8a commit 8ed4fa8
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -146,6 +146,10 @@ public float getGenChance() {

@Override
public void postGen(World world, Random rand, BlockPos pos) {
if(isGoodBiome(world.getBiome(pos)))
{
Blocks.FIRE.setFireInfo(world.getBlockState(pos).getBlock(), 5, 5);
}

}

Expand Down

0 comments on commit 8ed4fa8

Please sign in to comment.