#1499: Make Fluid an interface and add missing entry
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -88,7 +88,8 @@ public class Commodore {
|
||||
"org/bukkit/entity/Cat$Type", "NOP",
|
||||
"org/bukkit/map/MapCursor$Type", "NOP",
|
||||
"org/bukkit/block/banner/PatternType", "NOP",
|
||||
"org/bukkit/attribute/Attribute", "NOP"
|
||||
"org/bukkit/attribute/Attribute", "NOP",
|
||||
"org/bukkit/Fluid", "NOP"
|
||||
);
|
||||
|
||||
private final List<Reroute> reroutes = new ArrayList<>(); // only for testing
|
||||
|
||||
Reference in New Issue
Block a user