ReplaceToBiomeName returns empty after preset.jar unpack.
NLBlackEagle opened this issue ยท 4 comments
List of used mods:
OpenTerrainGenerator-1.12.2+-+v6.jar
Dregora-1.12.2-v1.5.5.jar
forge-1.12.2-14.23.3.2666.jar
Issue:
As the title says ReplaceToBiomeName returns empty in each .bc file after the preset.jar unpacks itself onto /mods/openterraingenerator/worlds/ while /mods/world.jar/worldbiomes/dregora_beach.bc contains ReplaceToBiomeName: minecraft:beaches
Noteworthy is that SettingsMode in WorldConfig.ini is set to SettingsMode: WriteWithoutComments and the Id's range from 811 to 1023 (From high to low to ensure compability with bbundle among others )
Crash Report ( Indirect result of missing ReplaceToBiomeName ) May be useful to track down required information.
https://pastebin.com/8TL9w2uc
Hey guys, thanks for reporting this. File/directory names are case-sensitive for unix systems, so I prefer to not ignore caps. /mods/world.jar/worldbiomes/dregora_beach.bc seems like the wrong location, should be world.jar\assets\worldpacker\presetname\WorldBiomes?
May i also suggest an extra update to ignore capital/non capitals within the ReplaceToBiomeName string so even ReplaceToBiomeName: JuNgLe could be accepted.