fixed crash
This commit is contained in:
parent
5e8ce8fc79
commit
c2e567e27e
|
|
@ -1,7 +1,7 @@
|
|||
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
||||
# This is required to provide enough memory for the Minecraft decompilation process.
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
version=1.15.4
|
||||
version=1.15.5
|
||||
minecraft_version=1.16.5
|
||||
mcp_mappings=20201028-1.16.3
|
||||
forge_version=36.0.22
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ public class ItemCarryonEntity extends Item {
|
|||
|
||||
static
|
||||
{
|
||||
initGoals = ObfuscationReflectionHelper.findMethod(MobEntity.class, "registerGoals");
|
||||
initGoals = ObfuscationReflectionHelper.findMethod(MobEntity.class, "func_184651_r");
|
||||
initGoals.setAccessible(true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user