RoBrit / Moo-Fluids

Mod for Minecraft that dynamically generates 'milkable' cows for various fluids
GNU General Public License v3.0
16 stars 18 forks source link

Fix spawnrate not respecting config #80

Closed Tora-B closed 5 years ago

Tora-B commented 5 years ago

Spawnrate was hardcoded in registerEntitySpawns(), so I replaced the value with the config variable. Fixes #60.