Biomes O' Plenty

Biomes O' Plenty

151M Downloads

Copy and Paste Error in recent Commit?

krwminer opened this issue ยท 2 comments

commented

In a recent commit to VillageMaterialEventHandler.java you added in several places:

  • //Maple Woods
  • if (event.biome == Biomes.spruceWoods.get())
  • {

It seems like this might be a copy / paste error from //Spruce Woods below.

commented

No problem. This is the benefit you get by making your mod source open. :)

commented

Heh, whoops. Thanks for letting me know!