diff --git a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/textures/ColorizedSpritesProvider.kt b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/textures/ColorizedSpritesProvider.kt index 5d3b5b652..aff01560b 100644 --- a/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/textures/ColorizedSpritesProvider.kt +++ b/src/data/kotlin/ru/dbotthepony/mc/otm/datagen/textures/ColorizedSpritesProvider.kt @@ -52,20 +52,6 @@ class ColorizedSpritesProvider(event: GatherDataEvent) : SpriteSourceProvider(ev ) } - addSource( - ColorizedSpriteSource( - modLocation("block/decorative/tritanium_block"), - modLocation("block/decorative/tritanium_block_colorless"), - modLocation("block/decorative/tritanium_block"), "_" - ).trackGeneratedTextures(existingFileHelper) - ) - addSource( - ColorizedSpriteSource( - modLocation("block/decorative/tritanium_pillar"), - modLocation("block/decorative/tritanium_pillar_colorless"), - modLocation("block/decorative/tritanium_pillar"), "_" - ).trackGeneratedTextures(existingFileHelper) - ) addSource( ColorizedSpriteSource( modLocation("block/decorative/tritanium_striped_block_base"), @@ -101,21 +87,6 @@ class ColorizedSpritesProvider(event: GatherDataEvent) : SpriteSourceProvider(ev modLocation("block/decorative/tritanium_trapdoor"), "_" ).trackGeneratedTextures(existingFileHelper) ) - - addSource( - ColorizedSpriteSource( - modLocation("block/decorative/vent_colorless"), - modLocation("block/decorative/vent_overlay"), - modLocation("block/decorative/vent"), "_", true, false - ).trackGeneratedTextures(existingFileHelper) - ) - addSource( - ColorizedSpriteSource( - modLocation("block/decorative/vent_alternative_colorless"), - modLocation("block/decorative/vent_alternative_overlay"), - modLocation("block/decorative/vent_alternative"), "_", true, false - ).trackGeneratedTextures(existingFileHelper) - ) } } } diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_black.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_black.png new file mode 100644 index 000000000..7cab72904 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_black.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_blue.png new file mode 100644 index 000000000..e0d31aeac Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_brown.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_brown.png new file mode 100644 index 000000000..f57625e5b Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_brown.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_cyan.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_cyan.png new file mode 100644 index 000000000..450bce262 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_cyan.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_gray.png new file mode 100644 index 000000000..0edfeaee3 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_green.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_green.png new file mode 100644 index 000000000..54b768461 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_green.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_light_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_light_blue.png new file mode 100644 index 000000000..30dfc0510 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_light_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_light_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_light_gray.png new file mode 100644 index 000000000..84402f1b1 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_light_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_lime.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_lime.png new file mode 100644 index 000000000..f6ddf7848 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_lime.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_magenta.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_magenta.png new file mode 100644 index 000000000..3b2b306ac Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_magenta.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_orange.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_orange.png new file mode 100644 index 000000000..d9e5e99f0 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_orange.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_pink.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_pink.png new file mode 100644 index 000000000..d096a6d45 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_pink.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_purple.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_purple.png new file mode 100644 index 000000000..7195de5aa Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_purple.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_red.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_red.png new file mode 100644 index 000000000..5ea7763b5 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_red.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_colorless.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_white.png similarity index 100% rename from src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_colorless.png rename to src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_white.png diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_yellow.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_yellow.png new file mode 100644 index 000000000..61a433739 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_block_yellow.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_black.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_black.png new file mode 100644 index 000000000..1bfc8ea10 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_black.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_blue.png new file mode 100644 index 000000000..a2bd0710c Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_brown.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_brown.png new file mode 100644 index 000000000..4aa4e07ba Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_brown.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_cyan.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_cyan.png new file mode 100644 index 000000000..f13cea880 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_cyan.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_gray.png new file mode 100644 index 000000000..f409767e7 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_green.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_green.png new file mode 100644 index 000000000..dbd621860 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_green.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_light_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_light_blue.png new file mode 100644 index 000000000..d8b914224 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_light_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_light_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_light_gray.png new file mode 100644 index 000000000..df0928429 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_light_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_lime.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_lime.png new file mode 100644 index 000000000..62e14afda Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_lime.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_magenta.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_magenta.png new file mode 100644 index 000000000..cc61e32d3 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_magenta.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_orange.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_orange.png new file mode 100644 index 000000000..f7c76547a Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_orange.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_pink.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_pink.png new file mode 100644 index 000000000..615456768 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_pink.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_purple.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_purple.png new file mode 100644 index 000000000..00606ba4e Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_purple.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_red.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_red.png new file mode 100644 index 000000000..3d60fa894 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_red.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_colorless.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_white.png similarity index 100% rename from src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_colorless.png rename to src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_white.png diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_yellow.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_yellow.png new file mode 100644 index 000000000..a99585040 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_pillar_yellow.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_black.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_black.png new file mode 100644 index 000000000..9414c5a5c Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_black.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_blue.png new file mode 100644 index 000000000..f31f8d007 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_brown.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_brown.png new file mode 100644 index 000000000..48bd12cea Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_brown.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_cyan.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_cyan.png new file mode 100644 index 000000000..a0d721bbb Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_cyan.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_gray.png new file mode 100644 index 000000000..a0a058b3c Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_green.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_green.png new file mode 100644 index 000000000..377201b09 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_green.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_light_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_light_blue.png new file mode 100644 index 000000000..3fa16afa7 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_light_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_light_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_light_gray.png new file mode 100644 index 000000000..ce2e87783 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_light_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_lime.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_lime.png new file mode 100644 index 000000000..9d1d1f807 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_lime.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_magenta.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_magenta.png new file mode 100644 index 000000000..3651040a0 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_magenta.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_orange.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_orange.png new file mode 100644 index 000000000..b230bfab4 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_orange.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_pink.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_pink.png new file mode 100644 index 000000000..8e6b630c3 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_pink.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_purple.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_purple.png new file mode 100644 index 000000000..66983b884 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_purple.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_red.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_red.png new file mode 100644 index 000000000..6c1f55cc7 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_red.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_colorless.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_white.png similarity index 100% rename from src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_colorless.png rename to src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_white.png diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_yellow.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_yellow.png new file mode 100644 index 000000000..e58ac59d0 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_alternative_yellow.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_black.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_black.png new file mode 100644 index 000000000..b7eaa7839 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_black.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_blue.png new file mode 100644 index 000000000..1f37f20b3 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_brown.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_brown.png new file mode 100644 index 000000000..b39d35cec Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_brown.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_cyan.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_cyan.png new file mode 100644 index 000000000..a27a9d583 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_cyan.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_gray.png new file mode 100644 index 000000000..92a4adc74 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_green.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_green.png new file mode 100644 index 000000000..2af91963d Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_green.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_light_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_light_blue.png new file mode 100644 index 000000000..fddaaf3d4 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_light_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_light_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_light_gray.png new file mode 100644 index 000000000..753976f57 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_light_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_lime.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_lime.png new file mode 100644 index 000000000..070b9fea5 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_lime.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_magenta.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_magenta.png new file mode 100644 index 000000000..200954e48 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_magenta.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_orange.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_orange.png new file mode 100644 index 000000000..a76a40884 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_orange.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_pink.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_pink.png new file mode 100644 index 000000000..696132048 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_pink.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_purple.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_purple.png new file mode 100644 index 000000000..0732760a2 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_purple.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_red.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_red.png new file mode 100644 index 000000000..35bc71292 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_red.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_colorless.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_white.png similarity index 100% rename from src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_colorless.png rename to src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_white.png diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_yellow.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_yellow.png new file mode 100644 index 000000000..8a210033d Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/vent_yellow.png differ