This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
create-expandedcopper-compat/fabric.mod.json
2024-05-26 10:09:53 +02:00

22 lines
No EOL
671 B
JSON

{
"schemaVersion": 1,
"id": "create_expandedcopper_compat",
"version": "1.0.0",
"name": "Create ExpandedCopper Compatibility",
"description": "Adds compatibility between the Create and ExtendedCopper mods.",
"authors": [
"ChaoticByte"
],
"contact": {
"sources": "https://github.com/ChaoticByte/create-expandedcopper-compat",
"issues": "https://github.com/ChaoticByte/create-expandedcopper-compat/issues"
},
"license": "MIT",
"environment": "*",
"depends": {
"minecraft": "1.20.1",
"fabric-resource-loader-v0": "*",
"create": "0.5.x",
"extendedcopper": "1.4.x"
}
}