CuboidDroid / cuboidoutpost-le

Cuboid Outpost (Luxury Edition) ModPack
GNU General Public License v3.0
1 stars 3 forks source link

Cow in Jar not producing milk #16

Open Anniebe11 opened 1 month ago

Anniebe11 commented 1 month ago

Modpack Version: e.g. 0.4

Describe the bug The cow in a jar does not generate milk

To Reproduce Steps to reproduce the behavior:

  1. obtain and place a cow in a jar
  2. wait for a while
  3. see that there is not milk accumulating

Expected behavior milk should be generated in the jar over time

Additional context Fixed the problem by changing the config file setting for the amount of milk the cow in a jar should generate. In the config downloaded with the pack this number is set to 0.5. Changing it to 1 fixed the issue. A friend looked into the source code for cooking for blockheads and confirmed that the code expects an integer value for this setting, having a non integer value was most likely breaking the code. You may want to update the config for the next pack update.

Screenshots cow in jar config

MisterWiggly commented 1 month ago

I was pretty sure I had changed that config to 1 already. I'll get it updated. Thanks!