Skip to content

Instantly share code, notes, and snippets.

@kabachuha
Last active January 26, 2018 18:42
Show Gist options
  • Save kabachuha/97eb357e61967b96eeba1a175f6d04c8 to your computer and use it in GitHub Desktop.
Save kabachuha/97eb357e61967b96eeba1a175f6d04c8 to your computer and use it in GitHub Desktop.
MinecraftEcologyMod test config update json
{
"modversions": [
{
"version": "1.12.2-1.4.2.0",
"TEPollutionConfig": {
"1.0": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.11/TEPC.json",
"1.1": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.12/TEPC.json"
},
"PollutionSources": {
"1.0": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.11/PollutionSources.json",
"1.1": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.12/PollutionSources.json"
},
"PollutionEffects": {
"1.0": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.11/PollutionEffects.json",
"1.1": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.12/PollutionEffects.json"
}
},
{
"version": "1.12.2-1.5.0.0",
"TEPollutionConfig": {
"1.0": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.11/TEPC.json",
"1.1": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.12/TEPC.json"
},
"PollutionSources": {
"1.0": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.11/PollutionSources.json",
"1.1": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.12/PollutionSources.json"
},
"PollutionEffects": {
"1.0": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.11/PollutionEffects.json",
"1.1": "https://raw.githubusercontent.com/Artem226/MinecraftEcologyMod/1.12/PollutionEffects.json"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment