Updated mappings and bumped versions
This commit is contained in:
parent
fab38c4c35
commit
7f721ada2f
4 changed files with 10835 additions and 5401 deletions
|
@ -3,11 +3,11 @@
|
|||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
|
||||
mod_version=10.0.0
|
||||
mod_version=11.0.0
|
||||
|
||||
minecraft_version=1.15.2
|
||||
minecraft_version_toml=15
|
||||
forge_version=31.2.0
|
||||
forge_version_toml=31
|
||||
minecraft_version=1.16.1
|
||||
minecraft_version_toml=16
|
||||
forge_version=32.0.7
|
||||
forge_version_toml=32
|
||||
forge_group=net.minecraftforge
|
||||
mappings_version=0-1.15.2
|
||||
mappings_version=0-1.16.1
|
||||
|
|
|
@ -3,7 +3,7 @@ apply plugin: 'maven'
|
|||
|
||||
ext.channel = 'snapshot'
|
||||
ext.dlVersion = '0'
|
||||
ext.mcVersion = '1.15.2'
|
||||
ext.mcVersion = '1.16.1'
|
||||
|
||||
group = 'de.oceanlabs.mcp'
|
||||
version = dlVersion + '-' + mcVersion
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue