Skip to content

Commit

Permalink
make chocolate bar not break the water fluid anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas committed Oct 14, 2023
1 parent cc27c35 commit d352246
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
public class ChocolateBarClient implements ClientModInitializer {
@Override
public void onInitializeClient(ModContainer mod) {
System.out.println("yeef");
//System.out.println("yeef");

/*
FluidRenderHandlerRegistry.INSTANCE.register(ChocolateBar.STILL_CHOCOLATE, ChocolateBar.FLOWING_CHOCOLATE, new SimpleFluidRenderHandler(
new Identifier("minecraft:block/water_still"),
new Identifier("minecraft:block/water_flow"),
0xff0000
));
BlockRenderLayerMap.put(RenderLayer.getTranslucent(), ChocolateBar.STILL_CHOCOLATE, ChocolateBar.FLOWING_CHOCOLATE);
*/
}
}

0 comments on commit d352246

Please sign in to comment.