CafeteriaGuild / DeepMobLearning-Refabricated

Rework of Deep Mob Learning mod for FabricMC
https://www.curseforge.com/minecraft/mc-mods/deep-mob-learning-refabricated
GNU Lesser General Public License v3.0
39 stars 10 forks source link

Suggestion: add config option for data model tier count cost #124

Closed LunaFolf closed 1 year ago

LunaFolf commented 1 year ago

When Sim was it's own mod, simulations did not deduct tier count (data) from attuned data model.

In the new version, each simulation deducts one, as seen on line 54 of the DataModelUtil.

My suggestion would be to add a config option for this value, so server owners can adjust to higher or lower whole integer values.

If this is agreed on, I'd also recommend adding config to other similar values related to sims, wherever best applicable.

NathanPB commented 1 year ago

Thanks for suggesting, we are working on that

https://discord.com/channels/707435077679841350/737793698984755372/1074515751307841638

Luligabi1 commented 1 year ago

On the newest release (coming in a few minutes, hopefully), we've added the dataBonus config option, defaulted to 1 (the old behavior of adding data). Once we move over to a proper registry for data model categories, we could add specific costs for each tier of each category. But for now, let's keep it straight forward, eh? 😅