JoeFoxe / Hexerei-1.19

0.2.1 update (the book)
12 stars 21 forks source link

Selenite bud growth not working #74

Open Grimmyr13 opened 1 year ago

Grimmyr13 commented 1 year ago

Ran some tests by setting "/gamerule randomTickSpeed 200" and could not get anything to bud on budding selenite and any existing buds to grow from small to medium to large. They were static and did not change in anyway. To contract I was also running same test with Amethyst nearby I was able to visually see them grow within a minute or less from small to large.

skidzRus commented 12 months ago

The current randomTick method is expecting a java.util.Random object.

randomTick is called with minecraft.util.RandomSource. Despite this being a re-implementation of java.util.Random, they are not interchangeable, and while I have no log proving it, I suspect it is throwing a type mismatch. Made a pull request (#76 )