mirror of
https://github.com/SangeloDev/SangeFault.git
synced 2024-11-10 07:32:43 +00:00
18 lines
311 B
JSON
18 lines
311 B
JSON
|
{
|
||
|
"targets": [
|
||
|
"swap"
|
||
|
],
|
||
|
"passes": [
|
||
|
{
|
||
|
"name": "bumpy",
|
||
|
"intarget": "minecraft:main",
|
||
|
"outtarget": "swap"
|
||
|
},
|
||
|
{
|
||
|
"name": "blit",
|
||
|
"intarget": "swap",
|
||
|
"outtarget": "minecraft:main"
|
||
|
}
|
||
|
]
|
||
|
}
|