-
Bug
-
Resolution: Fixed
-
Minecraft 14w27b
-
None
-
Windows 7 64 bit, Java 8 64bit
-
Confirmed
Whenever I try to spawn a care package style chest (Falls from sky and then is openable) fps drops to 0 and crashes the game, after game restarts everything seems allright and there is a chest on ground, but fps starts randomly jumping (30-60 fps).
What I did:
Use a command trough command block:
/summon FallingSand ~ ~15 ~ {Block:"minecraft:chest",Time:1,TileEntityData:{Items:[{id:273,Slot:15,Count:1},{id:280,Slot:19,Count:3}]}}
What should have happened:
A chest falls from sky which then contains a stick and a shovel
What actually happened:
1. Game crashed
2. After restarting:
2.1 Fps started lagging
2.2 Chest was on the ground and containted the items I defined
Minecraft Crash Report:
Description: Rendering entity in world
java.lang.IllegalArgumentException: Cannot set property azi{name=facing, clazz=class dw, values=[north, south, west, east]} to down on block minecraft:chest, it is not an allowed value
at ayx.a(SourceFile:132)
at apr.b(SourceFile:425)
at cig.a(SourceFile:32)
at cig.a(SourceFile:19)
at cid.a(SourceFile:272)
at cid.a(SourceFile:237)
at cid.a(SourceFile:204)
at ceh.a(SourceFile:501)
at cdn.a(SourceFile:1194)
at cdn.a(SourceFile:1121)
at cdn.b(SourceFile:971)
at bmi.ap(SourceFile:886)
at bmi.a(SourceFile:303)
at net.minecraft.client.main.Main.main(SourceFile:120)
- relates to
-
MC-59850 IllegalArgumentException - Crash when rendering MinecartChest
- Resolved