generated colored cargo crate minecarts, un-kot omnipresent pattern drive
and copy opacity from source texture in the colorizer
@ -84,6 +84,9 @@ async function size(path) {
|
||||
'-size', `${width}x${height}`,
|
||||
`xc:rgb(${rgb[0]}, ${rgb[1]}, ${rgb[2]})`,
|
||||
'-compose', 'Multiply',
|
||||
'-composite',
|
||||
`${root_main}${texture}.png`,
|
||||
'-compose', 'copy-opacity',
|
||||
'-composite',
|
||||
`${basedir}/${last.replace(/_colorless/, '').replace(/_white/, '')}_${name}.png`])
|
||||
|
||||
@ -130,6 +133,9 @@ async function size(path) {
|
||||
`xc:rgb(${rgb[0]}, ${rgb[1]}, ${rgb[2]})`,
|
||||
'-compose', 'Multiply',
|
||||
'-composite',
|
||||
`${root_main}${textureColor}.png`,
|
||||
'-compose', 'copy-opacity',
|
||||
'-composite',
|
||||
')',
|
||||
|
||||
`${root_main}${textureOverlay}.png`,
|
||||
|
@ -76,7 +76,7 @@ fun addItemModels(provider: MatteryItemModelProvider) {
|
||||
provider.generated(MItems.QUANTUM_BATTERY_CREATIVE)
|
||||
|
||||
provider.generated(MItems.PATTERN_DRIVE_CREATIVE)
|
||||
provider.KOT(MItems.PATTERN_DRIVE_CREATIVE2)
|
||||
provider.generated(MItems.PATTERN_DRIVE_CREATIVE2)
|
||||
|
||||
provider.generated(MItems.MATTER_DUST)
|
||||
|
||||
@ -107,4 +107,8 @@ fun addItemModels(provider: MatteryItemModelProvider) {
|
||||
for (item in MItems.EXOSUIT_INVENTORY_UPGRADES) {
|
||||
provider.generatedStrict(item, "exosuit_inventory_upgrade")
|
||||
}
|
||||
|
||||
for ((color, item) in MItems.CARGO_CRATE_MINECARTS) {
|
||||
provider.generated(item)
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |
After Width: | Height: | Size: 523 B |