Fixed RedPowerWorld FQDN

This commit is contained in:
pksiazek 2012-12-28 09:41:41 +01:00
parent 9b1e9d92c6
commit 4c61868b08

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