Chicken-Bones / ForgeMultipart

An API for dynamically handling different functional parts in the one block space.
Other
119 stars 56 forks source link

Missing @SideOnly annotation in JCuboidPart and TCuboidPart #324

Closed NikkyAI closed 9 years ago

NikkyAI commented 9 years ago

the method drawBreaking(RenderBlocks) is missing the @SideOnly annotation in both JCuboidPart and TCuboidPart

we dynamically inject mod compatibilty methods into our blocks with javassist doing that we discovered that javassist crashes on the server because the annotation is missing

Chicken-Bones commented 9 years ago

Fixed 5c93e0da20f76e2be89464e195140b0439c8972d (1.7.10-1.1.2.332)