Mappings workarounds
This commit is contained in:
parent
814c9226b1
commit
2a246d57bc
7 changed files with 46173 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
*.launch
|
*.launch
|
||||||
mappings/.gradle/
|
mappings/.gradle/
|
||||||
mappings/mcp/
|
#mappings/mcp/
|
||||||
mappings/build/
|
mappings/build/
|
||||||
mappings/*.csv
|
mappings/*.csv
|
||||||
mappings/.project
|
mappings/.project
|
||||||
|
|
|
@ -10,4 +10,4 @@ minecraft_version_toml=16
|
||||||
forge_version=32.0.47
|
forge_version=32.0.47
|
||||||
forge_version_toml=32
|
forge_version_toml=32
|
||||||
forge_group=net.minecraftforge
|
forge_group=net.minecraftforge
|
||||||
mappings_version=1-1.16.1
|
mappings_version=2-1.16.1
|
||||||
|
|
|
@ -2,7 +2,7 @@ apply plugin: 'java'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
|
||||||
ext.channel = 'snapshot'
|
ext.channel = 'snapshot'
|
||||||
ext.dlVersion = '1'
|
ext.dlVersion = '2'
|
||||||
ext.mcVersion = '1.16.1'
|
ext.mcVersion = '1.16.1'
|
||||||
|
|
||||||
group = 'de.oceanlabs.mcp'
|
group = 'de.oceanlabs.mcp'
|
||||||
|
@ -16,9 +16,10 @@ def downloadCSV(name) {
|
||||||
}
|
}
|
||||||
|
|
||||||
task downloadCSVs {
|
task downloadCSVs {
|
||||||
downloadCSV('fields.csv')
|
// Temporarily disabled
|
||||||
downloadCSV('methods.csv')
|
// downloadCSV('fields.csv')
|
||||||
downloadCSV('params.csv')
|
// downloadCSV('methods.csv')
|
||||||
|
// downloadCSV('params.csv')
|
||||||
}
|
}
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
|
|
|
@ -17463,7 +17463,7 @@ func_226279_cv_,getRandomY,2,,net/minecraft/entity/Entity
|
||||||
func_226280_cw_,getEyeY,2,,net/minecraft/entity/Entity
|
func_226280_cw_,getEyeY,2,,net/minecraft/entity/Entity
|
||||||
func_226281_cx_,getZ,2,,net/minecraft/entity/Entity
|
func_226281_cx_,getZ,2,,net/minecraft/entity/Entity
|
||||||
func_226282_d_,getRandomX,2,,net/minecraft/entity/Entity
|
func_226282_d_,getRandomX,2,,net/minecraft/entity/Entity
|
||||||
func_226283_e_,getY,2,,net/minecraft/entity/Entity
|
func_226283_e_,getYHeight,2,,net/minecraft/entity/Entity
|
||||||
func_226284_e_,setShiftKeyDown,2,,net/minecraft/entity/Entity
|
func_226284_e_,setShiftKeyDown,2,,net/minecraft/entity/Entity
|
||||||
func_226285_f_,getZ,2,,net/minecraft/entity/Entity
|
func_226285_f_,getZ,2,,net/minecraft/entity/Entity
|
||||||
func_226286_f_,setPosAndOldPos,2,"Like {@link #setRawPosition}, but also sets {@link #prevPosX}/Y/Z and {@link #lastTickPosX}/Y/Z. {@link #setLocationAndAngles} does the same thing, except it also updates the bounding box.",net/minecraft/entity/Entity
|
func_226286_f_,setPosAndOldPos,2,"Like {@link #setRawPosition}, but also sets {@link #prevPosX}/Y/Z and {@link #lastTickPosX}/Y/Z. {@link #setLocationAndAngles} does the same thing, except it also updates the bounding box.",net/minecraft/entity/Entity
|
||||||
|
|
Can't render this file because it is too large.
|
16431
mappings/mcp/fields.csv
Normal file
16431
mappings/mcp/fields.csv
Normal file
File diff suppressed because it is too large
Load diff
12453
mappings/mcp/methods.csv
Normal file
12453
mappings/mcp/methods.csv
Normal file
File diff suppressed because it is too large
Load diff
17281
mappings/mcp/params.csv
Normal file
17281
mappings/mcp/params.csv
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue