Files
WeatherChanger/src/main/resources/fabric.mod.json
SimplyRin d502932845 update to 1.20.1
Even 1.20.0 probably works
2023-06-25 19:02:33 +09:00

38 lines
809 B
JSON

{
"schemaVersion": 1,
"id": "weather-changer",
"version": "${version}",
"name": "Weather Changer",
"description": "Client side weather changer",
"authors": [
"Lucaslah"
],
"contact": {
"homepage": "https://cssudii.xyz/r/project/oss/weather-changer",
"sources": "https://github.com/Lucaslah/WeatherChanger",
"issues": "https://github.com/Lucaslah/WeatherChanger/issues",
"email": "ossprojects@cssudii.xyz"
},
"license": "lgpl-3",
"icon": "assets/weatherchanger/icon.png",
"environment": "*",
"entrypoints": {
"main": [
"me.lucaslah.weatherchanger.WeatherChanger"
]
},
"mixins": [
"weatherchanger.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.6",
"fabric-api": "*",
"minecraft": ">=1.20.0",
"java": ">=17"
}
}