Changed Rift Blade Recipe and Power

Changed Rift Blade recipe to use Stable Fabric and a Blaze Rod. Changed
its base material from Gold to Diamond, which increases attack power and
decreases enchantability a little.
This commit is contained in:
SenseiKiwi
2014-01-20 02:00:00 -04:00
parent ee1db9aa99
commit 30a9dcf2c7
3 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ public class CraftingManager
{
GameRegistry.addRecipe(new ItemStack(itemRiftBlade, 1), new Object[]
{
" x ", " x ", " y ", 'x', mod_pocketDim.itemStableFabric, 'y', mod_pocketDim.itemRiftRemover
" x ", " x ", " y ", 'x', mod_pocketDim.itemStableFabric, 'y', Item.blazeRod
});
}