AcademyCraft

AcademyCraft

1M Downloads

[latest] Vector reflection/deviation don't work well in obfuscated environment

WeAthFoLD opened this issue ยท 0 comments

commented

Confirmed in server, client is to be tested.

Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldException: field_70238_i
    at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[server-1.7.10.jar:?]
    at cn.lambdalib.util.generic.RegistryUtils.getObfField(RegistryUtils.java:58) ~[RegistryUtils.class:?]
    at cn.lambdalib.util.generic.RegistryUtils.getFieldInstance(RegistryUtils.java:84) ~[RegistryUtils.class:?]
    at cn.academy.vanilla.vecmanip.skills.ExtArrow$.isInGround$extension(VMSkillHelper.scala:8) ~[ExtArrow$.class:?]
    at cn.academy.vanilla.vecmanip.skills.VecReflectionContext$.shouldReflect(VecReflection.scala:50) ~[VecReflectionContext$.class:?]
    at cn.academy.vanilla.vecmanip.skills.VecReflectionContext$$anon$1.test(VecReflection.scala:46) ~[VecReflectionContext$$anon$1.class:?]
    at cn.academy.vanilla.vecmanip.skills.VecReflectionContext$$anon$1.test(VecReflection.scala:45) ~[VecReflectionContext$$anon$1.class:?]
    at java.util.function.Predicate.lambda$and$0(Predicate.java:69) ~[?:1.8.0_72]
    at cn.lambdalib.util.mc.EntitySelectors$1.func_82704_a(EntitySelectors.java:69) ~[EntitySelectors$1.class:?]
    at net.minecraft.world.chunk.Chunk.func_76588_a(Chunk.java:1110) ~[apx.class:?]
    at net.minecraft.world.World.func_94576_a(World.java:3881) ~[ahb.class:?]
    at cn.lambdalib.util.mc.WorldUtils.getEntities(WorldUtils.java:202) ~[WorldUtils.class:?]
    at cn.lambdalib.util.mc.WorldUtils.getEntities(WorldUtils.java:197) ~[WorldUtils.class:?]
    at cn.lambdalib.util.mc.WorldUtils.getEntities(WorldUtils.java:189) ~[WorldUtils.class:?]
    at cn.academy.vanilla.vecmanip.skills.VecReflectionContext.s_tick(VecReflection.scala:99) ~[VecReflectionContext.class:?]
    ... 15 more