oilgen dedicated server crash
AEnterprise opened this issue ยท 0 comments
the new oilgen code was crashing dedicated servers when actually generating oil (server starts fine if nothing generates)
https://gist.github.com/AEnterprise/17c4463335d9952051a417dcd630e961
func_185359_l
translates to getBiomeName
and that is a clientside only method
fixed on my 1.12 branch in AEnterprise@a083d50 and AEnterprise@aa1873a
using the registryname (resourcelocation) to identify the biomes makes it work on servers again (and registering the TileSpring TE), i'll cherry pick these (and future fixes if i come across issues) later into a single PR for 1.11.2