Forgot to add grass blocks into the equivalency chain

This commit is contained in:
pahimar 2012-06-22 16:11:16 -04:00
parent c7d0c4d930
commit 884e024377

View file

@ -117,7 +117,7 @@ public class RecipesPhilStone {
}
public static void initEquivalencyList() {
addObjectsToEquivalencyLists(sand, dirt, cobblestone);
addObjectsToEquivalencyLists(sand, dirt, cobblestone, grass);
addObjectsToEquivalencyLists(plantYellow, plantRed);
addObjectsToEquivalencyLists(mushroomRed, mushroomBrown);
addObjectsToEquivalencyLists(pumpkinSeeds, melonSeeds);