Open Arcensoth opened 5 years ago
I think I'll implement this as config options and consider this as "enhancement".
I implemented a more detailed configuration for this. If you want it not to refill with other blocks you may want to disable the following refill rules: Any block, blocks with similar functionality and refill by item groups.
I've the same error, and your mod create config file in ".hjson" not ".json" maybe this is the problem. I've try to rename config file, but no change, your mod don't want config file :S
@Tobe-Continued
I've the same error, and your mod create config file in ".hjson" not ".json" maybe this is the problem. I've try to rename config file, but no change, your mod don't want config file :S
The hjson
file extension is correct since those are a special kind of json files.
This issue doesn't relate to config load problems but extending the configuration possibilities for auto-fill.
For issues with config files please open issues here.
Version 1.2.2+1.14.2 (latest) Describe the bug Auto-refill uses different block type if none of the used block type remain. (e.g. running out of stone will auto-fill with logs; placing a shulker box will auto-refill the slot with crafting tables or whatever else is in the inventory.)
To Reproduce
Expected behavior Expected the slot to remain empty instead of being filled with a different type of block. In cases where the item/block max stack is 1 (e.g. shulker box), expected the slot to remain empty as well. However this behaviour may be desirable in circumstances so the ideal solution might be to make it configurable.
Log N/A
Additional context Suggested change is to add add configs for "auto-fill with other item/block types" as well as "auto-fill unstackable items/blocks" which would allow users to choose the behaviour they prefer.