![Fluid cows](https://media.forgecdn.net/avatars/thumbnails/173/900/256/256/636746965216652332.png)
Milk cow disabled in game while enabled in config
Tyeia opened this issue ยท 2 comments
The json file is in this .zip
fluidcows_v2.zip
The milk section in the file seems correct
"milk": { "SpawnRate": 0, "IsEnabled": true, "WorldCooldown": 4000, "StallCooldown": 3500, "BreedingChance": 30, "Parent First": "", "Parent Second": "", "BreedingCooldown": 6000, "GrowingAge": -24000 },
IsEnabled is true here, so why would the milk cow not be enabled in game?
I am using CraftTweaker to make it craftable.
For reference, the log says [FluidCows] This is info! Support 190 fluids. Can spawn 0 cows.
It says this if IsEnabled is true or false.
Let me know if there is any other information i can provide to get this working, or if it is just a simple fix that I am unaware of.