generated colored cargo crate minecarts, un-kot omnipresent pattern drive
and copy opacity from source texture in the colorizer
@ -85,6 +85,9 @@ async function size(path) {
|
|||||||
`xc:rgb(${rgb[0]}, ${rgb[1]}, ${rgb[2]})`,
|
`xc:rgb(${rgb[0]}, ${rgb[1]}, ${rgb[2]})`,
|
||||||
'-compose', 'Multiply',
|
'-compose', 'Multiply',
|
||||||
'-composite',
|
'-composite',
|
||||||
|
`${root_main}${texture}.png`,
|
||||||
|
'-compose', 'copy-opacity',
|
||||||
|
'-composite',
|
||||||
`${basedir}/${last.replace(/_colorless/, '').replace(/_white/, '')}_${name}.png`])
|
`${basedir}/${last.replace(/_colorless/, '').replace(/_white/, '')}_${name}.png`])
|
||||||
|
|
||||||
magick.stdout.pipe(process.stdout)
|
magick.stdout.pipe(process.stdout)
|
||||||
@ -130,6 +133,9 @@ async function size(path) {
|
|||||||
`xc:rgb(${rgb[0]}, ${rgb[1]}, ${rgb[2]})`,
|
`xc:rgb(${rgb[0]}, ${rgb[1]}, ${rgb[2]})`,
|
||||||
'-compose', 'Multiply',
|
'-compose', 'Multiply',
|
||||||
'-composite',
|
'-composite',
|
||||||
|
`${root_main}${textureColor}.png`,
|
||||||
|
'-compose', 'copy-opacity',
|
||||||
|
'-composite',
|
||||||
')',
|
')',
|
||||||
|
|
||||||
`${root_main}${textureOverlay}.png`,
|
`${root_main}${textureOverlay}.png`,
|
||||||
|
@ -76,7 +76,7 @@ fun addItemModels(provider: MatteryItemModelProvider) {
|
|||||||
provider.generated(MItems.QUANTUM_BATTERY_CREATIVE)
|
provider.generated(MItems.QUANTUM_BATTERY_CREATIVE)
|
||||||
|
|
||||||
provider.generated(MItems.PATTERN_DRIVE_CREATIVE)
|
provider.generated(MItems.PATTERN_DRIVE_CREATIVE)
|
||||||
provider.KOT(MItems.PATTERN_DRIVE_CREATIVE2)
|
provider.generated(MItems.PATTERN_DRIVE_CREATIVE2)
|
||||||
|
|
||||||
provider.generated(MItems.MATTER_DUST)
|
provider.generated(MItems.MATTER_DUST)
|
||||||
|
|
||||||
@ -107,4 +107,8 @@ fun addItemModels(provider: MatteryItemModelProvider) {
|
|||||||
for (item in MItems.EXOSUIT_INVENTORY_UPGRADES) {
|
for (item in MItems.EXOSUIT_INVENTORY_UPGRADES) {
|
||||||
provider.generatedStrict(item, "exosuit_inventory_upgrade")
|
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 |