Skip to content

Instantly share code, notes, and snippets.

@jpastuszek
Created March 7, 2015 22:00
Show Gist options
  • Save jpastuszek/d0deae1947e1a0275502 to your computer and use it in GitHub Desktop.
Save jpastuszek/d0deae1947e1a0275502 to your computer and use it in GitHub Desktop.
java.lang.IllegalArgumentException: Cannot get property PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, south, west, east]} as it does not exist in BlockState{block=plantmegapack:vineSwedishIvy, properties=[east, north, south, up, west]}
at net.minecraft.block.state.BlockState$StateImplementation.func_177229_b(BlockState.java:158)
at net.smart.moving.SmartMovingContext.getValue(SmartMovingContext.java:130)
at net.smart.moving.Orientation.hasLadderOrientation(Orientation.java:1148)
at net.smart.moving.Orientation.isOnLadderBack(Orientation.java:1078)
at net.smart.moving.Orientation.remoteLadderClimbing(Orientation.java:982)
at net.smart.moving.Orientation.hasBottomHold(Orientation.java:638)
at net.smart.moving.Orientation.isLadderSubstitute(Orientation.java:476)
at net.smart.moving.Orientation.feetClimbing(Orientation.java:409)
at net.smart.moving.Orientation.seekClimbGap(Orientation.java:302)
at net.smart.moving.SmartMovingSelf.handleClimbing(SmartMovingSelf.java:893)
at net.smart.moving.SmartMovingSelf.handleLand(SmartMovingSelf.java:602)
at net.smart.moving.SmartMovingSelf.superMoveEntityWithHeading(SmartMovingSelf.java:104)
at net.smart.moving.SmartMovingSelf.moveEntityWithHeading(SmartMovingSelf.java:70)
at net.smart.moving.playerapi.SmartMovingPlayerBase.moveEntityWithHeading(SmartMovingPlayerBase.java:148)
at api.player.client.ClientPlayerAPI.moveEntityWithHeading(Unknown Source)
at api.player.client.ClientPlayerAPI.moveEntityWithHeading(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70612_e(EntityPlayerSP.java)
at net.minecraft.entity.EntityLivingBase.func_70636_d(EntityLivingBase.java:1821)
at net.minecraft.entity.player.EntityPlayer.func_70636_d(EntityPlayer.java:556)
at net.minecraft.client.entity.EntityPlayerSP.localOnLivingUpdate(EntityPlayerSP.java:791)
at api.player.client.ClientPlayerAPI.onLivingUpdate(Unknown Source)
at api.player.client.ClientPlayerAPI.onLivingUpdate(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70636_d(EntityPlayerSP.java)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1627)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:294)
at net.minecraft.client.entity.EntityPlayerSP.localOnUpdate(EntityPlayerSP.java:119)
at api.player.client.ClientPlayerAPI.onUpdate(Unknown Source)
at api.player.client.ClientPlayerAPI.onUpdate(Unknown Source)
at net.minecraft.client.entity.EntityPlayerSP.func_70071_h_(EntityPlayerSP.java)
at net.minecraft.world.World.func_72866_a(World.java:1873)
at net.minecraft.world.World.func_72870_g(World.java:1843)
at net.minecraft.world.World.func_72939_s(World.java:1672)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2086)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1021)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
at net.minecraft.client.main.Main.main(SourceFile:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment