Skip to content

Commit

Permalink
[#133] Add ability to state multiple obj-groups / remove need for "li…
Browse files Browse the repository at this point in the history
…ghtflare"-group
  • Loading branch information
Danielxs01 committed Jan 18, 2024
1 parent c17ad5e commit 9a37cc5
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 576 deletions.
2 changes: 1 addition & 1 deletion src/main/java/net/landofrails/landofsignals/LOSBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static void register() {
});
light_flare.setFlares(new Flare[]{
new Flare("ul", "165;32;25", 180, 0, 0.426f, false, new String[]{"red"}),
new Flare("lightflare_2", "229;189;1", 180, 0, 0.44f, false, new String[]{"yellow"})
new Flare("ll", "229;189;1", 180, 0, 0.426f, false, new String[]{"yellow"})
});
registerSignalContentPack(light_flare);

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ newmtl m_2
map_Kd upper_lamp.png
newmtl m_4
map_Kd gray.png
newmtl m_5
map_Kd clear.png
newmtl m_6
map_Kd pole.png
newmtl none
Loading

0 comments on commit 9a37cc5

Please sign in to comment.