Files
FartherLands/src/main/resources/fabric.mod.json
2025-10-31 15:04:26 +01:00

26 lines
753 B
JSON

{
"schemaVersion": 1,
"id": "fartherlands",
"version": "${version}",
"name": "FartherLands",
"description": "This mod adds the FarLands back and essentially removes the limit of how far you can go in Minecraft entirely.",
"authors": ["KaseToatz"],
"contact": {
"email": "kasetoatz@kasetoatz.com",
"homepage": "https://modrinth.com/mod/fartherlands",
"issues": "https://git.kasetoatz.com/KaseToatz/FartherLands/issues",
"sources": "https://git.kasetoatz.com/KaseToatz/FartherLands"
},
"license": "MIT",
"icon": "icon.png",
"environment": "*",
"mixins": [
"fartherlands.mixins.json"
],
"depends": {
"fabricloader": ">=${loader_version}",
"fabric": "*",
"minecraft": "${minecraft_version}"
}
}