Skip to content

Commit 847ce4f

Browse files
authored
fix server crash with fluid event handling (GregTechCEu#1243)
1 parent 151b0c0 commit 847ce4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/client/event/FluidVisualHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939

4040
@SideOnly(Side.CLIENT)
41-
@Mod.EventBusSubscriber
41+
@Mod.EventBusSubscriber(value = Side.CLIENT, modid = GTValues.MODID)
4242
public class FluidVisualHandler {
4343

4444
private static final ResourceLocation SUBMERGED_FLUID_OVERLAY = new ResourceLocation(GTValues.MODID, "textures/blocks/fluids/submerged_fluid_overlay.png");

0 commit comments

Comments
 (0)