Productive Bees

Productive Bees

10M Downloads

preferredOres config not working?

bessiq opened this issue ยท 6 comments

commented

productivebees-1.16.3-0.5.0.5.jar

Hi,

In productivebees-server.toml (defaultconfigs, the one that gets copied to the world folder), I've set the config for preferred ores like so:
preferredOres = ["thermal", "mekanism", "minecraft", "immersiveengineering"]

I've also tried:
preferredOres = ["thermal,mekanism,minecraft,immersiveengineering"]

Regardless, comb output is always Immersive Engineering dusts, when Thermal and Mekanism are listed first. When I use this same config in the very similar setting in the IE config, it outputs Thermal dusts first as expected. Is my syntax incorrect, or is does this config not work the way I think it does? Thanks for any help you can provide.

commented

The first format is the correct one, but maybe it chooses it in reverse. Try flipping the list and see if that does it.

commented

Still uses IE dusts when reversed.
preferredOres = ["immersiveengineering", "minecraft", "mekanism", "thermal"]

I can overwrite them with a datapack or maybe even KubeJS, but I've done so many recipe changes I'm starting to get lazy. lol

commented

Can you send the config file from the world folder after the world has loaded?

commented

Here you go. This config came from the /world/~/serverconfig folder, after I changed it back to the original preferred ore order in defaultconfigs. Should I remove it from defaultconfigs and just let it generate a new one, then edit that one?

https://hastebin.com/tuhesawoko.ini

Edit: after letting it generate a new config, I do see some differences - mainly a new sugarbag bee and removal of the cupidbee settings. Will adjust the preferredOres in the new one and see how it goes.

commented

I found a problem in the configs, the config is called two different things, so it will reset with every restart. Thanks for reporting, I'll get a fix out

commented

Cool, thanks!