This description was correct in the first place! Turns out it was the upgrading recipes' fault.
This commit is contained in:
+4
-4
@@ -198,8 +198,10 @@ public class ArcaneWorkbenchRecipeCategory implements IRecipeCategory<ArcaneWork
|
||||
}
|
||||
}
|
||||
|
||||
recipes.add(new ArcaneWorkbenchRecipe(original, Collections.emptyList(), Collections.emptyList(),
|
||||
applicableSpecialUpgrades, original)); // Wands with special upgrades look no different anyway
|
||||
if(!applicableSpecialUpgrades.isEmpty()){
|
||||
recipes.add(new ArcaneWorkbenchRecipe(original, Collections.emptyList(), Collections.emptyList(),
|
||||
applicableSpecialUpgrades, original)); // Wands with special upgrades look no different anyway
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -253,8 +255,6 @@ public class ArcaneWorkbenchRecipeCategory implements IRecipeCategory<ArcaneWork
|
||||
|
||||
for(Spell spell : Spell.getAllSpells()){
|
||||
|
||||
if(spell == Spells.none) continue;
|
||||
|
||||
for(Item spellBook : spellBooks){
|
||||
for(Item scroll : scrolls){
|
||||
if(spell.applicableForItem(spellBook) && spell.applicableForItem(scroll)){
|
||||
|
||||
Reference in New Issue
Block a user