Create/Update assets for version 1.21-rc1

This commit is contained in:
InventiveBot
2024-06-12 18:31:22 +02:00
parent fc7104e157
commit 61bde9126f
20081 changed files with 1416266 additions and 18 deletions

View File

@@ -0,0 +1,23 @@
{
"targets": [
"swap"
],
"passes": [
{
"name": "invert",
"intarget": "minecraft:main",
"outtarget": "swap",
"uniforms": [
{
"name": "InverseAmount",
"values": [ 0.8 ]
}
]
},
{
"name": "blit",
"intarget": "swap",
"outtarget": "minecraft:main"
}
]
}