From 4fa558075f26e96ec892834cfd8bccc80f7ca987 Mon Sep 17 00:00:00 2001 From: Danielxs01 Date: Sat, 16 Dec 2023 01:22:58 +0100 Subject: [PATCH] [#133] Added second flare to test model --- .../landofrails/landofsignals/LOSBlocks.java | 6 +- .../light_flare/lightflare.bbmodel | 2 +- .../landofsignals/light_flare/lightflare.obj | 276 ++++++++++++------ .../landofsignals/light_flare/red/clear.png | Bin 0 -> 75 bytes .../light_flare/yellow/black.png | Bin 0 -> 82 bytes .../light_flare/yellow/clear.png | Bin 0 -> 75 bytes .../landofsignals/light_flare/yellow/gray.png | Bin 0 -> 82 bytes .../light_flare/yellow/lower_lamp.png | Bin 0 -> 87 bytes .../landofsignals/light_flare/yellow/pole.png | Bin 0 -> 82 bytes .../light_flare/yellow/upper_lamp.png | Bin 0 -> 82 bytes 10 files changed, 186 insertions(+), 98 deletions(-) create mode 100644 src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/red/clear.png create mode 100644 src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/yellow/black.png create mode 100644 src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/yellow/clear.png create mode 100644 src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/yellow/gray.png create mode 100644 src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/yellow/lower_lamp.png create mode 100644 src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/yellow/pole.png create mode 100644 src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/yellow/upper_lamp.png diff --git a/src/main/java/net/landofrails/landofsignals/LOSBlocks.java b/src/main/java/net/landofrails/landofsignals/LOSBlocks.java index 49119c85..222715fb 100644 --- a/src/main/java/net/landofrails/landofsignals/LOSBlocks.java +++ b/src/main/java/net/landofrails/landofsignals/LOSBlocks.java @@ -113,9 +113,13 @@ public static void register() { ContentPackSignalPart light_flare = 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[]{ "", + "yellow", "red" }); - light_flare.setFlares(new Flare[]{new Flare("lightflare_1", "165;32;25", 2f, false, new String[]{"red"})}); + light_flare.setFlares(new Flare[]{ + new Flare("lightflare_1", "165;32;25", 2f, false, new String[]{"red"}), + new Flare("lightflare_2", "229;189;1", 2f, false, new String[]{"yellow"}) + }); registerSignalContentPack(light_flare); // Animated Signals diff --git a/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/lightflare.bbmodel b/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/lightflare.bbmodel index fd192c33..f6f1ff04 100644 --- a/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/lightflare.bbmodel +++ b/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/lightflare.bbmodel @@ -1 +1 @@ -{"meta":{"format_version":"3.6","creation_time":1702671212,"model_format":"free","box_uv":false},"name":"lightflare","geometry_name":"","visible_box":[1,1,0],"resolution":{"width":16,"height":16},"elements":[{"name":"upt_top","rescale":false,"from":[-1.999999999999999,14,-11],"to":[1.9999999999999996,15,-7],"autouv":1,"color":2,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":0},"east":{"uv":[0,0,4,1],"texture":0},"south":{"uv":[0,0,3.9999999999999982,1],"texture":0},"west":{"uv":[0,0,4,1],"texture":0},"up":{"uv":[0,0,3.9999999999999982,4],"texture":0},"down":{"uv":[0,0,3.9999999999999982,4],"texture":0}},"uuid":"20011351-391a-f284-2c87-cf563010ad13"},{"name":"upt_left_corner","rescale":false,"from":[1.500000000000001,13.5,-10],"to":[2.5,14.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,0.9999999999999989,1],"texture":0},"east":{"uv":[0,0,3,1],"texture":0},"south":{"uv":[0,0,0.9999999999999989,1],"texture":0},"west":{"uv":[0,0,3,1],"texture":0},"up":{"uv":[0,0,0.9999999999999989,3],"texture":0},"down":{"uv":[0,0,0.9999999999999989,3],"texture":0}},"uuid":"631191b5-dc70-8fac-9278-fd6aa766c390"},{"name":"upt_right_corner","rescale":false,"from":[-2.5,13.5,-10],"to":[-1.499999999999999,14.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.000000000000001,1],"texture":0},"east":{"uv":[0,0,3,1],"texture":0},"south":{"uv":[0,0,1.000000000000001,1],"texture":0},"west":{"uv":[0,0,3,1],"texture":0},"up":{"uv":[0,0,1.000000000000001,3],"texture":0},"down":{"uv":[0,0,1.000000000000001,3],"texture":0}},"uuid":"8c3a64a5-3df5-230a-b11f-674c16eafdb5"},{"name":"upt_left","rescale":false,"from":[1.9999999999999996,11,-9],"to":[3,14,-7],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,3],"texture":0},"east":{"uv":[0,0,2,3],"texture":0},"south":{"uv":[0,0,1.0000000000000004,3],"texture":0},"west":{"uv":[0,0,2,3],"texture":0},"up":{"uv":[0,0,1.0000000000000004,2],"texture":0},"down":{"uv":[0,0,1.0000000000000004,2],"texture":0}},"uuid":"55bcc464-cd47-b633-24f4-935bbb8f6e67"},{"name":"upt_left_end","rescale":false,"from":[1.9999999999999996,10.5,-8],"to":[3,11.5,-7],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,1],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[0,0,1.0000000000000004,1],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1.0000000000000004,1],"texture":0},"down":{"uv":[0,0,1.0000000000000004,1],"texture":0}},"uuid":"ba506b90-03f1-cdc8-1d5c-00107c117b7c"},{"name":"upt_right_end","rescale":false,"from":[-3,10.5,-8],"to":[-1.999999999999999,11.5,-7],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.000000000000001,1],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[0,0,1.000000000000001,1],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1.000000000000001,1],"texture":0},"down":{"uv":[0,0,1.000000000000001,1],"texture":0}},"uuid":"4f098e45-f8cf-36b4-6927-1696c1b1e3e9"},{"name":"upt_right","rescale":false,"from":[-3,11,-9],"to":[-1.999999999999999,14,-7],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.000000000000001,3],"texture":0},"east":{"uv":[0,0,2,3],"texture":0},"south":{"uv":[0,0,1.000000000000001,3],"texture":0},"west":{"uv":[0,0,2,3],"texture":0},"up":{"uv":[0,0,1.000000000000001,2],"texture":0},"down":{"uv":[0,0,1.000000000000001,2],"texture":0}},"uuid":"1c1ba4d6-987b-fe1b-cb9e-2b71e0235609"},{"name":"ul_back_top","rescale":false,"from":[-1.999999999999999,10.5,-7.199999999999999],"to":[1.9999999999999996,14.5,-7],"autouv":1,"color":1,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,4],"texture":1},"east":{"uv":[0,0,0.1999999999999993,4],"texture":1},"south":{"uv":[0,0,3.9999999999999982,4],"texture":1},"west":{"uv":[0,0,0.1999999999999993,4],"texture":1},"up":{"uv":[0,0,3.9999999999999982,0.1999999999999993],"texture":1},"down":{"uv":[0,0,3.9999999999999982,0.1999999999999993],"texture":1}},"uuid":"4b46d490-3da5-e726-ba2c-c1e033ffe72f"},{"name":"ul_back_bottom","rescale":false,"from":[-1.499999999999999,10,-7.199999999999999],"to":[1.500000000000001,10.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3,0.5],"texture":1},"east":{"uv":[0,0,0.1999999999999993,0.5],"texture":1},"south":{"uv":[0,0,3,0.5],"texture":1},"west":{"uv":[0,0,0.1999999999999993,0.5],"texture":1},"up":{"uv":[0,0,3,0.1999999999999993],"texture":1},"down":{"uv":[0,0,3,0.1999999999999993],"texture":1}},"uuid":"eb0065c2-1be9-1d1d-35c2-ddf40c0e6022"},{"name":"ul_middle_vert","rescale":false,"from":[-0.9999999999999994,10.5,-7.4],"to":[1.000000000000001,13.5,-7.199999999999999],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,2.0000000000000004,3],"texture":1},"east":{"uv":[0,0,0.20000000000000107,3],"texture":1},"south":{"uv":[0,0,2.0000000000000004,3],"texture":1},"west":{"uv":[0,0,0.20000000000000107,3],"texture":1},"up":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":1},"down":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":1}},"uuid":"02f05b45-7545-ba4b-e7e1-9c5e45fe6cc0"},{"name":"ul_middle_hor","rescale":false,"from":[-1.499999999999999,11,-7.4],"to":[1.500000000000001,13,-7.199999999999999],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3,2],"texture":1},"east":{"uv":[0,0,0.20000000000000107,2],"texture":1},"south":{"uv":[0,0,3,2],"texture":1},"west":{"uv":[0,0,0.20000000000000107,2],"texture":1},"up":{"uv":[0,0,3,0.20000000000000107],"texture":1},"down":{"uv":[0,0,3,0.20000000000000107],"texture":1}},"uuid":"788ef6ba-6b88-89e0-3693-022758e24cb7"},{"name":"ul_f","rescale":false,"from":[-0.9999999999999994,11,-7.6],"to":[1.000000000000001,13,-7.399999999999999],"autouv":1,"color":1,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,2.0000000000000004,2],"texture":1},"east":{"uv":[0,0,0.20000000000000107,2],"texture":1},"south":{"uv":[0,0,2.0000000000000004,2],"texture":1},"west":{"uv":[0,0,0.20000000000000107,2],"texture":1},"up":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":1},"down":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":1}},"uuid":"d1556b87-c000-0ade-0a10-4b63d944896e"},{"name":"lh_frontplate","rescale":false,"from":[-4,0,-7],"to":[4,8,-6],"autouv":1,"color":2,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,8,8],"texture":0},"east":{"uv":[0,0,1,8],"texture":3},"south":{"uv":[0,0,8,8],"texture":3},"west":{"uv":[0,0,1,8],"texture":3},"up":{"uv":[0,0,8,1],"texture":3},"down":{"uv":[0,0,8,1],"texture":3}},"uuid":"1b6f4246-b981-eb52-0c5c-00b9857cc396"},{"name":"lwt_top","rescale":false,"from":[-1.999999999999999,6,-11],"to":[1.9999999999999996,7,-7],"autouv":1,"color":2,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":0},"east":{"uv":[0,0,4,1],"texture":0},"south":{"uv":[0,0,3.9999999999999982,1],"texture":0},"west":{"uv":[0,0,4,1],"texture":0},"up":{"uv":[0,0,3.9999999999999982,4],"texture":0},"down":{"uv":[0,0,3.9999999999999982,4],"texture":0}},"uuid":"2a5af7ab-da76-45f3-750c-bd02a042f3f5"},{"name":"lwt_left_corner","rescale":false,"from":[1.500000000000001,5.5,-10],"to":[2.5,6.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,0.9999999999999989,1],"texture":0},"east":{"uv":[0,0,3,1],"texture":0},"south":{"uv":[0,0,0.9999999999999989,1],"texture":0},"west":{"uv":[0,0,3,1],"texture":0},"up":{"uv":[0,0,0.9999999999999989,3],"texture":0},"down":{"uv":[0,0,0.9999999999999989,3],"texture":0}},"uuid":"45a7cd05-7229-582e-8a92-8b6f952d0071"},{"name":"lwt_right_corner","rescale":false,"from":[-2.5,5.5,-10],"to":[-1.499999999999999,6.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.000000000000001,1],"texture":0},"east":{"uv":[0,0,3,1],"texture":0},"south":{"uv":[0,0,1.000000000000001,1],"texture":0},"west":{"uv":[0,0,3,1],"texture":0},"up":{"uv":[0,0,1.000000000000001,3],"texture":0},"down":{"uv":[0,0,1.000000000000001,3],"texture":0}},"uuid":"18a963bd-a9f1-fc6a-330e-575d58b85934"},{"name":"lwt_left","rescale":false,"from":[1.9999999999999996,3,-9],"to":[3,6,-7],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,3],"texture":0},"east":{"uv":[0,0,2,3],"texture":0},"south":{"uv":[0,0,1.0000000000000004,3],"texture":0},"west":{"uv":[0,0,2,3],"texture":0},"up":{"uv":[0,0,1.0000000000000004,2],"texture":0},"down":{"uv":[0,0,1.0000000000000004,2],"texture":0}},"uuid":"9ced4658-c5df-6d5d-bbc5-b4bd6ce99f9c"},{"name":"lwt_left_end","rescale":false,"from":[1.9999999999999996,2.5,-8],"to":[3,3.5,-7],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,1],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[0,0,1.0000000000000004,1],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1.0000000000000004,1],"texture":0},"down":{"uv":[0,0,1.0000000000000004,1],"texture":0}},"uuid":"43ffc9d9-5399-b011-0ff7-00a8412b69d9"},{"name":"lwt_right","rescale":false,"from":[-3,3,-9],"to":[-1.999999999999999,6,-7],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.000000000000001,3],"texture":0},"east":{"uv":[0,0,2,3],"texture":0},"south":{"uv":[0,0,1.000000000000001,3],"texture":0},"west":{"uv":[0,0,2,3],"texture":0},"up":{"uv":[0,0,1.000000000000001,2],"texture":0},"down":{"uv":[0,0,1.000000000000001,2],"texture":0}},"uuid":"ac8c3f66-2069-1a25-10d9-654bcf10093d"},{"name":"lwt_right_end","rescale":false,"from":[-3,2.5,-8],"to":[-1.999999999999999,3.5,-7],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.000000000000001,1],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[0,0,1.000000000000001,1],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1.000000000000001,1],"texture":0},"down":{"uv":[0,0,1.000000000000001,1],"texture":0}},"uuid":"84050d54-8646-e37e-d5f9-ff9d67c63d1c"},{"name":"ll_back_top","rescale":false,"from":[-1.999999999999999,2.5,-7.199999999999999],"to":[1.9999999999999996,6.5,-7],"autouv":1,"color":1,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,4],"texture":2},"east":{"uv":[0,0,0.1999999999999993,4],"texture":2},"south":{"uv":[0,0,3.9999999999999982,4],"texture":2},"west":{"uv":[0,0,0.1999999999999993,4],"texture":2},"up":{"uv":[0,0,3.9999999999999982,0.1999999999999993],"texture":2},"down":{"uv":[0,0,3.9999999999999982,0.1999999999999993],"texture":2}},"uuid":"fdc3f31b-d07f-b9e3-7a90-f86171b6dc56"},{"name":"ll_back_bottom","rescale":false,"from":[-1.499999999999999,2,-7.199999999999999],"to":[1.500000000000001,2.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3,0.5],"texture":2},"east":{"uv":[0,0,0.1999999999999993,0.5],"texture":2},"south":{"uv":[0,0,3,0.5],"texture":2},"west":{"uv":[0,0,0.1999999999999993,0.5],"texture":2},"up":{"uv":[0,0,3,0.1999999999999993],"texture":2},"down":{"uv":[0,0,3,0.1999999999999993],"texture":2}},"uuid":"89001ecb-c0e4-98a0-44a3-6f7199fed26d"},{"name":"ll_middle_vert","rescale":false,"from":[-0.9999999999999994,2.5,-7.4],"to":[1.000000000000001,5.5,-7.199999999999999],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,2.0000000000000004,3],"texture":2},"east":{"uv":[0,0,0.20000000000000107,3],"texture":2},"south":{"uv":[0,0,2.0000000000000004,3],"texture":2},"west":{"uv":[0,0,0.20000000000000107,3],"texture":2},"up":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":2},"down":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":2}},"uuid":"09624e0d-965f-235b-d515-7fb30d203b1b"},{"name":"ll_middle_hor","rescale":false,"from":[-1.499999999999999,3,-7.4],"to":[1.500000000000001,5,-7.199999999999999],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3,2],"texture":2},"east":{"uv":[0,0,0.20000000000000107,2],"texture":2},"south":{"uv":[0,0,3,2],"texture":2},"west":{"uv":[0,0,0.20000000000000107,2],"texture":2},"up":{"uv":[0,0,3,0.20000000000000107],"texture":2},"down":{"uv":[0,0,3,0.20000000000000107],"texture":2}},"uuid":"5db8760b-b46d-7dc5-3cdd-a060ae24af97"},{"name":"ll_f","rescale":false,"from":[-0.9999999999999994,3,-7.6],"to":[1.000000000000001,5,-7.399999999999999],"autouv":1,"color":1,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,2.0000000000000004,2],"texture":2},"east":{"uv":[0,0,0.20000000000000107,2],"texture":2},"south":{"uv":[0,0,2.0000000000000004,2],"texture":2},"west":{"uv":[0,0,0.20000000000000107,2],"texture":2},"up":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":2},"down":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":2}},"uuid":"42a3631c-7e3a-0dd3-1a49-f3ec0a6904fe"},{"name":"lh_backplate","rescale":false,"from":[-1.999999999999999,0,-3],"to":[1.9999999999999996,8,-2],"autouv":1,"color":6,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,8],"texture":3},"east":{"uv":[0,0,1,8],"texture":3},"south":{"uv":[0,0,3.9999999999999982,8],"texture":3},"west":{"uv":[0,0,1,8],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"b9031b84-e4f0-e69f-b054-2e298726c1e1"},{"name":"lh_left_plate","rescale":false,"from":[-0.9909890655490433,0,-6.934671808010126],"to":[0.009010934450957131,8,-2.4746718080101244],"autouv":1,"color":2,"locked":false,"rotation":[0,-26.5,0],"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,8],"texture":3},"east":{"uv":[0,0,4.460000000000002,8],"texture":3},"south":{"uv":[0,0,1.0000000000000004,8],"texture":3},"west":{"uv":[0,0,4.460000000000002,8],"texture":3},"up":{"uv":[0,0,1.0000000000000004,4.460000000000002],"texture":3},"down":{"uv":[0,0,1.0000000000000004,4.460000000000002],"texture":3}},"uuid":"098629f3-2624-e3fe-8280-c372f6b315d2"},{"name":"lh_right_plate","rescale":false,"from":[-0.009010934450955577,0,-6.934671808010126],"to":[0.990989065549044,8,-2.4746718080101244],"autouv":1,"color":2,"locked":false,"rotation":[0,26.5,0],"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,0.9999999999999996,8],"texture":3},"east":{"uv":[0,0,4.460000000000002,8],"texture":3},"south":{"uv":[0,0,0.9999999999999996,8],"texture":3},"west":{"uv":[0,0,4.460000000000002,8],"texture":3},"up":{"uv":[0,0,0.9999999999999996,4.460000000000002],"texture":3},"down":{"uv":[0,0,0.9999999999999996,4.460000000000002],"texture":3}},"uuid":"0bbe36cb-d65b-e9bb-e625-ee9e5e45fd1b"},{"name":"lh_bottom_plate_large","rescale":false,"from":[-3,0,-6],"to":[3,1,-4],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,6,1],"texture":3},"east":{"uv":[0,0,2,1],"texture":3},"south":{"uv":[0,0,6,1],"texture":3},"west":{"uv":[0,0,2,1],"texture":3},"up":{"uv":[0,0,6,2],"texture":3},"down":{"uv":[0,0,6,2],"texture":3}},"uuid":"480f58e5-6f51-99ea-d538-69d35d1d3f03"},{"name":"lh_top_plate_small","rescale":false,"from":[-1.999999999999999,7,-4],"to":[1.9999999999999996,8,-3],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":3},"east":{"uv":[0,0,1,1],"texture":3},"south":{"uv":[0,0,3.9999999999999982,1],"texture":3},"west":{"uv":[0,0,1,1],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"8e2b0913-24e8-10a4-ae3a-1deeaa8890b0"},{"name":"lh_top_plate_large","rescale":false,"from":[-3,7,-6],"to":[3,8,-4],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,6,1],"texture":3},"east":{"uv":[0,0,2,1],"texture":3},"south":{"uv":[0,0,6,1],"texture":3},"west":{"uv":[0,0,2,1],"texture":3},"up":{"uv":[0,0,6,2],"texture":3},"down":{"uv":[0,0,6,2],"texture":3}},"uuid":"71f02b7c-1a52-08ee-85c9-8b63018d7ee1"},{"name":"lh_bottom_plate_small","rescale":false,"from":[-1.999999999999999,0,-4],"to":[1.9999999999999996,1,-3],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":3},"east":{"uv":[0,0,1,1],"texture":3},"south":{"uv":[0,0,3.9999999999999982,1],"texture":3},"west":{"uv":[0,0,1,1],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"baf3c96e-716a-3d83-5b17-bbd6b9fc52ea"},{"name":"uh_frontplate","rescale":false,"from":[-4,8,-7],"to":[4,16,-6],"autouv":1,"color":2,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,8,8],"texture":0},"east":{"uv":[0,0,1,8],"texture":3},"south":{"uv":[0,0,8,8],"texture":3},"west":{"uv":[0,0,1,8],"texture":3},"up":{"uv":[0,0,8,1],"texture":3},"down":{"uv":[0,0,8,1],"texture":3}},"uuid":"5dc7c614-626d-817e-f525-d078984dbdd1"},{"name":"uh_backplate","rescale":false,"from":[-1.999999999999999,8,-3],"to":[1.9999999999999996,16,-2],"autouv":1,"color":6,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,8],"texture":3},"east":{"uv":[0,0,1,8],"texture":3},"south":{"uv":[0,0,3.9999999999999982,8],"texture":3},"west":{"uv":[0,0,1,8],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"2410954d-82f2-da6f-1146-36dd764ab8dc"},{"name":"uh_left_plate","rescale":false,"from":[-0.9909890655490433,8,-6.934671808010126],"to":[0.009010934450957131,16,-2.4746718080101244],"autouv":1,"color":2,"locked":false,"rotation":[0,-26.5,0],"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,8],"texture":3},"east":{"uv":[0,0,4.460000000000002,8],"texture":3},"south":{"uv":[0,0,1.0000000000000004,8],"texture":3},"west":{"uv":[0,0,4.460000000000002,8],"texture":3},"up":{"uv":[0,0,1.0000000000000004,4.460000000000002],"texture":3},"down":{"uv":[0,0,1.0000000000000004,4.460000000000002],"texture":3}},"uuid":"767477da-482d-80e1-12c0-2420eb91ce67"},{"name":"uh_right_plate","rescale":false,"from":[-0.009010934450955577,8,-6.934671808010126],"to":[0.990989065549044,16,-2.4746718080101244],"autouv":1,"color":2,"locked":false,"rotation":[0,26.5,0],"origin":[0,0,2],"faces":{"north":{"uv":[0,0,0.9999999999999996,8],"texture":3},"east":{"uv":[0,0,4.460000000000002,8],"texture":3},"south":{"uv":[0,0,0.9999999999999996,8],"texture":3},"west":{"uv":[0,0,4.460000000000002,8],"texture":3},"up":{"uv":[0,0,0.9999999999999996,4.460000000000002],"texture":3},"down":{"uv":[0,0,0.9999999999999996,4.460000000000002],"texture":3}},"uuid":"1d4d3056-9ea7-7f05-626a-d13378959499"},{"name":"uh_bottom_plate_large","rescale":false,"from":[-3,8,-6],"to":[3,9,-4],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,6,1],"texture":3},"east":{"uv":[0,0,2,1],"texture":3},"south":{"uv":[0,0,6,1],"texture":3},"west":{"uv":[0,0,2,1],"texture":3},"up":{"uv":[0,0,6,2],"texture":3},"down":{"uv":[0,0,6,2],"texture":3}},"uuid":"952935b4-3f4c-bfbc-1f3a-1ee984ac2848"},{"name":"uh_bottom_plate_small","rescale":false,"from":[-1.999999999999999,8,-4],"to":[1.9999999999999996,9,-3],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":3},"east":{"uv":[0,0,1,1],"texture":3},"south":{"uv":[0,0,3.9999999999999982,1],"texture":3},"west":{"uv":[0,0,1,1],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"ef5f69ee-4a03-6ccd-ad8e-feed9e5adafe"},{"name":"uh_top_plate_large","rescale":false,"from":[-3,15,-6],"to":[3,16,-4],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,6,1],"texture":3},"east":{"uv":[0,0,2,1],"texture":3},"south":{"uv":[0,0,6,1],"texture":3},"west":{"uv":[0,0,2,1],"texture":3},"up":{"uv":[0,0,6,2],"texture":3},"down":{"uv":[0,0,6,2],"texture":3}},"uuid":"2f8d9100-ed88-a962-1e9c-ecf2dce1a512"},{"name":"uh_top_plate_small","rescale":false,"from":[-1.999999999999999,15,-4],"to":[1.9999999999999996,16,-3],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":3},"east":{"uv":[0,0,1,1],"texture":3},"south":{"uv":[0,0,3.9999999999999982,1],"texture":3},"west":{"uv":[0,0,1,1],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"7539026a-4ece-8bfd-7584-869ff59691ff"},{"name":"rod","rescale":false,"from":[-0.75,16,2],"to":[0.75,17,9],"autouv":1,"color":0,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.5,1],"texture":4},"east":{"uv":[0,0,7,1],"texture":4},"south":{"uv":[0,0,1.5,1],"texture":4},"west":{"uv":[0,0,7,1],"texture":4},"up":{"uv":[0,0,1.5,7],"texture":4},"down":{"uv":[0,0,1.5,7],"texture":4}},"uuid":"2da316e8-9ea9-cc1f-745a-a0ce84f1ec87"},{"name":"connector","rescale":false,"from":[-1.5,16,6.5],"to":[1.5,17,9.5],"autouv":1,"color":7,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3,1],"texture":4},"east":{"uv":[0,0,3,1],"texture":4},"south":{"uv":[0,0,3,1],"texture":4},"west":{"uv":[0,0,3,1],"texture":4},"up":{"uv":[0,0,3,3],"texture":4},"down":{"uv":[0,0,3,3],"texture":4}},"uuid":"b97d5b3f-4167-b26f-5871-0950a41735da"},{"name":"rod","rescale":false,"from":[-0.75,-1,2],"to":[0.75,0,9],"autouv":1,"color":0,"locked":false,"origin":[0,-25,2],"faces":{"north":{"uv":[0,0,1.5,1],"texture":4},"east":{"uv":[0,0,7,1],"texture":4},"south":{"uv":[0,0,1.5,1],"texture":4},"west":{"uv":[0,0,7,1],"texture":4},"up":{"uv":[0,0,1.5,7],"texture":4},"down":{"uv":[0,0,1.5,7],"texture":4}},"uuid":"a211d868-6ece-ab25-3490-7b5a9067e1ce"},{"name":"connector","rescale":false,"from":[-1.5,-1,6.5],"to":[1.5,0,9.5],"autouv":1,"color":7,"locked":false,"origin":[0,-25,2],"faces":{"north":{"uv":[0,0,3,1],"texture":4},"east":{"uv":[0,0,3,1],"texture":4},"south":{"uv":[0,0,3,1],"texture":4},"west":{"uv":[0,0,3,1],"texture":4},"up":{"uv":[0,0,3,3],"texture":4},"down":{"uv":[0,0,3,3],"texture":4}},"uuid":"14ee2023-4a60-fc2e-5ffe-828232ffa672"},{"name":"cube","rescale":false,"from":[-0.8275,-2,-2],"to":[0.8275,18,2],"autouv":1,"color":1,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1.655,16],"texture":4},"east":{"uv":[0,0,4,16],"texture":4},"south":{"uv":[0,0,1.655,16],"texture":4},"west":{"uv":[0,0,4,16],"texture":4},"up":{"uv":[0,0,1.655,4],"texture":4},"down":{"uv":[0,0,1.655,4],"texture":4}},"uuid":"8dc6b676-24aa-8a4a-a7b6-0d44797eef16"},{"name":"cube","rescale":false,"from":[-2,-2,-0.8275],"to":[2,18,0.8275],"autouv":1,"color":1,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,4,16],"texture":4},"east":{"uv":[0,0,1.655,16],"texture":4},"south":{"uv":[0,0,4,16],"texture":4},"west":{"uv":[0,0,1.655,16],"texture":4},"up":{"uv":[0,0,4,1.655],"texture":4},"down":{"uv":[0,0,4,1.655],"texture":4}},"uuid":"62e8ae3f-0c54-c0b8-957b-9161bcd2b4d6"},{"name":"cube","rescale":false,"from":[-0.8275,-2,-2],"to":[0.8275,18,2],"autouv":1,"color":1,"locked":false,"rotation":[0,45,0],"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1.655,16],"texture":4},"east":{"uv":[0,0,4,16],"texture":4},"south":{"uv":[0,0,1.655,16],"texture":4},"west":{"uv":[0,0,4,16],"texture":4},"up":{"uv":[0,0,1.655,4],"texture":4},"down":{"uv":[0,0,1.655,4],"texture":4}},"uuid":"5fd6b958-1e36-c5a8-f10b-b34eb0f6ead4"},{"name":"cube","rescale":false,"from":[-2,-2,-0.8275],"to":[2,18,0.8275],"autouv":1,"color":1,"locked":false,"rotation":[0,45,0],"origin":[0,0,0],"faces":{"north":{"uv":[0,0,4,16],"texture":4},"east":{"uv":[0,0,1.655,16],"texture":4},"south":{"uv":[0,0,4,16],"texture":4},"west":{"uv":[0,0,1.655,16],"texture":4},"up":{"uv":[0,0,4,1.655],"texture":4},"down":{"uv":[0,0,4,1.655],"texture":4}},"uuid":"bca7492d-2dff-f225-1608-588643310368"},{"name":"lightflare_1_rot180_pitch0","rescale":false,"from":[-2,10,-7.6],"to":[2,14,-6.6],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,4,4],"texture":5},"east":{"uv":[0,0,1,4],"texture":5},"south":{"uv":[0,0,4,4],"texture":5},"west":{"uv":[0,0,1,4],"texture":5},"up":{"uv":[0,0,4,1],"texture":5},"down":{"uv":[0,0,4,1],"texture":5}},"uuid":"8f7acb89-1df6-7bcf-f3dd-c5aaa4afff68"},{"name":"lightflare_2_rot180_pitch0","rescale":false,"from":[-2,2,-7.6],"to":[2,6,-6.6],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,4,4],"texture":null},"east":{"uv":[0,0,1,4],"texture":null},"south":{"uv":[0,0,4,4],"texture":null},"west":{"uv":[0,0,1,4],"texture":null},"up":{"uv":[0,0,4,1],"texture":null},"down":{"uv":[0,0,4,1],"texture":null}},"uuid":"cea81af2-64a8-ef4f-8413-88d4a41a1c49"}],"outliner":[{"name":"trafficlight","origin":[0,8,2],"uuid":"21751b38-cbd3-14ce-86a3-10988a20695c","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"upper_signal","origin":[0,0,2],"rotation":[0,-180,0],"uuid":"7a80ef79-2d60-3d29-3768-9173ac2bf11a","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"upper_housing","origin":[0,0,2],"uuid":"8e9fdaad-02e9-36ff-258b-2b831ac6e8b0","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["5dc7c614-626d-817e-f525-d078984dbdd1","2410954d-82f2-da6f-1146-36dd764ab8dc","767477da-482d-80e1-12c0-2420eb91ce67","1d4d3056-9ea7-7f05-626a-d13378959499","952935b4-3f4c-bfbc-1f3a-1ee984ac2848","ef5f69ee-4a03-6ccd-ad8e-feed9e5adafe","2f8d9100-ed88-a962-1e9c-ecf2dce1a512","7539026a-4ece-8bfd-7584-869ff59691ff"]},{"name":"upper_tunnel_visor","origin":[0,0,2],"uuid":"f3d0b55f-6e49-88f8-70e1-ccecbedbf30e","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["20011351-391a-f284-2c87-cf563010ad13","631191b5-dc70-8fac-9278-fd6aa766c390","8c3a64a5-3df5-230a-b11f-674c16eafdb5","55bcc464-cd47-b633-24f4-935bbb8f6e67","ba506b90-03f1-cdc8-1d5c-00107c117b7c","1c1ba4d6-987b-fe1b-cb9e-2b71e0235609","4f098e45-f8cf-36b4-6927-1696c1b1e3e9"]},{"name":"upper_lamp","origin":[0,0,2],"uuid":"59c1cd65-0e01-a561-5dbc-fa12f3312ec7","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4b46d490-3da5-e726-ba2c-c1e033ffe72f","eb0065c2-1be9-1d1d-35c2-ddf40c0e6022","02f05b45-7545-ba4b-e7e1-9c5e45fe6cc0","788ef6ba-6b88-89e0-3693-022758e24cb7","d1556b87-c000-0ade-0a10-4b63d944896e","8f7acb89-1df6-7bcf-f3dd-c5aaa4afff68"]}]},{"name":"lower_signal","origin":[0,-8,2],"rotation":[0,-180,0],"uuid":"6af7495c-d795-a17a-f227-6a8d7833d949","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"lower_housing","origin":[0,-8,2],"uuid":"0b026079-2185-1612-8fdf-d3d0006e401c","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["1b6f4246-b981-eb52-0c5c-00b9857cc396","b9031b84-e4f0-e69f-b054-2e298726c1e1","098629f3-2624-e3fe-8280-c372f6b315d2","0bbe36cb-d65b-e9bb-e625-ee9e5e45fd1b","480f58e5-6f51-99ea-d538-69d35d1d3f03","baf3c96e-716a-3d83-5b17-bbd6b9fc52ea","71f02b7c-1a52-08ee-85c9-8b63018d7ee1","8e2b0913-24e8-10a4-ae3a-1deeaa8890b0"]},{"name":"lower_tunnel_visor","origin":[0,-8,2],"uuid":"90a5c8db-3a86-ed6d-45d7-f4aaf8aa88d5","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["2a5af7ab-da76-45f3-750c-bd02a042f3f5","45a7cd05-7229-582e-8a92-8b6f952d0071","18a963bd-a9f1-fc6a-330e-575d58b85934","9ced4658-c5df-6d5d-bbc5-b4bd6ce99f9c","43ffc9d9-5399-b011-0ff7-00a8412b69d9","ac8c3f66-2069-1a25-10d9-654bcf10093d","84050d54-8646-e37e-d5f9-ff9d67c63d1c"]},{"name":"lower_lamp","origin":[0,-8,2],"uuid":"537c4428-1b95-c342-9a8b-644374aecc1a","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["fdc3f31b-d07f-b9e3-7a90-f86171b6dc56","89001ecb-c0e4-98a0-44a3-6f7199fed26d","09624e0d-965f-235b-d515-7fb30d203b1b","5db8760b-b46d-7dc5-3cdd-a060ae24af97","42a3631c-7e3a-0dd3-1a49-f3ec0a6904fe","cea81af2-64a8-ef4f-8413-88d4a41a1c49"]}]},{"name":"pole_connection_top","origin":[0,-8,2],"uuid":"adebb72b-9453-5098-2ed0-a70c902b29b8","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["2da316e8-9ea9-cc1f-745a-a0ce84f1ec87","b97d5b3f-4167-b26f-5871-0950a41735da"]},{"name":"pole_connection_bottom","origin":[0,-25,2],"uuid":"904ae2df-65bd-3493-7a71-2deb090c0738","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["a211d868-6ece-ab25-3490-7b5a9067e1ce","14ee2023-4a60-fc2e-5ffe-828232ffa672"]}]},{"name":"pole","origin":[0,0,0],"uuid":"9611d5a1-4c93-5111-4163-0ee38924c823","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"gerade","origin":[0,0,0],"uuid":"fe0fb142-4070-8b3d-a47d-8b88205925a3","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8dc6b676-24aa-8a4a-a7b6-0d44797eef16","62e8ae3f-0c54-c0b8-957b-9161bcd2b4d6"]},{"name":"ungerade","origin":[0,0,0],"uuid":"427e14e5-8422-64e8-0aae-4a1a410f6b85","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["5fd6b958-1e36-c5a8-f10b-b34eb0f6ead4","bca7492d-2dff-f225-1608-588643310368"]}]}],"textures":[{"path":"D:\\IMPORTANT_repositories\\LandOfSignals\\src\\main\\resources\\assets\\landofsignals\\models\\block\\landofsignals\\light_flare\\black.png","name":"black.png","folder":"light_flare","namespace":"","id":"0","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"b9e1c7b2-cac6-c732-8b71-83e108672cad","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2PU0tL6z0ABYBw1gGE0DBhGw4BhWIQBAD59F+G7Ks3LAAAAAElFTkSuQmCC"},{"path":"C:\\Users\\danie\\Downloads\\upper_lamp.png","name":"upper_lamp.png","folder":"Downloads","namespace":"","id":"2","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"dffa4306-c1f3-4758-cc20-362f82a130f1","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2MUFxf/z0ABYBw1gGE0DBhGw4BhWIQBAJTdFFFn2WZRAAAAAElFTkSuQmCC"},{"path":"C:\\Users\\danie\\Downloads\\lower_lamp.png","name":"lower_lamp.png","folder":"Downloads","namespace":"","id":"1","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"4d5b1aa2-6239-53f7-f019-cac511c6a77e","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2MUFxf/z0ABYBw1gGE0DBhGw4BhWIQBAJTdFFFn2WZRAAAAAElFTkSuQmCC"},{"path":"D:\\IMPORTANT_repositories\\LandOfSignals\\src\\main\\resources\\assets\\landofsignals\\models\\block\\landofsignals\\light_flare\\gray.png","name":"gray.png","folder":"light_flare","namespace":"","id":"4","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"ae783c3c-b882-cdec-ecbd-e4f64a03634f","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2NctmzZfwYKAOOoAQyjYcAwGgYMwyIMAECLLyHAd11TAAAAAElFTkSuQmCC"},{"path":"D:\\IMPORTANT_repositories\\LandOfSignals\\src\\main\\resources\\assets\\landofsignals\\models\\block\\landofsignals\\light_flare\\pole.png","name":"pole.png","folder":"light_flare","namespace":"","id":"6","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"35a00640-0133-a1a5-3596-ee913f0312f9","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2PMzkn9z0ABYBw1gGE0DBhGw4BhWIQBAMmEI8EOEOE+AAAAAElFTkSuQmCC"},{"path":"D:\\IMPORTANT_repositories\\LandOfSignals\\src\\main\\resources\\assets\\landofsignals\\models\\block\\landofsignals\\light_flare\\clear.png","name":"clear.png","folder":"light_flare","namespace":"","id":"5","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"9d0e04b5-a2c1-cee9-40d7-1c8bca5c6674","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAH0lEQVQ4T2NkoBAwUqifYdQAhtEwYBgNA1A+Gvi8AAAmmAARf9qcXAAAAABJRU5ErkJggg=="}]} \ No newline at end of file +{"meta":{"format_version":"3.6","creation_time":1702682764,"model_format":"free","box_uv":false},"name":"lightflare","geometry_name":"","visible_box":[1,1,0],"resolution":{"width":16,"height":16},"elements":[{"name":"upt_top","rescale":false,"from":[-1.999999999999999,14,-11],"to":[1.9999999999999996,15,-7],"autouv":1,"color":2,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":0},"east":{"uv":[0,0,4,1],"texture":0},"south":{"uv":[0,0,3.9999999999999982,1],"texture":0},"west":{"uv":[0,0,4,1],"texture":0},"up":{"uv":[0,0,3.9999999999999982,4],"texture":0},"down":{"uv":[0,0,3.9999999999999982,4],"texture":0}},"uuid":"20011351-391a-f284-2c87-cf563010ad13"},{"name":"upt_left_corner","rescale":false,"from":[1.500000000000001,13.5,-10],"to":[2.5,14.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,0.9999999999999989,1],"texture":0},"east":{"uv":[0,0,3,1],"texture":0},"south":{"uv":[0,0,0.9999999999999989,1],"texture":0},"west":{"uv":[0,0,3,1],"texture":0},"up":{"uv":[0,0,0.9999999999999989,3],"texture":0},"down":{"uv":[0,0,0.9999999999999989,3],"texture":0}},"uuid":"631191b5-dc70-8fac-9278-fd6aa766c390"},{"name":"upt_right_corner","rescale":false,"from":[-2.5,13.5,-10],"to":[-1.499999999999999,14.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.000000000000001,1],"texture":0},"east":{"uv":[0,0,3,1],"texture":0},"south":{"uv":[0,0,1.000000000000001,1],"texture":0},"west":{"uv":[0,0,3,1],"texture":0},"up":{"uv":[0,0,1.000000000000001,3],"texture":0},"down":{"uv":[0,0,1.000000000000001,3],"texture":0}},"uuid":"8c3a64a5-3df5-230a-b11f-674c16eafdb5"},{"name":"upt_left","rescale":false,"from":[1.9999999999999996,11,-9],"to":[3,14,-7],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,3],"texture":0},"east":{"uv":[0,0,2,3],"texture":0},"south":{"uv":[0,0,1.0000000000000004,3],"texture":0},"west":{"uv":[0,0,2,3],"texture":0},"up":{"uv":[0,0,1.0000000000000004,2],"texture":0},"down":{"uv":[0,0,1.0000000000000004,2],"texture":0}},"uuid":"55bcc464-cd47-b633-24f4-935bbb8f6e67"},{"name":"upt_left_end","rescale":false,"from":[1.9999999999999996,10.5,-8],"to":[3,11.5,-7],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,1],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[0,0,1.0000000000000004,1],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1.0000000000000004,1],"texture":0},"down":{"uv":[0,0,1.0000000000000004,1],"texture":0}},"uuid":"ba506b90-03f1-cdc8-1d5c-00107c117b7c"},{"name":"upt_right_end","rescale":false,"from":[-3,10.5,-8],"to":[-1.999999999999999,11.5,-7],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.000000000000001,1],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[0,0,1.000000000000001,1],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1.000000000000001,1],"texture":0},"down":{"uv":[0,0,1.000000000000001,1],"texture":0}},"uuid":"4f098e45-f8cf-36b4-6927-1696c1b1e3e9"},{"name":"upt_right","rescale":false,"from":[-3,11,-9],"to":[-1.999999999999999,14,-7],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.000000000000001,3],"texture":0},"east":{"uv":[0,0,2,3],"texture":0},"south":{"uv":[0,0,1.000000000000001,3],"texture":0},"west":{"uv":[0,0,2,3],"texture":0},"up":{"uv":[0,0,1.000000000000001,2],"texture":0},"down":{"uv":[0,0,1.000000000000001,2],"texture":0}},"uuid":"1c1ba4d6-987b-fe1b-cb9e-2b71e0235609"},{"name":"ul_back_top","rescale":false,"from":[-1.999999999999999,10.5,-7.199999999999999],"to":[1.9999999999999996,14.5,-7],"autouv":1,"color":1,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,4],"texture":1},"east":{"uv":[0,0,0.1999999999999993,4],"texture":1},"south":{"uv":[0,0,3.9999999999999982,4],"texture":1},"west":{"uv":[0,0,0.1999999999999993,4],"texture":1},"up":{"uv":[0,0,3.9999999999999982,0.1999999999999993],"texture":1},"down":{"uv":[0,0,3.9999999999999982,0.1999999999999993],"texture":1}},"uuid":"4b46d490-3da5-e726-ba2c-c1e033ffe72f"},{"name":"ul_back_bottom","rescale":false,"from":[-1.499999999999999,10,-7.199999999999999],"to":[1.500000000000001,10.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3,0.5],"texture":1},"east":{"uv":[0,0,0.1999999999999993,0.5],"texture":1},"south":{"uv":[0,0,3,0.5],"texture":1},"west":{"uv":[0,0,0.1999999999999993,0.5],"texture":1},"up":{"uv":[0,0,3,0.1999999999999993],"texture":1},"down":{"uv":[0,0,3,0.1999999999999993],"texture":1}},"uuid":"eb0065c2-1be9-1d1d-35c2-ddf40c0e6022"},{"name":"ul_middle_vert","rescale":false,"from":[-0.9999999999999994,10.5,-7.4],"to":[1.000000000000001,13.5,-7.199999999999999],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,2.0000000000000004,3],"texture":1},"east":{"uv":[0,0,0.20000000000000107,3],"texture":1},"south":{"uv":[0,0,2.0000000000000004,3],"texture":1},"west":{"uv":[0,0,0.20000000000000107,3],"texture":1},"up":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":1},"down":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":1}},"uuid":"02f05b45-7545-ba4b-e7e1-9c5e45fe6cc0"},{"name":"ul_middle_hor","rescale":false,"from":[-1.499999999999999,11,-7.4],"to":[1.500000000000001,13,-7.199999999999999],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3,2],"texture":1},"east":{"uv":[0,0,0.20000000000000107,2],"texture":1},"south":{"uv":[0,0,3,2],"texture":1},"west":{"uv":[0,0,0.20000000000000107,2],"texture":1},"up":{"uv":[0,0,3,0.20000000000000107],"texture":1},"down":{"uv":[0,0,3,0.20000000000000107],"texture":1}},"uuid":"788ef6ba-6b88-89e0-3693-022758e24cb7"},{"name":"ul_f","rescale":false,"from":[-0.9999999999999994,11,-7.6],"to":[1.000000000000001,13,-7.399999999999999],"autouv":1,"color":1,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,2.0000000000000004,2],"texture":1},"east":{"uv":[0,0,0.20000000000000107,2],"texture":1},"south":{"uv":[0,0,2.0000000000000004,2],"texture":1},"west":{"uv":[0,0,0.20000000000000107,2],"texture":1},"up":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":1},"down":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":1}},"uuid":"d1556b87-c000-0ade-0a10-4b63d944896e"},{"name":"lh_frontplate","rescale":false,"from":[-4,0,-7],"to":[4,8,-6],"autouv":1,"color":2,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,8,8],"texture":0},"east":{"uv":[0,0,1,8],"texture":3},"south":{"uv":[0,0,8,8],"texture":3},"west":{"uv":[0,0,1,8],"texture":3},"up":{"uv":[0,0,8,1],"texture":3},"down":{"uv":[0,0,8,1],"texture":3}},"uuid":"1b6f4246-b981-eb52-0c5c-00b9857cc396"},{"name":"lwt_top","rescale":false,"from":[-1.999999999999999,6,-11],"to":[1.9999999999999996,7,-7],"autouv":1,"color":2,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":0},"east":{"uv":[0,0,4,1],"texture":0},"south":{"uv":[0,0,3.9999999999999982,1],"texture":0},"west":{"uv":[0,0,4,1],"texture":0},"up":{"uv":[0,0,3.9999999999999982,4],"texture":0},"down":{"uv":[0,0,3.9999999999999982,4],"texture":0}},"uuid":"2a5af7ab-da76-45f3-750c-bd02a042f3f5"},{"name":"lwt_left_corner","rescale":false,"from":[1.500000000000001,5.5,-10],"to":[2.5,6.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,0.9999999999999989,1],"texture":0},"east":{"uv":[0,0,3,1],"texture":0},"south":{"uv":[0,0,0.9999999999999989,1],"texture":0},"west":{"uv":[0,0,3,1],"texture":0},"up":{"uv":[0,0,0.9999999999999989,3],"texture":0},"down":{"uv":[0,0,0.9999999999999989,3],"texture":0}},"uuid":"45a7cd05-7229-582e-8a92-8b6f952d0071"},{"name":"lwt_right_corner","rescale":false,"from":[-2.5,5.5,-10],"to":[-1.499999999999999,6.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.000000000000001,1],"texture":0},"east":{"uv":[0,0,3,1],"texture":0},"south":{"uv":[0,0,1.000000000000001,1],"texture":0},"west":{"uv":[0,0,3,1],"texture":0},"up":{"uv":[0,0,1.000000000000001,3],"texture":0},"down":{"uv":[0,0,1.000000000000001,3],"texture":0}},"uuid":"18a963bd-a9f1-fc6a-330e-575d58b85934"},{"name":"lwt_left","rescale":false,"from":[1.9999999999999996,3,-9],"to":[3,6,-7],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,3],"texture":0},"east":{"uv":[0,0,2,3],"texture":0},"south":{"uv":[0,0,1.0000000000000004,3],"texture":0},"west":{"uv":[0,0,2,3],"texture":0},"up":{"uv":[0,0,1.0000000000000004,2],"texture":0},"down":{"uv":[0,0,1.0000000000000004,2],"texture":0}},"uuid":"9ced4658-c5df-6d5d-bbc5-b4bd6ce99f9c"},{"name":"lwt_left_end","rescale":false,"from":[1.9999999999999996,2.5,-8],"to":[3,3.5,-7],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,1],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[0,0,1.0000000000000004,1],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1.0000000000000004,1],"texture":0},"down":{"uv":[0,0,1.0000000000000004,1],"texture":0}},"uuid":"43ffc9d9-5399-b011-0ff7-00a8412b69d9"},{"name":"lwt_right","rescale":false,"from":[-3,3,-9],"to":[-1.999999999999999,6,-7],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.000000000000001,3],"texture":0},"east":{"uv":[0,0,2,3],"texture":0},"south":{"uv":[0,0,1.000000000000001,3],"texture":0},"west":{"uv":[0,0,2,3],"texture":0},"up":{"uv":[0,0,1.000000000000001,2],"texture":0},"down":{"uv":[0,0,1.000000000000001,2],"texture":0}},"uuid":"ac8c3f66-2069-1a25-10d9-654bcf10093d"},{"name":"lwt_right_end","rescale":false,"from":[-3,2.5,-8],"to":[-1.999999999999999,3.5,-7],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.000000000000001,1],"texture":0},"east":{"uv":[0,0,1,1],"texture":0},"south":{"uv":[0,0,1.000000000000001,1],"texture":0},"west":{"uv":[0,0,1,1],"texture":0},"up":{"uv":[0,0,1.000000000000001,1],"texture":0},"down":{"uv":[0,0,1.000000000000001,1],"texture":0}},"uuid":"84050d54-8646-e37e-d5f9-ff9d67c63d1c"},{"name":"ll_back_top","rescale":false,"from":[-1.999999999999999,2.5,-7.199999999999999],"to":[1.9999999999999996,6.5,-7],"autouv":1,"color":1,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,4],"texture":2},"east":{"uv":[0,0,0.1999999999999993,4],"texture":2},"south":{"uv":[0,0,3.9999999999999982,4],"texture":2},"west":{"uv":[0,0,0.1999999999999993,4],"texture":2},"up":{"uv":[0,0,3.9999999999999982,0.1999999999999993],"texture":2},"down":{"uv":[0,0,3.9999999999999982,0.1999999999999993],"texture":2}},"uuid":"fdc3f31b-d07f-b9e3-7a90-f86171b6dc56"},{"name":"ll_back_bottom","rescale":false,"from":[-1.499999999999999,2,-7.199999999999999],"to":[1.500000000000001,2.5,-7],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3,0.5],"texture":2},"east":{"uv":[0,0,0.1999999999999993,0.5],"texture":2},"south":{"uv":[0,0,3,0.5],"texture":2},"west":{"uv":[0,0,0.1999999999999993,0.5],"texture":2},"up":{"uv":[0,0,3,0.1999999999999993],"texture":2},"down":{"uv":[0,0,3,0.1999999999999993],"texture":2}},"uuid":"89001ecb-c0e4-98a0-44a3-6f7199fed26d"},{"name":"ll_middle_vert","rescale":false,"from":[-0.9999999999999994,2.5,-7.4],"to":[1.000000000000001,5.5,-7.199999999999999],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,2.0000000000000004,3],"texture":2},"east":{"uv":[0,0,0.20000000000000107,3],"texture":2},"south":{"uv":[0,0,2.0000000000000004,3],"texture":2},"west":{"uv":[0,0,0.20000000000000107,3],"texture":2},"up":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":2},"down":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":2}},"uuid":"09624e0d-965f-235b-d515-7fb30d203b1b"},{"name":"ll_middle_hor","rescale":false,"from":[-1.499999999999999,3,-7.4],"to":[1.500000000000001,5,-7.199999999999999],"autouv":1,"color":3,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3,2],"texture":2},"east":{"uv":[0,0,0.20000000000000107,2],"texture":2},"south":{"uv":[0,0,3,2],"texture":2},"west":{"uv":[0,0,0.20000000000000107,2],"texture":2},"up":{"uv":[0,0,3,0.20000000000000107],"texture":2},"down":{"uv":[0,0,3,0.20000000000000107],"texture":2}},"uuid":"5db8760b-b46d-7dc5-3cdd-a060ae24af97"},{"name":"ll_f","rescale":false,"from":[-0.9999999999999994,3,-7.6],"to":[1.000000000000001,5,-7.399999999999999],"autouv":1,"color":1,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,2.0000000000000004,2],"texture":2},"east":{"uv":[0,0,0.20000000000000107,2],"texture":2},"south":{"uv":[0,0,2.0000000000000004,2],"texture":2},"west":{"uv":[0,0,0.20000000000000107,2],"texture":2},"up":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":2},"down":{"uv":[0,0,2.0000000000000004,0.20000000000000107],"texture":2}},"uuid":"42a3631c-7e3a-0dd3-1a49-f3ec0a6904fe"},{"name":"lh_backplate","rescale":false,"from":[-1.999999999999999,0,-3],"to":[1.9999999999999996,8,-2],"autouv":1,"color":6,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,8],"texture":3},"east":{"uv":[0,0,1,8],"texture":3},"south":{"uv":[0,0,3.9999999999999982,8],"texture":3},"west":{"uv":[0,0,1,8],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"b9031b84-e4f0-e69f-b054-2e298726c1e1"},{"name":"lh_left_plate","rescale":false,"from":[-0.9909890655490433,0,-6.934671808010126],"to":[0.009010934450957131,8,-2.4746718080101244],"autouv":1,"color":2,"locked":false,"rotation":[0,-26.5,0],"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,8],"texture":3},"east":{"uv":[0,0,4.460000000000002,8],"texture":3},"south":{"uv":[0,0,1.0000000000000004,8],"texture":3},"west":{"uv":[0,0,4.460000000000002,8],"texture":3},"up":{"uv":[0,0,1.0000000000000004,4.460000000000002],"texture":3},"down":{"uv":[0,0,1.0000000000000004,4.460000000000002],"texture":3}},"uuid":"098629f3-2624-e3fe-8280-c372f6b315d2"},{"name":"lh_right_plate","rescale":false,"from":[-0.009010934450955577,0,-6.934671808010126],"to":[0.990989065549044,8,-2.4746718080101244],"autouv":1,"color":2,"locked":false,"rotation":[0,26.5,0],"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,0.9999999999999996,8],"texture":3},"east":{"uv":[0,0,4.460000000000002,8],"texture":3},"south":{"uv":[0,0,0.9999999999999996,8],"texture":3},"west":{"uv":[0,0,4.460000000000002,8],"texture":3},"up":{"uv":[0,0,0.9999999999999996,4.460000000000002],"texture":3},"down":{"uv":[0,0,0.9999999999999996,4.460000000000002],"texture":3}},"uuid":"0bbe36cb-d65b-e9bb-e625-ee9e5e45fd1b"},{"name":"lh_bottom_plate_large","rescale":false,"from":[-3,0,-6],"to":[3,1,-4],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,6,1],"texture":3},"east":{"uv":[0,0,2,1],"texture":3},"south":{"uv":[0,0,6,1],"texture":3},"west":{"uv":[0,0,2,1],"texture":3},"up":{"uv":[0,0,6,2],"texture":3},"down":{"uv":[0,0,6,2],"texture":3}},"uuid":"480f58e5-6f51-99ea-d538-69d35d1d3f03"},{"name":"lh_top_plate_small","rescale":false,"from":[-1.999999999999999,7,-4],"to":[1.9999999999999996,8,-3],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":3},"east":{"uv":[0,0,1,1],"texture":3},"south":{"uv":[0,0,3.9999999999999982,1],"texture":3},"west":{"uv":[0,0,1,1],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"8e2b0913-24e8-10a4-ae3a-1deeaa8890b0"},{"name":"lh_top_plate_large","rescale":false,"from":[-3,7,-6],"to":[3,8,-4],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,6,1],"texture":3},"east":{"uv":[0,0,2,1],"texture":3},"south":{"uv":[0,0,6,1],"texture":3},"west":{"uv":[0,0,2,1],"texture":3},"up":{"uv":[0,0,6,2],"texture":3},"down":{"uv":[0,0,6,2],"texture":3}},"uuid":"71f02b7c-1a52-08ee-85c9-8b63018d7ee1"},{"name":"lh_bottom_plate_small","rescale":false,"from":[-1.999999999999999,0,-4],"to":[1.9999999999999996,1,-3],"autouv":1,"color":5,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":3},"east":{"uv":[0,0,1,1],"texture":3},"south":{"uv":[0,0,3.9999999999999982,1],"texture":3},"west":{"uv":[0,0,1,1],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"baf3c96e-716a-3d83-5b17-bbd6b9fc52ea"},{"name":"uh_frontplate","rescale":false,"from":[-4,8,-7],"to":[4,16,-6],"autouv":1,"color":2,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,8,8],"texture":0},"east":{"uv":[0,0,1,8],"texture":3},"south":{"uv":[0,0,8,8],"texture":3},"west":{"uv":[0,0,1,8],"texture":3},"up":{"uv":[0,0,8,1],"texture":3},"down":{"uv":[0,0,8,1],"texture":3}},"uuid":"5dc7c614-626d-817e-f525-d078984dbdd1"},{"name":"uh_backplate","rescale":false,"from":[-1.999999999999999,8,-3],"to":[1.9999999999999996,16,-2],"autouv":1,"color":6,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,8],"texture":3},"east":{"uv":[0,0,1,8],"texture":3},"south":{"uv":[0,0,3.9999999999999982,8],"texture":3},"west":{"uv":[0,0,1,8],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"2410954d-82f2-da6f-1146-36dd764ab8dc"},{"name":"uh_left_plate","rescale":false,"from":[-0.9909890655490433,8,-6.934671808010126],"to":[0.009010934450957131,16,-2.4746718080101244],"autouv":1,"color":2,"locked":false,"rotation":[0,-26.5,0],"origin":[0,0,2],"faces":{"north":{"uv":[0,0,1.0000000000000004,8],"texture":3},"east":{"uv":[0,0,4.460000000000002,8],"texture":3},"south":{"uv":[0,0,1.0000000000000004,8],"texture":3},"west":{"uv":[0,0,4.460000000000002,8],"texture":3},"up":{"uv":[0,0,1.0000000000000004,4.460000000000002],"texture":3},"down":{"uv":[0,0,1.0000000000000004,4.460000000000002],"texture":3}},"uuid":"767477da-482d-80e1-12c0-2420eb91ce67"},{"name":"uh_right_plate","rescale":false,"from":[-0.009010934450955577,8,-6.934671808010126],"to":[0.990989065549044,16,-2.4746718080101244],"autouv":1,"color":2,"locked":false,"rotation":[0,26.5,0],"origin":[0,0,2],"faces":{"north":{"uv":[0,0,0.9999999999999996,8],"texture":3},"east":{"uv":[0,0,4.460000000000002,8],"texture":3},"south":{"uv":[0,0,0.9999999999999996,8],"texture":3},"west":{"uv":[0,0,4.460000000000002,8],"texture":3},"up":{"uv":[0,0,0.9999999999999996,4.460000000000002],"texture":3},"down":{"uv":[0,0,0.9999999999999996,4.460000000000002],"texture":3}},"uuid":"1d4d3056-9ea7-7f05-626a-d13378959499"},{"name":"uh_bottom_plate_large","rescale":false,"from":[-3,8,-6],"to":[3,9,-4],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,6,1],"texture":3},"east":{"uv":[0,0,2,1],"texture":3},"south":{"uv":[0,0,6,1],"texture":3},"west":{"uv":[0,0,2,1],"texture":3},"up":{"uv":[0,0,6,2],"texture":3},"down":{"uv":[0,0,6,2],"texture":3}},"uuid":"952935b4-3f4c-bfbc-1f3a-1ee984ac2848"},{"name":"uh_bottom_plate_small","rescale":false,"from":[-1.999999999999999,8,-4],"to":[1.9999999999999996,9,-3],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":3},"east":{"uv":[0,0,1,1],"texture":3},"south":{"uv":[0,0,3.9999999999999982,1],"texture":3},"west":{"uv":[0,0,1,1],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"ef5f69ee-4a03-6ccd-ad8e-feed9e5adafe"},{"name":"uh_top_plate_large","rescale":false,"from":[-3,15,-6],"to":[3,16,-4],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,6,1],"texture":3},"east":{"uv":[0,0,2,1],"texture":3},"south":{"uv":[0,0,6,1],"texture":3},"west":{"uv":[0,0,2,1],"texture":3},"up":{"uv":[0,0,6,2],"texture":3},"down":{"uv":[0,0,6,2],"texture":3}},"uuid":"2f8d9100-ed88-a962-1e9c-ecf2dce1a512"},{"name":"uh_top_plate_small","rescale":false,"from":[-1.999999999999999,15,-4],"to":[1.9999999999999996,16,-3],"autouv":1,"color":5,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,3.9999999999999982,1],"texture":3},"east":{"uv":[0,0,1,1],"texture":3},"south":{"uv":[0,0,3.9999999999999982,1],"texture":3},"west":{"uv":[0,0,1,1],"texture":3},"up":{"uv":[0,0,3.9999999999999982,1],"texture":3},"down":{"uv":[0,0,3.9999999999999982,1],"texture":3}},"uuid":"7539026a-4ece-8bfd-7584-869ff59691ff"},{"name":"rod","rescale":false,"from":[-0.75,16,2],"to":[0.75,17,9],"autouv":1,"color":0,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,1.5,1],"texture":4},"east":{"uv":[0,0,7,1],"texture":4},"south":{"uv":[0,0,1.5,1],"texture":4},"west":{"uv":[0,0,7,1],"texture":4},"up":{"uv":[0,0,1.5,7],"texture":4},"down":{"uv":[0,0,1.5,7],"texture":4}},"uuid":"2da316e8-9ea9-cc1f-745a-a0ce84f1ec87"},{"name":"connector","rescale":false,"from":[-1.5,16,6.5],"to":[1.5,17,9.5],"autouv":1,"color":7,"locked":false,"origin":[0,-8,2],"faces":{"north":{"uv":[0,0,3,1],"texture":4},"east":{"uv":[0,0,3,1],"texture":4},"south":{"uv":[0,0,3,1],"texture":4},"west":{"uv":[0,0,3,1],"texture":4},"up":{"uv":[0,0,3,3],"texture":4},"down":{"uv":[0,0,3,3],"texture":4}},"uuid":"b97d5b3f-4167-b26f-5871-0950a41735da"},{"name":"rod","rescale":false,"from":[-0.75,-1,2],"to":[0.75,0,9],"autouv":1,"color":0,"locked":false,"origin":[0,-25,2],"faces":{"north":{"uv":[0,0,1.5,1],"texture":4},"east":{"uv":[0,0,7,1],"texture":4},"south":{"uv":[0,0,1.5,1],"texture":4},"west":{"uv":[0,0,7,1],"texture":4},"up":{"uv":[0,0,1.5,7],"texture":4},"down":{"uv":[0,0,1.5,7],"texture":4}},"uuid":"a211d868-6ece-ab25-3490-7b5a9067e1ce"},{"name":"connector","rescale":false,"from":[-1.5,-1,6.5],"to":[1.5,0,9.5],"autouv":1,"color":7,"locked":false,"origin":[0,-25,2],"faces":{"north":{"uv":[0,0,3,1],"texture":4},"east":{"uv":[0,0,3,1],"texture":4},"south":{"uv":[0,0,3,1],"texture":4},"west":{"uv":[0,0,3,1],"texture":4},"up":{"uv":[0,0,3,3],"texture":4},"down":{"uv":[0,0,3,3],"texture":4}},"uuid":"14ee2023-4a60-fc2e-5ffe-828232ffa672"},{"name":"cube","rescale":false,"from":[-0.8275,-2,-2],"to":[0.8275,18,2],"autouv":1,"color":1,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1.655,16],"texture":4},"east":{"uv":[0,0,4,16],"texture":4},"south":{"uv":[0,0,1.655,16],"texture":4},"west":{"uv":[0,0,4,16],"texture":4},"up":{"uv":[0,0,1.655,4],"texture":4},"down":{"uv":[0,0,1.655,4],"texture":4}},"uuid":"8dc6b676-24aa-8a4a-a7b6-0d44797eef16"},{"name":"cube","rescale":false,"from":[-2,-2,-0.8275],"to":[2,18,0.8275],"autouv":1,"color":1,"locked":false,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,4,16],"texture":4},"east":{"uv":[0,0,1.655,16],"texture":4},"south":{"uv":[0,0,4,16],"texture":4},"west":{"uv":[0,0,1.655,16],"texture":4},"up":{"uv":[0,0,4,1.655],"texture":4},"down":{"uv":[0,0,4,1.655],"texture":4}},"uuid":"62e8ae3f-0c54-c0b8-957b-9161bcd2b4d6"},{"name":"cube","rescale":false,"from":[-0.8275,-2,-2],"to":[0.8275,18,2],"autouv":1,"color":1,"locked":false,"rotation":[0,45,0],"origin":[0,0,0],"faces":{"north":{"uv":[0,0,1.655,16],"texture":4},"east":{"uv":[0,0,4,16],"texture":4},"south":{"uv":[0,0,1.655,16],"texture":4},"west":{"uv":[0,0,4,16],"texture":4},"up":{"uv":[0,0,1.655,4],"texture":4},"down":{"uv":[0,0,1.655,4],"texture":4}},"uuid":"5fd6b958-1e36-c5a8-f10b-b34eb0f6ead4"},{"name":"cube","rescale":false,"from":[-2,-2,-0.8275],"to":[2,18,0.8275],"autouv":1,"color":1,"locked":false,"rotation":[0,45,0],"origin":[0,0,0],"faces":{"north":{"uv":[0,0,4,16],"texture":4},"east":{"uv":[0,0,1.655,16],"texture":4},"south":{"uv":[0,0,4,16],"texture":4},"west":{"uv":[0,0,1.655,16],"texture":4},"up":{"uv":[0,0,4,1.655],"texture":4},"down":{"uv":[0,0,4,1.655],"texture":4}},"uuid":"bca7492d-2dff-f225-1608-588643310368"},{"name":"lightflare_1_rot180_pitch0","rescale":false,"from":[-2,10,-7.6],"to":[2,14,-6.6],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,4,4],"texture":5},"east":{"uv":[0,0,1,4],"texture":5},"south":{"uv":[0,0,4,4],"texture":5},"west":{"uv":[0,0,1,4],"texture":5},"up":{"uv":[0,0,4,1],"texture":5},"down":{"uv":[0,0,4,1],"texture":5}},"uuid":"8f7acb89-1df6-7bcf-f3dd-c5aaa4afff68"},{"name":"lightflare_2_rot180_pitch0","rescale":false,"from":[-2,2,-7.6],"to":[2,6,-6.6],"autouv":1,"color":3,"locked":false,"origin":[0,0,2],"faces":{"north":{"uv":[0,0,4,4],"texture":5},"east":{"uv":[0,0,1,4],"texture":5},"south":{"uv":[0,0,4,4],"texture":5},"west":{"uv":[0,0,1,4],"texture":5},"up":{"uv":[0,0,4,1],"texture":5},"down":{"uv":[0,0,4,1],"texture":5}},"uuid":"cea81af2-64a8-ef4f-8413-88d4a41a1c49"}],"outliner":[{"name":"trafficlight","origin":[0,8,2],"uuid":"21751b38-cbd3-14ce-86a3-10988a20695c","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"upper_signal","origin":[0,0,2],"rotation":[0,-180,0],"uuid":"7a80ef79-2d60-3d29-3768-9173ac2bf11a","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"upper_housing","origin":[0,0,2],"uuid":"8e9fdaad-02e9-36ff-258b-2b831ac6e8b0","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["5dc7c614-626d-817e-f525-d078984dbdd1","2410954d-82f2-da6f-1146-36dd764ab8dc","767477da-482d-80e1-12c0-2420eb91ce67","1d4d3056-9ea7-7f05-626a-d13378959499","952935b4-3f4c-bfbc-1f3a-1ee984ac2848","ef5f69ee-4a03-6ccd-ad8e-feed9e5adafe","2f8d9100-ed88-a962-1e9c-ecf2dce1a512","7539026a-4ece-8bfd-7584-869ff59691ff"]},{"name":"upper_tunnel_visor","origin":[0,0,2],"uuid":"f3d0b55f-6e49-88f8-70e1-ccecbedbf30e","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["20011351-391a-f284-2c87-cf563010ad13","631191b5-dc70-8fac-9278-fd6aa766c390","8c3a64a5-3df5-230a-b11f-674c16eafdb5","55bcc464-cd47-b633-24f4-935bbb8f6e67","ba506b90-03f1-cdc8-1d5c-00107c117b7c","1c1ba4d6-987b-fe1b-cb9e-2b71e0235609","4f098e45-f8cf-36b4-6927-1696c1b1e3e9"]},{"name":"upper_lamp","origin":[0,0,2],"uuid":"59c1cd65-0e01-a561-5dbc-fa12f3312ec7","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["4b46d490-3da5-e726-ba2c-c1e033ffe72f","eb0065c2-1be9-1d1d-35c2-ddf40c0e6022","02f05b45-7545-ba4b-e7e1-9c5e45fe6cc0","788ef6ba-6b88-89e0-3693-022758e24cb7","d1556b87-c000-0ade-0a10-4b63d944896e","8f7acb89-1df6-7bcf-f3dd-c5aaa4afff68"]}]},{"name":"lower_signal","origin":[0,-8,2],"rotation":[0,-180,0],"uuid":"6af7495c-d795-a17a-f227-6a8d7833d949","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"lower_housing","origin":[0,-8,2],"uuid":"0b026079-2185-1612-8fdf-d3d0006e401c","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["1b6f4246-b981-eb52-0c5c-00b9857cc396","b9031b84-e4f0-e69f-b054-2e298726c1e1","098629f3-2624-e3fe-8280-c372f6b315d2","0bbe36cb-d65b-e9bb-e625-ee9e5e45fd1b","480f58e5-6f51-99ea-d538-69d35d1d3f03","baf3c96e-716a-3d83-5b17-bbd6b9fc52ea","71f02b7c-1a52-08ee-85c9-8b63018d7ee1","8e2b0913-24e8-10a4-ae3a-1deeaa8890b0"]},{"name":"lower_tunnel_visor","origin":[0,-8,2],"uuid":"90a5c8db-3a86-ed6d-45d7-f4aaf8aa88d5","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["2a5af7ab-da76-45f3-750c-bd02a042f3f5","45a7cd05-7229-582e-8a92-8b6f952d0071","18a963bd-a9f1-fc6a-330e-575d58b85934","9ced4658-c5df-6d5d-bbc5-b4bd6ce99f9c","43ffc9d9-5399-b011-0ff7-00a8412b69d9","ac8c3f66-2069-1a25-10d9-654bcf10093d","84050d54-8646-e37e-d5f9-ff9d67c63d1c"]},{"name":"lower_lamp","origin":[0,-8,2],"uuid":"537c4428-1b95-c342-9a8b-644374aecc1a","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["fdc3f31b-d07f-b9e3-7a90-f86171b6dc56","89001ecb-c0e4-98a0-44a3-6f7199fed26d","09624e0d-965f-235b-d515-7fb30d203b1b","5db8760b-b46d-7dc5-3cdd-a060ae24af97","42a3631c-7e3a-0dd3-1a49-f3ec0a6904fe","cea81af2-64a8-ef4f-8413-88d4a41a1c49"]}]},{"name":"pole_connection_top","origin":[0,-8,2],"uuid":"adebb72b-9453-5098-2ed0-a70c902b29b8","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["2da316e8-9ea9-cc1f-745a-a0ce84f1ec87","b97d5b3f-4167-b26f-5871-0950a41735da"]},{"name":"pole_connection_bottom","origin":[0,-25,2],"uuid":"904ae2df-65bd-3493-7a71-2deb090c0738","export":true,"isOpen":false,"locked":false,"visibility":true,"autouv":0,"children":["a211d868-6ece-ab25-3490-7b5a9067e1ce","14ee2023-4a60-fc2e-5ffe-828232ffa672"]}]},{"name":"pole","origin":[0,0,0],"uuid":"9611d5a1-4c93-5111-4163-0ee38924c823","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":[{"name":"gerade","origin":[0,0,0],"uuid":"fe0fb142-4070-8b3d-a47d-8b88205925a3","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["8dc6b676-24aa-8a4a-a7b6-0d44797eef16","62e8ae3f-0c54-c0b8-957b-9161bcd2b4d6"]},{"name":"ungerade","origin":[0,0,0],"uuid":"427e14e5-8422-64e8-0aae-4a1a410f6b85","export":true,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["5fd6b958-1e36-c5a8-f10b-b34eb0f6ead4","bca7492d-2dff-f225-1608-588643310368"]}]}],"textures":[{"path":"D:\\IMPORTANT_repositories\\LandOfSignals\\src\\main\\resources\\assets\\landofsignals\\models\\block\\landofsignals\\light_flare\\black.png","name":"black.png","folder":"light_flare","namespace":"","id":"0","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"b9e1c7b2-cac6-c732-8b71-83e108672cad","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2PU0tL6z0ABYBw1gGE0DBhGw4BhWIQBAD59F+G7Ks3LAAAAAElFTkSuQmCC"},{"path":"C:\\Users\\danie\\Downloads\\upper_lamp.png","name":"upper_lamp.png","folder":"Downloads","namespace":"","id":"2","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"dffa4306-c1f3-4758-cc20-362f82a130f1","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2MUFxf/z0ABYBw1gGE0DBhGw4BhWIQBAJTdFFFn2WZRAAAAAElFTkSuQmCC"},{"path":"C:\\Users\\danie\\Downloads\\lower_lamp.png","name":"lower_lamp.png","folder":"Downloads","namespace":"","id":"1","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"4d5b1aa2-6239-53f7-f019-cac511c6a77e","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2MUFxf/z0ABYBw1gGE0DBhGw4BhWIQBAJTdFFFn2WZRAAAAAElFTkSuQmCC"},{"path":"D:\\IMPORTANT_repositories\\LandOfSignals\\src\\main\\resources\\assets\\landofsignals\\models\\block\\landofsignals\\light_flare\\gray.png","name":"gray.png","folder":"light_flare","namespace":"","id":"4","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"ae783c3c-b882-cdec-ecbd-e4f64a03634f","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2NctmzZfwYKAOOoAQyjYcAwGgYMwyIMAECLLyHAd11TAAAAAElFTkSuQmCC"},{"path":"D:\\IMPORTANT_repositories\\LandOfSignals\\src\\main\\resources\\assets\\landofsignals\\models\\block\\landofsignals\\light_flare\\pole.png","name":"pole.png","folder":"light_flare","namespace":"","id":"6","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"35a00640-0133-a1a5-3596-ee913f0312f9","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAHklEQVQ4T2PMzkn9z0ABYBw1gGE0DBhGw4BhWIQBAMmEI8EOEOE+AAAAAElFTkSuQmCC"},{"path":"D:\\IMPORTANT_repositories\\LandOfSignals\\src\\main\\resources\\assets\\landofsignals\\models\\block\\landofsignals\\light_flare\\clear.png","name":"clear.png","folder":"light_flare","namespace":"","id":"5","particle":false,"visible":true,"mode":"bitmap","saved":true,"uuid":"9d0e04b5-a2c1-cee9-40d7-1c8bca5c6674","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAH0lEQVQ4T2NkoBAwUqifYdQAhtEwYBgNA1A+Gvi8AAAmmAARf9qcXAAAAABJRU5ErkJggg=="}]} \ No newline at end of file diff --git a/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/lightflare.obj b/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/lightflare.obj index 038fa70b..a6532a62 100644 --- a/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/lightflare.obj +++ b/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/lightflare.obj @@ -4068,12 +4068,96 @@ v 0.12500000000000008 0.375 0.725 v 0.12500000000000006 0.375 0.6625 v 0.12500000000000008 0.125 0.725 v 0.12500000000000006 0.125 0.6625 +vt 0 1 +vt 0 0.75 +vt 0.0625 1 +vt 0 0.75 +vt 0.0625 0.75 +vt 0.0625 1 +vt 0 1 +vt 0 0.75 +vt 0.0625 1 +vt 0 0.75 +vt 0.0625 0.75 +vt 0.0625 1 +vt 0 1 +vt 0 0.9375 +vt 0.25 1 +vt 0 0.9375 +vt 0.25 0.9375 +vt 0.25 1 +vt 0 1 +vt 0 0.9375 +vt 0.25 1 +vt 0 0.9375 +vt 0.25 0.9375 +vt 0.25 1 +vt 0 1 +vt 0 0.75 +vt 0.25 1 +vt 0 0.75 +vt 0.25 0.75 +vt 0.25 1 +vt 0 1 +vt 0 0.75 +vt 0.25 1 +vt 0 0.75 +vt 0.25 0.75 +vt 0.25 1 +vn -1 0 1.2246467991473532e-16 +vn -1 0 1.2246467991473532e-16 +vn -1 0 1.2246467991473532e-16 +vn -1 0 1.2246467991473532e-16 +vn -1 0 1.2246467991473532e-16 +vn -1 0 1.2246467991473532e-16 +vn 1 0 -1.2246467991473532e-16 +vn 1 0 -1.2246467991473532e-16 +vn 1 0 -1.2246467991473532e-16 +vn 1 0 -1.2246467991473532e-16 +vn 1 0 -1.2246467991473532e-16 +vn 1 0 -1.2246467991473532e-16 +vn 0 1 0 +vn 0 1 0 +vn 0 1 0 +vn 0 1 0 +vn 0 1 0 +vn 0 1 0 vn 0 -1 0 vn 0 -1 0 vn 0 -1 0 vn 0 -1 0 vn 0 -1 0 vn 0 -1 0 +vn -1.2246467991473532e-16 0 -1 +vn -1.2246467991473532e-16 0 -1 +vn -1.2246467991473532e-16 0 -1 +vn -1.2246467991473532e-16 0 -1 +vn -1.2246467991473532e-16 0 -1 +vn -1.2246467991473532e-16 0 -1 +vn 1.2246467991473532e-16 0 1 +vn 1.2246467991473532e-16 0 1 +vn 1.2246467991473532e-16 0 1 +vn 1.2246467991473532e-16 0 1 +vn 1.2246467991473532e-16 0 1 +vn 1.2246467991473532e-16 0 1 +usemtl m_5 +f 329/1477/1477 331/1478/1478 330/1479/1479 +f 331/1480/1480 332/1481/1481 330/1482/1482 +usemtl m_5 +f 333/1483/1483 335/1484/1484 334/1485/1485 +f 335/1486/1486 336/1487/1487 334/1488/1488 +usemtl m_5 +f 333/1489/1489 334/1490/1490 330/1491/1491 +f 334/1492/1492 329/1493/1493 330/1494/1494 +usemtl m_5 +f 336/1495/1495 335/1496/1496 331/1497/1497 +f 335/1498/1498 332/1499/1499 331/1500/1500 +usemtl m_5 +f 334/1501/1501 336/1502/1502 329/1503/1503 +f 336/1504/1504 331/1505/1505 329/1506/1506 +usemtl m_5 +f 330/1507/1507 332/1508/1508 333/1509/1509 +f 332/1510/1510 335/1511/1511 333/1512/1512 o rod v 0.046875 1.0625 0.5625 v 0.046875 1.0625 0.125 @@ -4156,23 +4240,23 @@ vn 0 0 -1 vn 0 0 -1 vn 0 0 -1 usemtl m_6 -f 337/1477/1483 339/1478/1484 338/1479/1485 -f 339/1480/1486 340/1481/1487 338/1482/1488 +f 337/1513/1513 339/1514/1514 338/1515/1515 +f 339/1516/1516 340/1517/1517 338/1518/1518 usemtl m_6 -f 341/1483/1489 343/1484/1490 342/1485/1491 -f 343/1486/1492 344/1487/1493 342/1488/1494 +f 341/1519/1519 343/1520/1520 342/1521/1521 +f 343/1522/1522 344/1523/1523 342/1524/1524 usemtl m_6 -f 341/1489/1495 342/1490/1496 338/1491/1497 -f 342/1492/1498 337/1493/1499 338/1494/1500 +f 341/1525/1525 342/1526/1526 338/1527/1527 +f 342/1528/1528 337/1529/1529 338/1530/1530 usemtl m_6 -f 344/1495/1501 343/1496/1502 339/1497/1503 -f 343/1498/1504 340/1499/1505 339/1500/1506 +f 344/1531/1531 343/1532/1532 339/1533/1533 +f 343/1534/1534 340/1535/1535 339/1536/1536 usemtl m_6 -f 342/1501/1507 344/1502/1508 337/1503/1509 -f 344/1504/1510 339/1505/1511 337/1506/1512 +f 342/1537/1537 344/1538/1538 337/1539/1539 +f 344/1540/1540 339/1541/1541 337/1542/1542 usemtl m_6 -f 338/1507/1513 340/1508/1514 341/1509/1515 -f 340/1510/1516 343/1511/1517 341/1512/1518 +f 338/1543/1543 340/1544/1544 341/1545/1545 +f 340/1546/1546 343/1547/1547 341/1548/1548 o connector v 0.09375 1.0625 0.59375 v 0.09375 1.0625 0.40625 @@ -4255,23 +4339,23 @@ vn 0 0 -1 vn 0 0 -1 vn 0 0 -1 usemtl m_6 -f 345/1513/1519 347/1514/1520 346/1515/1521 -f 347/1516/1522 348/1517/1523 346/1518/1524 +f 345/1549/1549 347/1550/1550 346/1551/1551 +f 347/1552/1552 348/1553/1553 346/1554/1554 usemtl m_6 -f 349/1519/1525 351/1520/1526 350/1521/1527 -f 351/1522/1528 352/1523/1529 350/1524/1530 +f 349/1555/1555 351/1556/1556 350/1557/1557 +f 351/1558/1558 352/1559/1559 350/1560/1560 usemtl m_6 -f 349/1525/1531 350/1526/1532 346/1527/1533 -f 350/1528/1534 345/1529/1535 346/1530/1536 +f 349/1561/1561 350/1562/1562 346/1563/1563 +f 350/1564/1564 345/1565/1565 346/1566/1566 usemtl m_6 -f 352/1531/1537 351/1532/1538 347/1533/1539 -f 351/1534/1540 348/1535/1541 347/1536/1542 +f 352/1567/1567 351/1568/1568 347/1569/1569 +f 351/1570/1570 348/1571/1571 347/1572/1572 usemtl m_6 -f 350/1537/1543 352/1538/1544 345/1539/1545 -f 352/1540/1546 347/1541/1547 345/1542/1548 +f 350/1573/1573 352/1574/1574 345/1575/1575 +f 352/1576/1576 347/1577/1577 345/1578/1578 usemtl m_6 -f 346/1543/1549 348/1544/1550 349/1545/1551 -f 348/1546/1552 351/1547/1553 349/1548/1554 +f 346/1579/1579 348/1580/1580 349/1581/1581 +f 348/1582/1582 351/1583/1583 349/1584/1584 o rod v 0.046875 0 0.5625 v 0.046875 0 0.125 @@ -4354,23 +4438,23 @@ vn 0 0 -1 vn 0 0 -1 vn 0 0 -1 usemtl m_6 -f 353/1549/1555 355/1550/1556 354/1551/1557 -f 355/1552/1558 356/1553/1559 354/1554/1560 +f 353/1585/1585 355/1586/1586 354/1587/1587 +f 355/1588/1588 356/1589/1589 354/1590/1590 usemtl m_6 -f 357/1555/1561 359/1556/1562 358/1557/1563 -f 359/1558/1564 360/1559/1565 358/1560/1566 +f 357/1591/1591 359/1592/1592 358/1593/1593 +f 359/1594/1594 360/1595/1595 358/1596/1596 usemtl m_6 -f 357/1561/1567 358/1562/1568 354/1563/1569 -f 358/1564/1570 353/1565/1571 354/1566/1572 +f 357/1597/1597 358/1598/1598 354/1599/1599 +f 358/1600/1600 353/1601/1601 354/1602/1602 usemtl m_6 -f 360/1567/1573 359/1568/1574 355/1569/1575 -f 359/1570/1576 356/1571/1577 355/1572/1578 +f 360/1603/1603 359/1604/1604 355/1605/1605 +f 359/1606/1606 356/1607/1607 355/1608/1608 usemtl m_6 -f 358/1573/1579 360/1574/1580 353/1575/1581 -f 360/1576/1582 355/1577/1583 353/1578/1584 +f 358/1609/1609 360/1610/1610 353/1611/1611 +f 360/1612/1612 355/1613/1613 353/1614/1614 usemtl m_6 -f 354/1579/1585 356/1580/1586 357/1581/1587 -f 356/1582/1588 359/1583/1589 357/1584/1590 +f 354/1615/1615 356/1616/1616 357/1617/1617 +f 356/1618/1618 359/1619/1619 357/1620/1620 o connector v 0.09375 0 0.59375 v 0.09375 0 0.40625 @@ -4453,23 +4537,23 @@ vn 0 0 -1 vn 0 0 -1 vn 0 0 -1 usemtl m_6 -f 361/1585/1591 363/1586/1592 362/1587/1593 -f 363/1588/1594 364/1589/1595 362/1590/1596 +f 361/1621/1621 363/1622/1622 362/1623/1623 +f 363/1624/1624 364/1625/1625 362/1626/1626 usemtl m_6 -f 365/1591/1597 367/1592/1598 366/1593/1599 -f 367/1594/1600 368/1595/1601 366/1596/1602 +f 365/1627/1627 367/1628/1628 366/1629/1629 +f 367/1630/1630 368/1631/1631 366/1632/1632 usemtl m_6 -f 365/1597/1603 366/1598/1604 362/1599/1605 -f 366/1600/1606 361/1601/1607 362/1602/1608 +f 365/1633/1633 366/1634/1634 362/1635/1635 +f 366/1636/1636 361/1637/1637 362/1638/1638 usemtl m_6 -f 368/1603/1609 367/1604/1610 363/1605/1611 -f 367/1606/1612 364/1607/1613 363/1608/1614 +f 368/1639/1639 367/1640/1640 363/1641/1641 +f 367/1642/1642 364/1643/1643 363/1644/1644 usemtl m_6 -f 366/1609/1615 368/1610/1616 361/1611/1617 -f 368/1612/1618 363/1613/1619 361/1614/1620 +f 366/1645/1645 368/1646/1646 361/1647/1647 +f 368/1648/1648 363/1649/1649 361/1650/1650 usemtl m_6 -f 362/1615/1621 364/1616/1622 365/1617/1623 -f 364/1618/1624 367/1619/1625 365/1620/1626 +f 362/1651/1651 364/1652/1652 365/1653/1653 +f 364/1654/1654 367/1655/1655 365/1656/1656 o cube v 0.05171875 1.125 0.125 v 0.05171875 1.125 -0.125 @@ -4552,23 +4636,23 @@ vn 0 0 -1 vn 0 0 -1 vn 0 0 -1 usemtl m_6 -f 369/1621/1627 371/1622/1628 370/1623/1629 -f 371/1624/1630 372/1625/1631 370/1626/1632 +f 369/1657/1657 371/1658/1658 370/1659/1659 +f 371/1660/1660 372/1661/1661 370/1662/1662 usemtl m_6 -f 373/1627/1633 375/1628/1634 374/1629/1635 -f 375/1630/1636 376/1631/1637 374/1632/1638 +f 373/1663/1663 375/1664/1664 374/1665/1665 +f 375/1666/1666 376/1667/1667 374/1668/1668 usemtl m_6 -f 373/1633/1639 374/1634/1640 370/1635/1641 -f 374/1636/1642 369/1637/1643 370/1638/1644 +f 373/1669/1669 374/1670/1670 370/1671/1671 +f 374/1672/1672 369/1673/1673 370/1674/1674 usemtl m_6 -f 376/1639/1645 375/1640/1646 371/1641/1647 -f 375/1642/1648 372/1643/1649 371/1644/1650 +f 376/1675/1675 375/1676/1676 371/1677/1677 +f 375/1678/1678 372/1679/1679 371/1680/1680 usemtl m_6 -f 374/1645/1651 376/1646/1652 369/1647/1653 -f 376/1648/1654 371/1649/1655 369/1650/1656 +f 374/1681/1681 376/1682/1682 369/1683/1683 +f 376/1684/1684 371/1685/1685 369/1686/1686 usemtl m_6 -f 370/1651/1657 372/1652/1658 373/1653/1659 -f 372/1654/1660 375/1655/1661 373/1656/1662 +f 370/1687/1687 372/1688/1688 373/1689/1689 +f 372/1690/1690 375/1691/1691 373/1692/1692 o cube v 0.125 1.125 0.05171875 v 0.125 1.125 -0.05171875 @@ -4651,23 +4735,23 @@ vn 0 0 -1 vn 0 0 -1 vn 0 0 -1 usemtl m_6 -f 377/1657/1663 379/1658/1664 378/1659/1665 -f 379/1660/1666 380/1661/1667 378/1662/1668 +f 377/1693/1693 379/1694/1694 378/1695/1695 +f 379/1696/1696 380/1697/1697 378/1698/1698 usemtl m_6 -f 381/1663/1669 383/1664/1670 382/1665/1671 -f 383/1666/1672 384/1667/1673 382/1668/1674 +f 381/1699/1699 383/1700/1700 382/1701/1701 +f 383/1702/1702 384/1703/1703 382/1704/1704 usemtl m_6 -f 381/1669/1675 382/1670/1676 378/1671/1677 -f 382/1672/1678 377/1673/1679 378/1674/1680 +f 381/1705/1705 382/1706/1706 378/1707/1707 +f 382/1708/1708 377/1709/1709 378/1710/1710 usemtl m_6 -f 384/1675/1681 383/1676/1682 379/1677/1683 -f 383/1678/1684 380/1679/1685 379/1680/1686 +f 384/1711/1711 383/1712/1712 379/1713/1713 +f 383/1714/1714 380/1715/1715 379/1716/1716 usemtl m_6 -f 382/1681/1687 384/1682/1688 377/1683/1689 -f 384/1684/1690 379/1685/1691 377/1686/1692 +f 382/1717/1717 384/1718/1718 377/1719/1719 +f 384/1720/1720 379/1721/1721 377/1722/1722 usemtl m_6 -f 378/1687/1693 380/1688/1694 381/1689/1695 -f 380/1690/1696 383/1691/1697 381/1692/1698 +f 378/1723/1723 380/1724/1724 381/1725/1725 +f 380/1726/1726 383/1727/1727 381/1728/1728 o cube v 0.1249590264878102 1.125 0.051817668808826677 v -0.0518176688088267 1.125 -0.12495902648781018 @@ -4750,23 +4834,23 @@ vn -0.7071067811865476 0 -0.7071067811865475 vn -0.7071067811865476 0 -0.7071067811865475 vn -0.7071067811865476 0 -0.7071067811865475 usemtl m_6 -f 385/1693/1699 387/1694/1700 386/1695/1701 -f 387/1696/1702 388/1697/1703 386/1698/1704 +f 385/1729/1729 387/1730/1730 386/1731/1731 +f 387/1732/1732 388/1733/1733 386/1734/1734 usemtl m_6 -f 389/1699/1705 391/1700/1706 390/1701/1707 -f 391/1702/1708 392/1703/1709 390/1704/1710 +f 389/1735/1735 391/1736/1736 390/1737/1737 +f 391/1738/1738 392/1739/1739 390/1740/1740 usemtl m_6 -f 389/1705/1711 390/1706/1712 386/1707/1713 -f 390/1708/1714 385/1709/1715 386/1710/1716 +f 389/1741/1741 390/1742/1742 386/1743/1743 +f 390/1744/1744 385/1745/1745 386/1746/1746 usemtl m_6 -f 392/1711/1717 391/1712/1718 387/1713/1719 -f 391/1714/1720 388/1715/1721 387/1716/1722 +f 392/1747/1747 391/1748/1748 387/1749/1749 +f 391/1750/1750 388/1751/1751 387/1752/1752 usemtl m_6 -f 390/1717/1723 392/1718/1724 385/1719/1725 -f 392/1720/1726 387/1721/1727 385/1722/1728 +f 390/1753/1753 392/1754/1754 385/1755/1755 +f 392/1756/1756 387/1757/1757 385/1758/1758 usemtl m_6 -f 386/1723/1729 388/1724/1730 389/1725/1731 -f 388/1726/1732 391/1727/1733 389/1728/1734 +f 386/1759/1759 388/1760/1760 389/1761/1761 +f 388/1762/1762 391/1763/1763 389/1764/1764 o cube v 0.12495902648781018 1.125 -0.0518176688088267 v 0.051817668808826677 1.125 -0.1249590264878102 @@ -4849,20 +4933,20 @@ vn -0.7071067811865476 0 -0.7071067811865475 vn -0.7071067811865476 0 -0.7071067811865475 vn -0.7071067811865476 0 -0.7071067811865475 usemtl m_6 -f 393/1729/1735 395/1730/1736 394/1731/1737 -f 395/1732/1738 396/1733/1739 394/1734/1740 +f 393/1765/1765 395/1766/1766 394/1767/1767 +f 395/1768/1768 396/1769/1769 394/1770/1770 usemtl m_6 -f 397/1735/1741 399/1736/1742 398/1737/1743 -f 399/1738/1744 400/1739/1745 398/1740/1746 +f 397/1771/1771 399/1772/1772 398/1773/1773 +f 399/1774/1774 400/1775/1775 398/1776/1776 usemtl m_6 -f 397/1741/1747 398/1742/1748 394/1743/1749 -f 398/1744/1750 393/1745/1751 394/1746/1752 +f 397/1777/1777 398/1778/1778 394/1779/1779 +f 398/1780/1780 393/1781/1781 394/1782/1782 usemtl m_6 -f 400/1747/1753 399/1748/1754 395/1749/1755 -f 399/1750/1756 396/1751/1757 395/1752/1758 +f 400/1783/1783 399/1784/1784 395/1785/1785 +f 399/1786/1786 396/1787/1787 395/1788/1788 usemtl m_6 -f 398/1753/1759 400/1754/1760 393/1755/1761 -f 400/1756/1762 395/1757/1763 393/1758/1764 +f 398/1789/1789 400/1790/1790 393/1791/1791 +f 400/1792/1792 395/1793/1793 393/1794/1794 usemtl m_6 -f 394/1759/1765 396/1760/1766 397/1761/1767 -f 396/1762/1768 399/1763/1769 397/1764/1770 +f 394/1795/1795 396/1796/1796 397/1797/1797 +f 396/1798/1798 399/1799/1799 397/1800/1800 diff --git a/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/red/clear.png b/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/red/clear.png new file mode 100644 index 0000000000000000000000000000000000000000..f02154247c2653f7aa4f2c50135ee47eb28d1f9f GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`LY^*;Ar`&K2@bP0l+XkK&DRvZ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/yellow/clear.png b/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/yellow/clear.png new file mode 100644 index 0000000000000000000000000000000000000000..f02154247c2653f7aa4f2c50135ee47eb28d1f9f GIT binary patch literal 75 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`LY^*;Ar`&K2@-8tDnm{r-UW|F%lJb literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/yellow/pole.png b/src/main/resources/assets/landofsignals/models/block/landofsignals/light_flare/yellow/pole.png new file mode 100644 index 0000000000000000000000000000000000000000..3010f85938075518c63c6fdc060181909026a5d7 GIT binary patch literal 82 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|lAbP(Ar`&KXU=)1DzF+%Tv8Qs ectxAyQbvZK-Hb7L?HwgRMGT&