Fixed Maple Woods village materials

This commit is contained in:
Matt Caughey 2013-09-16 19:18:00 -04:00
parent 51248c208b
commit 152a4c7242

View file

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