Chuck more ruined spell books into the ocean, and fish all the master spells back out
This commit is contained in:
@@ -107,7 +107,7 @@ public final class WizardryLoot {
|
||||
// This is because you are supposed to only catch one item at a time!
|
||||
if(event.getName().toString().matches("minecraft:gameplay/fishing/junk")){
|
||||
// The first (and in this case, only) vanilla loot pool is named "main"
|
||||
event.getTable().getPool("main").addEntry(getAdditiveEntry(Wizardry.MODID + ":gameplay/fishing/junk_additions", 2));
|
||||
event.getTable().getPool("main").addEntry(getAdditiveEntry(Wizardry.MODID + ":gameplay/fishing/junk_additions", 3));
|
||||
}else if(event.getName().toString().matches("minecraft:gameplay/fishing/treasure")){
|
||||
event.getTable().getPool("main").addEntry(getAdditiveEntry(Wizardry.MODID + ":gameplay/fishing/treasure_additions", 1));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user