Fixed willow generation.
This commit is contained in:
parent
d4dcf00f9f
commit
d33d7d4fbf
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class WorldGenWillow extends WorldGenerator
|
|||
|
||||
if (var10 == 0 || var10 == Blocks.leavesColorized.get().blockID || var10 == Block.waterMoving.blockID || var10 == Block.waterStill.blockID)
|
||||
{
|
||||
this.setBlock(par1World, par3, par4 + var16, par5, Blocks.logs3.get().blockID);
|
||||
this.setBlockAndMetadata(par1World, par3, par4 + var16, par5, Blocks.logs3.get().blockID, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue