mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-26 10:29:20 +00:00
39 lines
1005 B
JSON
39 lines
1005 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "craft-engine-fabric-mod",
|
|
"version": "${version}",
|
|
|
|
"name": "CraftEngine Fabric Mod",
|
|
"description": "CraftEngine Fabric Mod",
|
|
"authors": [
|
|
"jhqwqmc"
|
|
],
|
|
"contact": {
|
|
"name": "CraftEngine",
|
|
"homepage": "https://github.com/Xiao-MoMi/craft-engine",
|
|
"issues": "https://github.com/Xiao-MoMi/craft-engine/issues"
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
"icon": "assets/craft-engine-fabric-mod/icon.png",
|
|
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"client": ["net.momirealms.craftengine.fabric.client.CraftEngineFabricModClient"],
|
|
"main": ["net.momirealms.craftengine.fabric.CraftEngineFabricMod"],
|
|
"modmenu": ["net.momirealms.craftengine.fabric.client.config.ModMenuIntegration"]
|
|
},
|
|
|
|
"mixins": [
|
|
"craftengine.mixins.json"
|
|
],
|
|
|
|
"depends": {
|
|
"fabricloader": ">=${loader_version}",
|
|
"fabric": "*",
|
|
"minecraft": ">=${minecraft_version}",
|
|
"modmenu": ">=${modmenu_version}",
|
|
"cloth-config": ">=${cloth_version}"
|
|
}
|
|
}
|