Draylar / fabric-furnaces

A tiered Furnace mod for the Fabric mod loader.
https://minecraft.curseforge.com/projects/fabric-furnaces
MIT License
8 stars 14 forks source link

Balance Options #18

Closed DanShu15 closed 3 years ago

DanShu15 commented 4 years ago

We're using 1.15.2pre4-1.20 I was wondering if a config option to disable the dupe feature on the later furnaces would be possible? I love the furnaces, and I see the increased speed vs consumption as a great feature I'd like to keep on our server. I don't see a way for me to disable the dupe chance, unfortunately, and with grinders an easy dupe loop of grinding an ore then running it through the later furnaces presents itself. This leaves me with only the choice of disabling the recipes for the later furnaces, but I'd love to keep them if it would be possible. Thanks for all your great mods!

Draylar commented 4 years ago

I added a config for adding/modifying furnaces in 1.3.0 (1.16.1, GH, CF). You can't use this to tell the client what Furnaces to add, but it should work for configuring speed/fuel/dupe given that those properties only take effect on the server. You can find the config file at fabric-furnaces.json5. Let me know if anything goes wrong!

HumanMint commented 3 years ago

I noticed that the fabric furnaces that were already placed in the world while the dupe chance was enabled still retain the same dupe chance even after updating the config file and restarting the server/world. Newly placed fabric furnaces that supposedly had their dupe chances removed work properly as intended while the fabric furnaces that already existed in the world before adjusting the config still dupes the items with the previous dupe settings. Is this intended?

Draylar commented 3 years ago

Fixed in 1.3.3, thanks for letting me know.