I created a custom bucket but it won't pick up any liquids from the world into the inventory of a player. When a liquid is right clicked with the bucket, the liquid does not vanish, and the bucket doesn't move (which would normally indicate that something happened).
here is my item class: https://github.com/RCXcrafter/morebuckets/blob/master/src/main/java/com/rcx/morebuckets/items/ItemCustomBucket.java
Everything else works fine.