Remove last few harcoded mod ID strings

This commit is contained in:
Electroblob
2018-04-07 12:47:18 +01:00
parent 416868bafb
commit df1eb68f35
2 changed files with 5 additions and 5 deletions
@@ -83,7 +83,7 @@ public final class WizardryEventHandler {
if(Wizardry.settings.generateLoot){
for(String location : LOOT_INJECTION_LOCATIONS){
if(event.getName().toString().matches(location)){
event.getTable().addPool(getAdditive("ebwizardry:chests/dungeon_additions"));
event.getTable().addPool(getAdditive(Wizardry.MODID + ":chests/dungeon_additions"));
}
}
}