mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Multiple Effects per Potion
This commit is contained in:
@@ -125,7 +125,8 @@ public class BCauldron {
|
||||
}
|
||||
}
|
||||
|
||||
//unloads cauldrons that are in a unloading world
|
||||
// unloads cauldrons that are in a unloading world
|
||||
// as they were written to file just before, this is safe to do
|
||||
public static void onUnload(String name) {
|
||||
for (BCauldron bcauldron : bcauldrons) {
|
||||
if (bcauldron.block.getWorld().getName().equals(name)) {
|
||||
|
||||
Reference in New Issue
Block a user