Compare commits

...

2 Commits

129 changed files with 58 additions and 0 deletions

View File

@ -52,6 +52,35 @@ class ColorizedSpritesProvider(event: GatherDataEvent) : SpriteSourceProvider(ev
)
}
addSource(
ColorizedSpriteSource(
modLocation("block/decorative/crates/crate_borderless_colorless"),
modLocation("block/decorative/crates/crate_frame"),
modLocation("block/decorative/crates/crate"), "_", true, false
).trackGeneratedTextures(existingFileHelper)
)
addSource(
ColorizedSpriteSource(
modLocation("block/decorative/crates/crate_borderless_colorless"),
modLocation("block/decorative/crates/crate_borderless_colorless"),
modLocation("block/decorative/crates/crate_borderless"), "_"
).trackGeneratedTextures(existingFileHelper)
)
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"),
@ -87,6 +116,35 @@ 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)
)
addSource(
ColorizedSpriteSource(
modLocation("item/minecart_cargo_crate_colorless"),
modLocation("item/minecart_cargo_crate_nopaint"),
modLocation("item/minecart_cargo_crate"), "_", true, false
).trackGeneratedTextures(existingFileHelper)
)
addSource(
ColorizedSpriteSource(
modLocation("item/tritanium_door_colorless"),
modLocation("item/tritanium_door_overlay"),
modLocation("item/tritanium_door"), "_", true, false
).trackGeneratedTextures(existingFileHelper)
)
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 523 B

Some files were not shown because too many files have changed in this diff Show More