Fixed Maple Woods village materials

This commit is contained in:
Matt Caughey 2013-09-16 19:18:00 -04:00
parent 51248c208b
commit 152a4c7242
1 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ public class VillageMaterialEventHandler
}
//Maple Woods
if (event.biome == Biomes.spruceWoods.get())
if (event.biome == Biomes.mapleWoods.get())
{
//Wooden Stairs
if (event.original == Block.stairsWoodOak.blockID)
@ -948,7 +948,7 @@ public class VillageMaterialEventHandler
}
//Maple Woods
if (event.biome == Biomes.spruceWoods.get())
if (event.biome == Biomes.mapleWoods.get())
{
//Logs
if (event.original == Block.wood.blockID)