Revert "двери с люками тоже. и некрашенные блоки с полоской"
This reverts commit 12d63e962f
.
@ -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)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 439 B |
After Width: | Height: | Size: 462 B |
After Width: | Height: | Size: 462 B |
After Width: | Height: | Size: 458 B |
After Width: | Height: | Size: 451 B |
After Width: | Height: | Size: 462 B |
After Width: | Height: | Size: 466 B |
After Width: | Height: | Size: 458 B |
After Width: | Height: | Size: 460 B |
After Width: | Height: | Size: 460 B |
After Width: | Height: | Size: 466 B |
After Width: | Height: | Size: 466 B |
After Width: | Height: | Size: 466 B |
After Width: | Height: | Size: 462 B |
After Width: | Height: | Size: 463 B |
After Width: | Height: | Size: 466 B |
After Width: | Height: | Size: 617 B |
After Width: | Height: | Size: 739 B |
After Width: | Height: | Size: 706 B |
After Width: | Height: | Size: 736 B |
After Width: | Height: | Size: 699 B |
After Width: | Height: | Size: 706 B |
After Width: | Height: | Size: 758 B |
After Width: | Height: | Size: 723 B |
After Width: | Height: | Size: 746 B |
After Width: | Height: | Size: 758 B |
After Width: | Height: | Size: 762 B |
After Width: | Height: | Size: 762 B |
After Width: | Height: | Size: 747 B |
After Width: | Height: | Size: 724 B |
After Width: | Height: | Size: 535 B |
After Width: | Height: | Size: 762 B |
After Width: | Height: | Size: 642 B |
After Width: | Height: | Size: 747 B |
After Width: | Height: | Size: 714 B |
After Width: | Height: | Size: 741 B |
After Width: | Height: | Size: 709 B |
After Width: | Height: | Size: 712 B |
After Width: | Height: | Size: 762 B |
After Width: | Height: | Size: 729 B |
After Width: | Height: | Size: 750 B |
After Width: | Height: | Size: 762 B |
After Width: | Height: | Size: 764 B |
After Width: | Height: | Size: 764 B |
After Width: | Height: | Size: 746 B |
After Width: | Height: | Size: 725 B |
After Width: | Height: | Size: 538 B |
After Width: | Height: | Size: 764 B |
Before Width: | Height: | Size: 450 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.7 KiB |