pcal43 / quicksort

Minecraft mod. Low-effort item sorting to keep your workshop organized.
https://modrinth.com/mod/quicksort
MIT License
7 stars 3 forks source link

How do you add custom chests? I get errors #46

Closed oldjollysanta closed 5 months ago

oldjollysanta commented 5 months ago

I've read all the notes, but don't know how to format the config and there is no examples.

I've tried adding it like so: 'targetContainerIds': [ 'minecraft:chest', 'minecraft:barrel', 'ironchests:copper_chest', 'ironchest:iron_chest', 'ironchest:gold_chest', 'ironchest:emerald_chest', 'ironchest:diamond_chest', 'ironchest:christmas_chest', 'ironchest:crystal_chest', 'ironchest:obsidian_chest', 'ironchest:netherite_chest' ] Full config This causes the server to crash on startup

oldjollysanta commented 5 months ago

Nvm, I finally figured it out. spacing was the issue, weird. 'targetContainerIds': ['minecraft:chest','minecraft:barrel','ironchests:copper_chest','ironchest:iron_chest','ironchest:gold_chest','ironchest:emerald_chest','ironchest:diamond_chest','ironchest:christmas_chest','ironchest:crystal_chest','ironchest:obsidian_chest','ironchest:netherite_chest'] Works now