Added demon limit to config - maximum number of demons that may spawn for a Demon Portal
This commit is contained in:
parent
316a79fab8
commit
8315dcf864
6 changed files with 29 additions and 64 deletions
|
@ -2,6 +2,7 @@ package WayofTime.alchemicalWizardry.common.omega;
|
|||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import net.minecraft.world.World;
|
||||
import WayofTime.alchemicalWizardry.ModItems;
|
||||
import WayofTime.alchemicalWizardry.api.alchemy.energy.Reagent;
|
||||
import WayofTime.alchemicalWizardry.common.items.armour.OmegaArmour;
|
||||
|
@ -83,4 +84,9 @@ public class OmegaParadigm
|
|||
|
||||
return helmetStack != null && helmetStack.getItem() == helmet && chestStack != null && chestStack.getItem() == chestPiece && leggingsStack != null && leggingsStack.getItem() == leggings && bootsStack != null && bootsStack.getItem() == boots;
|
||||
}
|
||||
|
||||
public void onUpdate(World world, EntityPlayer player, ItemStack stack)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue