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 aff01560b..8e582ebec 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 @@ -8,85 +8,56 @@ import ru.dbotthepony.mc.otm.datagen.modLocation class ColorizedSpritesProvider(event: GatherDataEvent) : SpriteSourceProvider(event.generator.packOutput, event.lookupProvider, DataGen.MOD_ID, event.existingFileHelper) { override fun gather() { - with(atlas(BLOCKS_ATLAS)) { - listOf( - "block/android_charger", - "block/android_station_base", - "block/batterybank_frame", - "block/chemical_generator", - "block/cobblestone_generator", - "block/decorative/computer_base", - "block/decorative/computer_screen", - "block/drive_viewer", - "block/electric_furnace", - "block/electric_furnace_offline", - "block/energy_counter", - "block/energy_servo", - "block/essence_storage", - "block/induction_furnace", - "block/induction_furnace_offline", - "block/item_monitor", - "block/matter_bottler", - "block/matter_decomposer", - "block/matter_panel", - "block/matter_reconstructor", - "block/matter_recycler", - "block/matter_replicator_base", - "block/matter_replicator_halted", - "block/matter_replicator", - "block/matter_replicator_offline", - "block/matter_scanner", - "block/mattercapacitorbank_frame", - "block/plate_press", - "block/plate_press2", - "block/powered_smoker_base", - "block/powered_smoker_interior_0", - "block/powered_smoker_interior_1", - "block/powered_smoker_interior_2", - "block/decorative/star_chair", - "block/storage_power_supplier", - "block/water_source" - ).forEach { - addSource( - ColorizedSpriteSource(modLocation(it), modLocation(it).withSuffix("_mask"), modLocation(it)).trackGeneratedTextures(existingFileHelper) - ) - } - - addSource( - ColorizedSpriteSource( - modLocation("block/decorative/tritanium_striped_block_base"), - modLocation("block/decorative/tritanium_striped_block_colorless_stripe"), - modLocation("block/decorative/stripe/tritanium_striped_block"), "_" - ).trackGeneratedTextures(existingFileHelper) - ) - addSource( - ColorizedSpriteSource( - modLocation("block/decorative/tritanium_striped_block_colorless_base"), - modLocation("block/decorative/tritanium_striped_block_colorless_stripe"), - modLocation("block/decorative/stripe/tritanium_striped_block"), "_", true, true - ).trackGeneratedTextures(existingFileHelper) - ) - addSource( - ColorizedSpriteSource( - modLocation("block/decorative/tritanium_door_base_top"), - modLocation("block/decorative/tritanium_door_color_top"), - modLocation("block/decorative/tritanium_door_top"), "_" - ).trackGeneratedTextures(existingFileHelper) - ) - addSource( - ColorizedSpriteSource( - modLocation("block/decorative/tritanium_door_base_bottom"), - modLocation("block/decorative/tritanium_door_color_bottom"), - modLocation("block/decorative/tritanium_door_bottom"), "_" - ).trackGeneratedTextures(existingFileHelper) - ) - addSource( - ColorizedSpriteSource( - modLocation("block/decorative/tritanium_trapdoor_overlay"), - modLocation("block/decorative/tritanium_trapdoor_colorless"), - modLocation("block/decorative/tritanium_trapdoor"), "_" - ).trackGeneratedTextures(existingFileHelper) + listOf( + "block/android_charger", + "block/android_station_base", + "block/batterybank_frame", + "block/chemical_generator", + "block/cobblestone_generator", + "block/decorative/computer_base", + "block/decorative/computer_screen", + "block/drive_viewer", + "block/electric_furnace", + "block/electric_furnace_offline", + "block/energy_counter", + "block/energy_servo", + "block/essence_storage", + "block/induction_furnace", + "block/induction_furnace_offline", + "block/item_monitor", + "block/matter_bottler", + "block/matter_decomposer", + "block/matter_panel", + "block/matter_reconstructor", + "block/matter_recycler", + "block/matter_replicator_base", + "block/matter_replicator_halted", + "block/matter_replicator", + "block/matter_replicator_offline", + "block/matter_scanner", + "block/mattercapacitorbank_frame", + "block/plate_press", + "block/plate_press2", + "block/powered_smoker_base", + "block/powered_smoker_interior_0", + "block/powered_smoker_interior_1", + "block/powered_smoker_interior_2", + "block/decorative/star_chair", + "block/storage_power_supplier", + "block/water_source" + ).forEach { + atlas(BLOCKS_ATLAS).addSource( + ColorizedSpriteSource(modLocation(it), modLocation(it).withSuffix("_mask"), modLocation(it)).trackGeneratedTextures(existingFileHelper) ) } + + atlas(BLOCKS_ATLAS).addSource( + ColorizedSpriteSource( + modLocation("block/decorative/tritanium_striped_block_colorless_base"), + modLocation("block/decorative/tritanium_striped_block_colorless_stripe"), + modLocation("block/decorative/stripe/tritanium_striped_block"), + "_", true, true + ).trackGeneratedTextures(existingFileHelper) + ) } } diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_black.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_black.png new file mode 100644 index 000000000..2c4ba00a9 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_black.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_blue.png new file mode 100644 index 000000000..d3f1c5f12 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_brown.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_brown.png new file mode 100644 index 000000000..1d784b4cc Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_brown.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_cyan.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_cyan.png new file mode 100644 index 000000000..919f61aa5 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_cyan.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_gray.png new file mode 100644 index 000000000..ba402950c Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_green.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_green.png new file mode 100644 index 000000000..6091920fb Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_green.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_light_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_light_blue.png new file mode 100644 index 000000000..375d7d906 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_light_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_light_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_light_gray.png new file mode 100644 index 000000000..ebac5fd82 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_light_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_lime.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_lime.png new file mode 100644 index 000000000..5b89ad7bb Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_lime.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_magenta.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_magenta.png new file mode 100644 index 000000000..cd5eb8678 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_magenta.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_orange.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_orange.png new file mode 100644 index 000000000..dc1a261a8 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_orange.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_pink.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_pink.png new file mode 100644 index 000000000..55c0a1443 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_pink.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_purple.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_purple.png new file mode 100644 index 000000000..6a0c52750 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_purple.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_red.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_red.png new file mode 100644 index 000000000..8a3c1b808 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_red.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_white.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_white.png new file mode 100644 index 000000000..9ef8a473d Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_white.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_yellow.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_yellow.png new file mode 100644 index 000000000..5288d2533 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/stripe/tritanium_striped_block_yellow.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_black.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_black.png new file mode 100644 index 000000000..26697a887 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_black.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_blue.png new file mode 100644 index 000000000..ca144c217 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_brown.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_brown.png new file mode 100644 index 000000000..807bd62f2 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_brown.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_cyan.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_cyan.png new file mode 100644 index 000000000..812300126 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_cyan.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_gray.png new file mode 100644 index 000000000..3e28747c3 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_green.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_green.png new file mode 100644 index 000000000..5253618cc Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_green.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_light_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_light_blue.png new file mode 100644 index 000000000..cfa4429cc Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_light_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_light_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_light_gray.png new file mode 100644 index 000000000..41cf66c17 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_light_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_lime.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_lime.png new file mode 100644 index 000000000..8b6f7ac8a Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_lime.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_magenta.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_magenta.png new file mode 100644 index 000000000..a3fae434a Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_magenta.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_orange.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_orange.png new file mode 100644 index 000000000..de3ffcb5f Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_orange.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_pink.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_pink.png new file mode 100644 index 000000000..9a79c5815 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_pink.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_purple.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_purple.png new file mode 100644 index 000000000..560863d21 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_purple.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_red.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_red.png new file mode 100644 index 000000000..bc12ffca4 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_red.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_white.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_white.png new file mode 100644 index 000000000..11daf014a Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_white.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_yellow.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_yellow.png new file mode 100644 index 000000000..c807322d7 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_bottom_yellow.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_black.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_black.png new file mode 100644 index 000000000..f03400172 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_black.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_blue.png new file mode 100644 index 000000000..527ef6199 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_brown.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_brown.png new file mode 100644 index 000000000..c0b9d6571 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_brown.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_cyan.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_cyan.png new file mode 100644 index 000000000..81059425c Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_cyan.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_gray.png new file mode 100644 index 000000000..b63aee107 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_green.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_green.png new file mode 100644 index 000000000..6e829a6e6 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_green.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_light_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_light_blue.png new file mode 100644 index 000000000..22bafb9fb Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_light_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_light_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_light_gray.png new file mode 100644 index 000000000..36d78bd2c Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_light_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_lime.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_lime.png new file mode 100644 index 000000000..c8ad25378 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_lime.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_magenta.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_magenta.png new file mode 100644 index 000000000..abfe32060 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_magenta.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_orange.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_orange.png new file mode 100644 index 000000000..3928aa829 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_orange.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_pink.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_pink.png new file mode 100644 index 000000000..708b63d0b Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_pink.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_purple.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_purple.png new file mode 100644 index 000000000..70a4c12dd Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_purple.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_red.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_red.png new file mode 100644 index 000000000..faace0cda Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_red.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_white.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_white.png new file mode 100644 index 000000000..1edb102f1 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_white.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_yellow.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_yellow.png new file mode 100644 index 000000000..d8fdfe89b Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_door_top_yellow.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_striped_block_base.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_striped_block_base.png deleted file mode 100644 index 630380fa1..000000000 Binary files a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_striped_block_base.png and /dev/null differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_black.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_black.png new file mode 100644 index 000000000..91c73d764 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_black.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_blue.png new file mode 100644 index 000000000..454a17b12 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_brown.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_brown.png new file mode 100644 index 000000000..a6179300c Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_brown.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_cyan.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_cyan.png new file mode 100644 index 000000000..be88f7713 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_cyan.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_gray.png new file mode 100644 index 000000000..c1c60e4ab Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_green.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_green.png new file mode 100644 index 000000000..b66599f51 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_green.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_light_blue.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_light_blue.png new file mode 100644 index 000000000..2c0a928b8 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_light_blue.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_light_gray.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_light_gray.png new file mode 100644 index 000000000..753753e63 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_light_gray.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_lime.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_lime.png new file mode 100644 index 000000000..d80f527ca Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_lime.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_magenta.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_magenta.png new file mode 100644 index 000000000..bff36969e Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_magenta.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_orange.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_orange.png new file mode 100644 index 000000000..0a4988488 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_orange.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_pink.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_pink.png new file mode 100644 index 000000000..70375edb4 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_pink.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_purple.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_purple.png new file mode 100644 index 000000000..b2488bb9d Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_purple.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_red.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_red.png new file mode 100644 index 000000000..2555592b4 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_red.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_white.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_white.png new file mode 100644 index 000000000..9ee247a3d Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_white.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_yellow.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_yellow.png new file mode 100644 index 000000000..76c4ac644 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/tritanium_trapdoor_yellow.png differ