I absolutely adore biospheres. Great encouragement to explore upwards.
There is this issue:
AsyncErr: Lua: Runtime error from mod 'biospheres' in callback on_generated(): C:\luanti-5.13.0-win64\mods\biospheres/biomegen.lua:405: attempt to compare number with string
stack traceback:
C:\luanti-5.13.0-win64\mods\biospheres/biomegen.lua:405: in function 'place_deco'
C:\luanti-5.13.0-win64\mods\biospheres/biomegen.lua:558: in function 'place_all_decos'
C:\luanti-5.13.0-win64\mods\biospheres/biomegen.lua:655: in function 'generate_all'
C:\luanti-5.13.0-win64\mods\biospheres/mapgen.lua:218: in function <C:\luanti-5.13.0-win64\mods\biospheres/mapgen.lua:88>
C:\luanti-5.13.0-win64\bin\..\builtin\common\register.lua:26: in function <C:\luanti-5.13.0-win64\bin\..\builtin\common\register.lua:12>
I get it with the modpack plantlife (mod dryplants specifically) but not other mods which place decorations. What can I do, especially considering my coding skills are tiny?
Another thought. Could they maybe have two or more height settings, for multiple layers? Maybe even layers with their own biome or building material lists?
Thanks for the feedback.
For the error, I'll open an issue on my repository, to check if the error is due to a change between Luanti 5.10 and Luanti 5.13 or if it is due to a problem with the dryplants mod.
For the multiple layers, I could probably enable those with list of values instead of a single value for the different properties. I'll open another issue for that.
I'll look into those issues in the next days.
I've check, the problem seems to be in the definition of the reedmace decoration provided in dryplants which don't use the expected type in one of the attributes (fill_ratio).
I've open an issue on the plantlife modpack : https://github.com/mt-mods/plantlife_modpack/issues/77
Thank you! I can actually see it and can locally replace with numbers for now, but ddn't know what to look for. You are amazing for doing that. And for the absolutely majestic looking spheres.
Aaaand now it works (with the strings replaced with numbers).
I absolutely adore biospheres. Great encouragement to explore upwards.
There is this issue:
I get it with the modpack plantlife (mod dryplants specifically) but not other mods which place decorations. What can I do, especially considering my coding skills are tiny?
Another thought. Could they maybe have two or more height settings, for multiple layers? Maybe even layers with their own biome or building material lists?
Thanks for the feedback. For the error, I'll open an issue on my repository, to check if the error is due to a change between Luanti 5.10 and Luanti 5.13 or if it is due to a problem with the dryplants mod. For the multiple layers, I could probably enable those with list of values instead of a single value for the different properties. I'll open another issue for that. I'll look into those issues in the next days.
I've check, the problem seems to be in the definition of the reedmace decoration provided in dryplants which don't use the expected type in one of the attributes (fill_ratio). I've open an issue on the plantlife modpack : https://github.com/mt-mods/plantlife_modpack/issues/77
Thank you! I can actually see it and can locally replace with numbers for now, but ddn't know what to look for. You are amazing for doing that. And for the absolutely majestic looking spheres.
Aaaand now it works (with the strings replaced with numbers).