You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
825 B
JSON

{
"schemaVersion": 1,
"id": "afloydironchest",
"version": "${version}",
"name": "Astoria's Iron Chest",
"description": "Simple expanded chests mod.",
"authors": [
"Astoria"
],
"contact": {
"homepage": "http://broken-moon.net",
"sources": ""
},
"license": "CC0-1.0",
"environment": "*",
"entrypoints": {
"main": [
"net.brokenmoon.afloydironchest.IronChestMain"
]
},
"mixins": [
"afloydironchest.mixins.json"
],
"depends": {
"fabricloader": ">=0.13.3"
},
"suggests": {
},
"custom": {
"loom:injected_interfaces": {
"net/minecraft/src/EntityPlayerSP": ["net/brokenmoon/afloydironchest/MixinInterfaces/IEntityPlayerSP"],
"net/minecraft/src/EntityPlayerMP": ["net/brokenmoon/afloydironchest/MixinInterfaces/IEntityPlayerMP"]
}
}
}