Added an auto-crafting ritual
Fixed Blood Light sigil glitches Fixed some issues with the Reagent HP bar not draining correctly - what was I thinking?!?
This commit is contained in:
parent
d1fc806113
commit
3d89bd6b90
13 changed files with 503 additions and 55 deletions
|
@ -161,6 +161,8 @@ public abstract class OmegaArmour extends BoundArmour
|
|||
SoulNetworkHandler.checkAndSetItemOwner(omegaStack, SoulNetworkHandler.getOwnerName(boundStack));
|
||||
this.setItemEnchantability(omegaStack, Math.min(enchantability, 70));
|
||||
|
||||
EnchantmentHelper.setEnchantments(new HashMap(), omegaStack);
|
||||
|
||||
List enchantList = new ArrayList();
|
||||
|
||||
int adjustedEnchantLevel = Math.min(enchantmentLevel, 30);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue