Added in Unbinding Ritual recipes (UnbindingRegistry.registerRecipe(outputItemStack, inputItemStack)) and automatic reversion of registered Binding Recipes. Renamed Binding Ritual class, updated ritual blacklist. Blood Magic, now with 8% more lightning!
This commit is contained in:
parent
1eefcda6ca
commit
9247e66f13
7 changed files with 177 additions and 22 deletions
|
@ -52,7 +52,6 @@ public class ContainerTeleposer extends Container
|
|||
{
|
||||
ItemStack stackInSlot = slotObject.getStack();
|
||||
stack = stackInSlot.copy();
|
||||
System.out.println("Slots: " + slots);
|
||||
|
||||
if (stack.getItem() instanceof TelepositionFocus)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue