Skip to content

Commit

Permalink
United event
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Oct 5, 2024
1 parent e92f42a commit c37f1dd
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ public final class FriendsAndFoesBlocks

@Environment(EnvType.CLIENT)
public static void registerRenderLayers(RegisterRenderLayersEvent event) {
event.register(RenderLayer.getCutout(), FriendsAndFoesBlocks.BUTTERCUP.get());
event.register(RenderLayer.getCutout(), FriendsAndFoesBlocks.POTTED_BUTTERCUP.get());
event.register(
RenderLayer.getCutout(),
FriendsAndFoesBlocks.BUTTERCUP.get(),
FriendsAndFoesBlocks.POTTED_BUTTERCUP.get()
);
}

public static void registerFlammablity(RegisterFlammabilityEvent event) {
Expand Down

0 comments on commit c37f1dd

Please sign in to comment.