1.16.2 setup
This commit is contained in:
parent
7fc9ffff02
commit
dd58816617
4 changed files with 2101 additions and 1328 deletions
|
@ -3,11 +3,11 @@
|
|||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
|
||||
mod_version=11.0.0
|
||||
mod_version=12.0.0
|
||||
|
||||
minecraft_version=1.16.1
|
||||
minecraft_version=1.16.2
|
||||
minecraft_version_toml=16
|
||||
forge_version=32.0.61
|
||||
forge_version_toml=32
|
||||
forge_version=33.0.7
|
||||
forge_version_toml=33
|
||||
forge_group=net.minecraftforge
|
||||
mappings_version=2-1.16.1
|
||||
mappings_version=2-1.16.2
|
||||
|
|
|
@ -3,7 +3,7 @@ apply plugin: 'maven'
|
|||
|
||||
ext.channel = 'snapshot'
|
||||
ext.dlVersion = '2'
|
||||
ext.mcVersion = '1.16.1'
|
||||
ext.mcVersion = '1.16.2'
|
||||
|
||||
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