mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
a50683c84e
basically starting over... this is gonna be fun!
26 lines
574 B
JSON
26 lines
574 B
JSON
{
|
|
"targets": [
|
|
"swap"
|
|
],
|
|
"passes": [
|
|
{
|
|
"name": "notch",
|
|
"intarget": "minecraft:main",
|
|
"outtarget": "swap",
|
|
"auxtargets": [
|
|
{
|
|
"name": "DitherSampler",
|
|
"id": "dither",
|
|
"width": 4,
|
|
"height": 4,
|
|
"bilinear": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "blit",
|
|
"intarget": "swap",
|
|
"outtarget": "minecraft:main"
|
|
}
|
|
]
|
|
}
|