Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
@@ -264,10 +264,9 @@ public class ItemRiftBlade extends itemDimDoor
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
par3List.add("Opens a temporary door");
|
par3List.add("Opens a temporary doors,");
|
||||||
par3List.add ("when used on a rift");
|
par3List.add ("special teleport attack,");
|
||||||
par3List.add ("Also rotates existing doors");
|
par3List.add ("and rotates existing doors");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -417,7 +417,7 @@ public class mod_pocketDim
|
|||||||
|
|
||||||
GameRegistry.addRecipe(new ItemStack(itemRiftBlade, 1), new Object[]
|
GameRegistry.addRecipe(new ItemStack(itemRiftBlade, 1), new Object[]
|
||||||
{
|
{
|
||||||
" x ", " x ", " y ", 'x', this.itemRiftRemover, 'y', Item.ingotGold
|
" x ", " x ", " y ", 'x', Item.enderPearl, 'y',this.itemRiftRemover
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user