
Timer resets when clicked with hand
thefjong2 opened this issue ยท 2 comments
Can you change line 91 in https://github.com/TheRoBrit/Moo-Fluids/blob/master/src/main/java/com/robrit/moofluids/common/entity/EntityFluidCow.java to something that checks whether the held item is a fluid container or not? ;)... Please :)
Line 91: if (getCurrentUseCooldown() == 0) {} to if (getCurrentUseCooldown() == 0 && FluidContainerRegistry.isEmptyContainer(currentItemStack)) {} ? ๐