Files
ReFramed/src/main/resources/fabric.mod.json
Meredith Espinosa 56ee01d42b Initial commit
2019-06-18 02:33:36 -07:00

26 lines
534 B
JSON
Executable File

{
"schemaVersion": 1,
"id": "slopetest",
"version": "$version",
"name": "Slope Test",
"icon": "assets/libcd/icon.png",
"description": "Various tweaks to make data packs even more useful!",
"licence": "MIT",
"contact": {
"sources": "https://github.com/CottonMC/LibCD"
},
"environment": "*",
"entrypoints": {
"main": [
"io.github.cottonmc.slopetest.SlopeTest"
],
"client": [
"io.github.cottonmc.slopetest.SlopeTestClient"
]
},
"requires": {
"fabricloader": ">=0.4.0"
}
}