You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
574 B
JSON
27 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"
|
|
}
|
|
]
|
|
}
|