Project Red Exploration (1.16.5) world gen not working
dman52 opened this issue · 3 comments
I installed the latest "ProjectRed-1.16.5-4.10.0-beta-38-exploration.jar" and I started up the world with there being no ores, volcanos, etc. I have all dependencies installed correctly.
The photo is the recipe for electrotine dust. The red circle is called "Empty tag: forge:storage_blocks/electrotine"
Not that it'll matter much until this issue is resolved, but worth noting that there appears to be no configuration generated for this either. Not sure if the config would be handled inside the code that does the generation, but figured I'd mention it.
Yes, that’s expected. The Config options are not generated yet in the released version.
Fixed the incorrect tags in 05ffcee. And looks like I totally forgot to even implement world generation :) I'll work on that next