Skip to content

Commit

Permalink
[#133] Added new model to LOSBlocks.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielxs01 committed Dec 14, 2023
1 parent ef11dbe commit f582026
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/net/landofrails/landofsignals/LOSBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ public static void register() {
"an"
}));

registerSignalContentPack(new ContentPackSignalPart("block_signal_part_light_flare", "Ampel (Off, Red)", "models/block/landofsignals/light_flare/lightflare.obj", new float[]{0.5f, 0f, 0.5f}, new float[]{0.5f, 0f, 0.5f}, new float[]{1f, 1f, 1f}, new String[]{
"",
"red"
}));

// Animated Signals
LOSBlocks.BLOCK_SIGNAL_PART_ANIMATED.add(MISSING_SIGNAL);

Expand Down

0 comments on commit f582026

Please sign in to comment.