sser.sherdsapi.sherdsapi-fabric-1.20.4.5.2.0.source-code.fabric.mod.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sherdsapi-fabric-1.20.4 Show documentation
Show all versions of sherdsapi-fabric-1.20.4 Show documentation
Makes adding new pottery sherds easier
The newest version!
{
"schemaVersion": 1,
"id": "${mod_id}",
"version": "${version}",
"name": "${mod_name}",
"description": "${description}",
"authors": [
"${mod_author}"
],
"contributors": [
"${contributors}"
],
"contact": {
"homepage": "https://github.com/thomasglasser/${github_name}/wiki",
"sources": "https://github.com/thomasglasser/${github_name}",
"issues": "https://github.com/thomasglasser/${github_name}/issues"
},
"license": "${license}",
"icon": "${icon}",
"environment": "*",
"entrypoints": {
"main": [
"dev.thomasglasser.sherdsapi.SherdsApiFabric"
],
"fabric-datagen": [
"dev.thomasglasser.sherdsapi.example.ExampleFabricDataGenerator"
]
},
"mixins": [
"${mod_id}.mixins.json"
],
"accessWidener" : "${mod_id}.accesswidener",
"depends": {
"fabricloader": ">=${fabric_loader_version}",
"fabric-api": ">=${fabric_version}",
"minecraft": ">=${minecraft_version}",
"java": ">=17",
"tommylib": ">=${tommylib_version}"
},
"custom": {
"mc-publish": {
"loaders": ["fabric", "quilt"]
}
}
}