Posted July 18, 20178 yr 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. Edited July 19, 20178 yr by RCXcrafter
July 19, 20178 yr Author I found the issue, I hadn't registered my bucket in this event bus thing.MinecraftForge.EVENT_BUS.register(your bucket instance);
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.