1- {
1+ {
22 "schemaVersion" : 1 ,
33 "id" : " free-inventory" ,
44 "version" : " ${version}" ,
55 "name" : " Free Inventory" ,
6- "description" : " This is an example description! Tell everyone what your mod is about!" ,
7- "authors" : [
8- " Me!"
9- ],
6+ "description" : " Keep your inventory and menus open anywhere – even in portals or while sleeping!" ,
7+ "authors" : [" Firelack" ],
108 "contact" : {
11- "homepage" : " https://fabricmc.net/ " ,
12- "sources" : " https://github.com/FabricMC/fabric-example-mod "
9+ "homepage" : " https://github.com/Firelack/FreeInventory " ,
10+ "sources" : " https://github.com/Firelack/FreeInventory "
1311 },
14- "license" : " CC0-1.0 " ,
12+ "license" : " MIT " ,
1513 "icon" : " assets/free-inventory/icon.png" ,
1614 "environment" : " *" ,
1715 "entrypoints" : {
1816 "main" : [
19- " firelack.freeinventory.FreeInventory"
17+ " firelack.freeinventory.FreeInventory"
2018 ],
2119 "client" : [
22- " firelack.freeinventory.FreeInventoryClient"
20+ " firelack.freeinventory.FreeInventoryClient"
2321 ],
2422 "fabric-datagen" : [
25- " firelack.freeinventory.FreeInventoryDataGenerator"
23+ " firelack.freeinventory.FreeInventoryDataGenerator"
2624 ]
2725 },
2826 "mixins" : [
29- " free-inventory.mixins.json" ,
30- {
31- "config" : " free-inventory.client.mixins.json" ,
32- "environment" : " client"
33- }
27+ " free-inventory.mixins.json"
3428 ],
29+ "client" : {
30+ "mixins" : [
31+ " free-inventory.client.mixins.json"
32+ ]
33+ },
3534 "depends" : {
3635 "fabricloader" : " >=0.17.2" ,
3736 "minecraft" : " ~1.21.1" ,
4140 "suggests" : {
4241 "another-mod" : " *"
4342 }
44- }
43+ }
0 commit comments