Merge pull request #142 from pksiazek/master

Fixed AddonRedPower2 Exception
This commit is contained in:
pahimar 2012-12-30 17:29:22 -08:00
commit bbc75fcc1a

View file

@ -19,7 +19,7 @@ public class AddonRedPower2 {
if (Loader.isModLoaded("RedPowerWorld")) {
try {
rp2Stone = (Block) Class.forName("RedPowerWorld").getField("blockStone").get(null);
rp2Stone = (Block) Class.forName("com.eloraam.redpower.RedPowerWorld").getField("blockStone").get(null);
for (ItemStack stone : RecipesTransmutationStone.transmutationStones) {
// Extremely temporary recipe