Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Fix Clay Buckets picking up liquids they can't pick up, converting th…
Browse files Browse the repository at this point in the history
…em to regular buckets. #7
  • Loading branch information
bonii-xx committed Nov 2, 2014
1 parent ba6c6e2 commit de1360c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -91,6 +91,8 @@ public void bucketFill (FillBucketEvent event)

return;
}

event.setCanceled(true);
}
}
}

0 comments on commit de1360c

Please sign in to comment.