Draylar / inmis

I need more inventory space! A Fabric backpack mod.
https://www.curseforge.com/minecraft/mc-mods/inmis
MIT License
33 stars 29 forks source link

Changing the values inside the config file gets reset upon opening Minecraft #180

Closed aisukuma closed 4 days ago

aisukuma commented 5 days ago

Upon changing the values inside the config for inmis, the values get reset back to its default config values.

For example, I am changing the Endless backpack's properties and the amount of slots it should have. This is an example of what I changed for it: (its in a quote because putting it in a code block does not give a desirable look)

{ "name": "endless", "rowWidth": 21, "numberOfRows": 6, "isFireImmune": true, "dyeable": false, "openSound": "minecraft:item.armor.equip_leather" }

However, when I save the config file and boot up Minecraft and create a new world (for testing purposes), the values do not change when I grab an Endless backpack from creative mode. I checked the config file again and the values got reset back to default.

Globox1997 commented 5 days ago

inmis-2.8.2-1.21.1.zip Maybe try this, used gson instead of jankson here.

aisukuma commented 4 days ago

That worked! Thank you so much!