Skip to content

Commit

Permalink
[#157] Added "Lightflare 5middle"
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielxs01 committed Apr 17, 2024
1 parent 076337d commit f6801bc
Show file tree
Hide file tree
Showing 17 changed files with 1,888 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/main/java/net/landofrails/landofsignals/LOSBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,32 @@ public static void register() {
});
registerSignalContentPack(light_flare);

ContentPackSignalPart light_flare2 = new ContentPackSignalPart("block_signal_part_light_flare2", "Lightflare 5middle", "models/block/landofsignals/lightflare_test/5middle_grouped.obj", new float[]{0.5f, 0f, 0.5f}, new float[]{0.5f, 0f, 0.5f}, new float[]{1f, 1f, 1f}, new String[]{
"",
"xgxwx",
"xgxwy",
"xgxxx",
"xgxxy",
"xxrwx",
"xxrxx",
"xxxwx",
"xxxwy",
"xxxxy",
"yxxwx",
"yxxwy",
"yxxxx",
"yxxxy"
});
light_flare2.setFlares(new Flare[]{
new Flare("lamp5_Cube.005", "#FFDA26", 180, 0, 0.05f, false, new String[]{"yxxwx", "yxxwy", "yxxxx", "yxxxy"}),
new Flare("lamp4_Cube.004", "#00FF8C", 180, 0, 0.05f, false, new String[]{"xgxwx", "xgxwy", "xgxxx", "xgxxy"}),
new Flare("lamp3_Cube.003", "#FF0000", 180, 0, 0.05f, false, new String[]{"xxrwx", "xxrxx"}),
new Flare("lamp2_Cube.001", "#FFFFFF", 180, 0, 0.05f, false, new String[]{"xgxwx", "xgxwy", "xxrwx", "xxxwx", "xxxwy", "yxxwx", "yxxwy"}),
new Flare("lamp1_Cube.000", "#FFDA26", 180, 0, 0.05f, false, new String[]{"xgxwy", "xgxxy", "xxxwy", "xxxxy", "yxxwy", "yxxxy"})
});
registerSignalContentPack(light_flare2);


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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Blender MTL File: '5middle.blend'
# Material Count: 1

newmtl jms
Ns 96.078431
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 1.000000 1.000000 1.000000
Ke 0.000000 0.000000 0.000000
Ni 1.000000
d 1.000000
illum 2
map_Kd 5middle.png
Loading

0 comments on commit f6801bc

Please sign in to comment.