Skip to content

Commit

Permalink
Update fabric.mod.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Dec 25, 2024
1 parent bf00cce commit 5a892ff
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 26 deletions.
9 changes: 4 additions & 5 deletions apron-compat/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"FishiaT"
],
"contact": {
"sources": "https://github.com/thecatcore/Apron",
"issues": "https://github.com/thecatcore/Apron/issues"
"sources": "https://github.com/FabricCompatibilityLayers/Apron",
"issues": "https://github.com/FabricCompatibilityLayers/Apron/issues"
},
"license": "MIT",
"icon": "assets/apron/icon.png",
Expand All @@ -25,10 +25,9 @@
"mixins": [
],
"depends": {
"fabricloader": ">0.14.23",
"fabricloader": ">0.16.0",
"minecraft": "1.0.0-beta.7.3",
"mod-remapping-api": ">=1.22.1",
"legacy-fabric-logger-api-v1": "*",
"com_github_llamalad7_mixinextras": ">=0.2.1"
"legacy-fabric-logger-api-v1": "*"
}
}
9 changes: 4 additions & 5 deletions apron-stapi-compat/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"contributors": [
],
"contact": {
"sources": "https://github.com/thecatcore/Apron",
"issues": "https://github.com/thecatcore/Apron/issues"
"sources": "https://github.com/FabricCompatibilityLayers/Apron",
"issues": "https://github.com/FabricCompatibilityLayers/Apron/issues"
},
"license": "MIT",
"icon": "assets/apron/icon.png",
Expand All @@ -25,12 +25,11 @@
"mixins": [
],
"depends": {
"fabricloader": ">0.14.23",
"fabricloader": ">0.16.0",
"minecraft": "1.0.0-beta.7.3",
"mod-remapping-api": ">=1.22.1",
"legacy-fabric-logger-api-v1": "*",
"com_github_llamalad7_mixinextras": ">=0.2.1",
"stationapi": ">=2.0-alpha.2.4",
"stationapi": ">=2.0.0-alpha.3",
"java": ">=17"
}
}
9 changes: 4 additions & 5 deletions apron-stapi/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"contributors": [
],
"contact": {
"sources": "https://github.com/thecatcore/Apron",
"issues": "https://github.com/thecatcore/Apron/issues"
"sources": "https://github.com/FabricCompatibilityLayers/Apron",
"issues": "https://github.com/FabricCompatibilityLayers/Apron/issues"
},
"license": "MIT",
"icon": "assets/apron/icon.png",
Expand All @@ -36,12 +36,11 @@
"apron-stapi.mixins.json"
],
"depends": {
"fabricloader": ">0.14.23",
"fabricloader": ">0.16.0",
"minecraft": "1.0.0-beta.7.3",
"mod-remapping-api": ">=1.22.1",
"legacy-fabric-logger-api-v1": "*",
"com_github_llamalad7_mixinextras": ">=0.2.1",
"stationapi": ">=2.0-alpha.2.4",
"stationapi": ">=2.0.0-alpha.3",
"java": ">=17"
}
}
9 changes: 4 additions & 5 deletions apron/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"AmazigJj"
],
"contact": {
"sources": "https://github.com/thecatcore/Apron",
"issues": "https://github.com/thecatcore/Apron/issues"
"sources": "https://github.com/FabricCompatibilityLayers/Apron",
"issues": "https://github.com/FabricCompatibilityLayers/Apron/issues"
},
"license": "MIT",
"icon": "assets/apron/icon.png",
Expand Down Expand Up @@ -66,10 +66,9 @@
}
],
"depends": {
"fabricloader": ">0.14.23",
"fabricloader": ">0.16.0",
"minecraft": "1.0.0-beta.7.3",
"mod-remapping-api": ">=1.22.1",
"legacy-fabric-logger-api-v1": "*",
"com_github_llamalad7_mixinextras": ">=0.2.1"
"legacy-fabric-logger-api-v1": "*"
}
}
12 changes: 6 additions & 6 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
"AmazigJj"
],
"contact": {
"sources": "https://github.com/thecatcore/Apron",
"issues": "https://github.com/thecatcore/Apron/issues"
"sources": "https://github.com/FabricCompatibilityLayers/Apron",
"issues": "https://github.com/FabricCompatibilityLayers/Apron/issues"
},
"license": "MIT",
"icon": "assets/apron/icon.png",
"environment": "*",
"entrypoints": {},
"mixins": [],
"depends": {
"fabricloader": ">0.14.23",
"fabricloader": ">0.16.0",
"minecraft": "1.0.0-beta.7.3",
"mod-remapping-api": ">=1.22.1",
"legacy-fabric-logger-api-v1": "*",
"com_github_llamalad7_mixinextras": ">=0.2.1"
"legacy-fabric-logger-api-v1": "*"
},
"breaks": {
"station-api-base": [
"2.0-PRE2-1.0.0"
"2.0-PRE2-1.0.0",
"<2.0.0-alpha.3"
]
},
"custom": {
Expand Down

0 comments on commit 5a892ff

Please sign in to comment.