Right I agree but that is also what I have (except light amount Wanted to test if it worked first), the code for spawning the mushroom works cause if I use bonemeal it spawns them but it does not spawn then naturally.
I think you misunderstand my intention here or i did not explain it very well, i do not want the block to spread i want it to have a chance to grow mushrooms on top of it.
yeah the vanilla class for Grass (which i was looking at) uses the UpdateTick class but that does not handle any of the growing its all just seeing if it should turn into dirt (but i just added it too see if anything would change but it still does not work)
Why is this block https://github.com/void6425/Test-mod-real/blob/master/java/com/void6425/Testmod/blocks/BlockMyceliumBase.java
not spawning mushrooms over time(it works with bonemeal) but its never ticking on its own but it implement IGrowable
Yeah I prob should so that. But on my end they are not capitalized that's just a GitHub bug. This has really stumped me and my freind who is much more experienced
yeah sorry i forgot to include my github link my bad and the error is saying its missing the .json file but i can tell you its there but the important part of the log (i think) is
Caused by: java.io.FileNotFoundException: testmod:models/item/testitem.json
So yeah like it says in the title the item "testitem" is not getting its texture (and on the github it looks like the .json is not capitalized right but it is, weird gitkraken bug i assume)
Wow i completely derped i meant to include a link to my github my bad
https://github.com/void6425/testmod