BuildCraft|Factory

BuildCraft|Factory

7M Downloads

Duplicate @SideOnly(Side.Client) annotation in FluidManager.java

Dockter opened this issue ยท 1 comments

commented

Error exists within latest version of 8.0.x

Package: buildcraft.lib.flud
Class: FludManager.java

Line: 54, you have a duplicate @SideOnly(Side.Client) annotation that Gradle freaks out about during compiling.

commented

there is only a single one there:

@SubscribeEvent
@SideOnly(Side.CLIENT)
public static void onModelBake(ModelBakeEvent event) {

recent git history doesn't show any duplicate sideonly annotaion being pressent for months