Change Generation Rate to something lower than 1/T, game just crashes
AstroneerAddict opened this issue ยท 7 comments
is it possible to have the thing not produce during a tick and during a time period? like 1/S, for more balanced configuration.
since otherwise it's always a minimum of one a tick, which is just not possible to config balance really.
-Astro
Here you go! (for forge, neoforge, fabric and quilt.
https://modrinth.com/mod/create-cobblestone/version/1.3.1+forge-1.20.1-36
https://modrinth.com/mod/create-cobblestone/version/1.3.1+fabric-1.20.1-36
I got the problem. The datatype used for that config value is float, so 0.x is converted into 0. And then zero division crashesz the game.
will look into it. It could be hard because minecraft runs on ticks.
Edit: typo
I did some backend changes and now it even works with really slow generators. I hope this is what you meant.
https://github.com/StickyPiston-development/CreateCobblestone/assets/97804691/59ca76f4-8cb6-447a-822a-01da90267eb0