1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-26 22:28:19 +00:00
CC-Tweaked/gradle.properties
Jonathan Coates 34b5ede326 Switch to Mojang mappings
ForgeGradle (probably sensibly) yells at me about doing this. However:
 - There's a reasonable number of mods doing this, which establishes
   some optimistic precedent.
 - The licence update in Aug 2020 now allows you to use them for
   "development purposes". I guess source code counts??
 - I'm fairly sure this is also compatible with the CCPL - there's an
   exception for Minecraft code.

The main motivation for this is to make the Fabric port a little
easier. Hopefully folks (maybe me in the future, we'll see) will no
longer have to deal with mapping hell when merging - only mod loader
hell.
2021-01-09 19:22:58 +00:00

7 lines
133 B
Properties

# Mod properties
mod_version=1.95.1
# Minecraft properties (update mods.toml when changing)
mc_version=1.15.2
forge_version=31.1.41