Create Cobblestone

Create Cobblestone

676 Downloads

Change Generation Rate to something lower than 1/T, game just crashes

AstroneerAddict opened this issue ยท 7 comments

commented

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

commented

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.

commented

will look into it. It could be hard because minecraft runs on ticks.

Edit: typo

commented

2024-06-24_17 34 16
2024-06-24_17 36 32

i think i "fixed" it by making it not possible to occur.

commented

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

commented

ooh that looks great, very much thanking you, tysm. :D

commented

No problem, i will release this in a few days on modrinth.