pls fix the server mappings for b1.6-tb3 #227
SuperDumbMario2
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Hi! That explains it — your compilation errors are because the field numTicksToChaseTarget no longer exists in EntityLiving in the version of Minecraft you’re targeting. In newer Minecraft versions (1.7+), that field was removed or renamed, so any code referencing it directly will fail to compile. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
they cant compile.
Error on line 23 in minecraft_server\src\net\minecraft\src\Packet24MobSpawn.java
cannot find symbol
symbol: variable numTicksToChaseTarget
location: variable var1 of type net.minecraft.src.EntityLiving
Error on line 229 in minecraft_server\src\net\minecraft\src\EntityTrackerEntry.java
cannot find symbol
symbol: variable numTicksToChaseTarget
location: variable var5 of type net.minecraft.src.EntityLiving
Error on line 234 in minecraft_server\src\net\minecraft\src\EntityTrackerEntry.java
cannot find symbol
symbol: variable numTicksToChaseTarget
location: variable owner of type net.minecraft.src.EntityLiving
Beta Was this translation helpful? Give feedback.
All reactions