Create/Update assets for version 1.21.3

This commit is contained in:
InventiveBot
2024-10-23 18:31:37 +02:00
parent 8123f1988e
commit fca72bb173
20849 changed files with 1466092 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
{"directories":[],"files":["blur.json","creeper.json","entity_outline.json","invert.json","spider.json","transparency.json"]}

View File

@@ -0,0 +1,111 @@
{
"targets": {
"swap": {}
},
"passes": [
{
"program": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main",
"bilinear": true
}
],
"output": "swap",
"uniforms": [
{
"name": "BlurDir",
"values": [ 1.0, 0.0 ]
}
]
},
{
"program": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "swap",
"bilinear": true
}
],
"output": "minecraft:main",
"uniforms": [
{
"name": "BlurDir",
"values": [ 0.0, 1.0 ]
}
]
}, {
"program": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main",
"bilinear": true
}
],
"output": "swap",
"uniforms": [
{
"name": "BlurDir",
"values": [ 1.0, 0.0 ],
"RadiusMultiplier" : 0.5
}
]
},
{
"program": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "swap",
"bilinear": true
}
],
"output": "minecraft:main",
"uniforms": [
{
"name": "BlurDir",
"values": [ 0.0, 1.0 ],
"RadiusMultiplier" : 0.5
}
]
}, {
"program": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main",
"bilinear": true
}
],
"output": "swap",
"uniforms": [
{
"name": "BlurDir",
"values": [ 1.0, 0.0 ],
"RadiusMultiplier" : 0.25
}
]
},
{
"program": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "swap",
"bilinear": true
}
],
"output": "minecraft:main",
"uniforms": [
{
"name": "BlurDir",
"values": [ 0.0, 1.0 ],
"RadiusMultiplier" : 0.25
}
]
}
]
}

View File

@@ -0,0 +1,51 @@
{
"targets": {
"swap": {}
},
"passes": [
{
"program": "minecraft:post/color_convolve",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main"
}
],
"output": "swap",
"uniforms": [
{
"name": "RedMatrix",
"values": [ 0.0, 0.0, 0.0 ]
},
{
"name": "GreenMatrix",
"values": [ 0.3, 0.59, 0.11 ]
},
{
"name": "BlueMatrix",
"values": [ 0.0, 0.0, 0.0 ]
}
]
},
{
"program": "minecraft:post/bits",
"inputs": [
{
"sampler_name": "In",
"target": "swap"
}
],
"output": "minecraft:main",
"uniforms": [
{
"name": "Resolution",
"values": [ 16.0 ]
},
{
"name": "MosaicSize",
"values": [ 4.0 ]
}
]
}
]
}

View File

@@ -0,0 +1,61 @@
{
"targets": {
"swap": {}
},
"passes": [
{
"program": "minecraft:post/entity_outline",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:entity_outline"
}
],
"output": "swap"
},
{
"program": "minecraft:post/entity_outline_box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "swap",
"bilinear": true
}
],
"output": "minecraft:entity_outline",
"uniforms": [
{
"name": "BlurDir",
"values": [ 1.0, 0.0 ]
}
]
},
{
"program": "minecraft:post/entity_outline_box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:entity_outline",
"bilinear": true
}
],
"output": "swap",
"uniforms": [
{
"name": "BlurDir",
"values": [ 0.0, 1.0 ]
}
]
},
{
"program": "minecraft:post/blit",
"inputs": [
{
"sampler_name": "In",
"target": "swap"
}
],
"output": "minecraft:entity_outline"
}
]
}

View File

@@ -0,0 +1,33 @@
{
"targets": {
"swap": {}
},
"passes": [
{
"program": "minecraft:post/invert",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main"
}
],
"output": "swap",
"uniforms": [
{
"name": "InverseAmount",
"values": [ 0.8 ]
}
]
},
{
"program": "minecraft:post/blit",
"inputs": [
{
"sampler_name": "In",
"target": "swap"
}
],
"output": "minecraft:main"
}
]
}

View File

@@ -0,0 +1,274 @@
{
"targets": {
"large_blur": {},
"small_blur": {},
"temp": {},
"swap": {}
},
"passes": [
{
"program": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main",
"bilinear": true
}
],
"output": "temp",
"uniforms": [
{
"name": "BlurDir",
"values": [ 1.0, 0.0 ]
},
{
"name": "Radius",
"values": [ 15.0 ]
}
]
},
{
"program": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "temp",
"bilinear": true
}
],
"output": "large_blur",
"uniforms": [
{
"name": "BlurDir",
"values": [ 0.0, 1.0 ]
},
{
"name": "Radius",
"values": [ 15.0 ]
}
]
},
{
"program": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main",
"bilinear": true
}
],
"output": "temp",
"uniforms": [
{
"name": "BlurDir",
"values": [ 1.0, 0.0 ]
},
{
"name": "Radius",
"values": [ 7.0 ]
}
]
},
{
"program": "minecraft:post/box_blur",
"inputs": [
{
"sampler_name": "In",
"target": "temp",
"bilinear": true
}
],
"output": "small_blur",
"uniforms": [
{
"name": "BlurDir",
"values": [ 0.0, 1.0 ]
},
{
"name": "Radius",
"values": [ 7.0 ]
}
]
},
{
"program": "minecraft:post/spider",
"inputs": [
{
"sampler_name": "In",
"target": "minecraft:main"
},
{
"sampler_name": "Blur",
"target": "large_blur"
}
],
"output": "temp",
"uniforms": [
{
"name": "InScale",
"values": [ 1.25, 2.0 ]
},
{
"name": "InOffset",
"values": [ -0.125, -0.1 ]
},
{
"name": "Scissor",
"values": [ 0.0, 0.0, 1.0, 1.0 ]
},
{
"name": "Vignette",
"values": [ 0.1, 0.1, 0.9, 0.9 ]
}
]
},
{
"program": "minecraft:post/spider",
"inputs": [
{
"sampler_name": "In",
"target": "small_blur"
},
{
"sampler_name": "Blur",
"target": "temp"
}
],
"output": "swap",
"uniforms": [
{
"name": "InScale",
"values": [ 2.35, 4.2 ]
},
{
"name": "InOffset",
"values": [ -1.1, -1.5 ]
},
{
"name": "InRotation",
"values": [ -45.0 ]
},
{
"name": "Scissor",
"values": [ 0.21, 0.0, 0.79, 1.0 ]
},
{
"name": "Vignette",
"values": [ 0.31, 0.1, 0.69, 0.9 ]
}
]
},
{
"program": "minecraft:post/spider",
"inputs": [
{
"sampler_name": "In",
"target": "small_blur"
},
{
"sampler_name": "Blur",
"target": "swap"
}
],
"output": "temp",
"uniforms": [
{
"name": "InScale",
"values": [ 2.35, 4.2 ]
},
{
"name": "InOffset",
"values": [ 0.45, -4.45 ]
},
{
"name": "InRotation",
"values": [ 45.0 ]
},
{
"name": "Scissor",
"values": [ 0.21, 0.0, 0.79, 1.0 ]
},
{
"name": "Vignette",
"values": [ 0.31, 0.1, 0.69, 0.9 ]
}
]
},
{
"program": "minecraft:post/spider",
"inputs": [
{
"sampler_name": "In",
"target": "small_blur"
},
{
"sampler_name": "Blur",
"target": "temp"
}
],
"output": "swap",
"uniforms": [
{
"name": "InScale",
"values": [ 2.35, 2.35 ]
},
{
"name": "InOffset",
"values": [ -0.385, -1.29 ]
},
{
"name": "InRotation",
"values": [ 0.0 ]
},
{
"name": "Vignette",
"values": [ 0.31, 0.1, 0.69, 0.9 ]
}
]
},
{
"program": "minecraft:post/spider",
"inputs": [
{
"sampler_name": "In",
"target": "small_blur"
},
{
"sampler_name": "Blur",
"target": "swap"
}
],
"output": "temp",
"uniforms": [
{
"name": "InScale",
"values": [ 2.35, 2.35 ]
},
{
"name": "InOffset",
"values": [ -0.965, -1.29 ]
},
{
"name": "Vignette",
"values": [ 0.31, 0.1, 0.69, 0.9 ]
}
]
},
{
"program": "minecraft:post/blit",
"inputs": [
{
"sampler_name": "In",
"target": "temp"
}
],
"output": "minecraft:main",
"uniforms": [
{
"name": "ColorModulate",
"values": [ 1.0, 0.8, 0.8, 1.0 ]
}
]
}
]
}

View File

@@ -0,0 +1,77 @@
{
"targets" : {
"final": {}
},
"passes": [
{
"program": "minecraft:post/transparency",
"inputs": [
{
"sampler_name": "Main",
"target": "minecraft:main"
},
{
"sampler_name": "MainDepth",
"target": "minecraft:main",
"use_depth_buffer": true
},
{
"sampler_name": "Translucent",
"target": "minecraft:translucent"
},
{
"sampler_name": "TranslucentDepth",
"target": "minecraft:translucent",
"use_depth_buffer": true
},
{
"sampler_name": "ItemEntity",
"target": "minecraft:item_entity"
},
{
"sampler_name": "ItemEntityDepth",
"target": "minecraft:item_entity",
"use_depth_buffer": true
},
{
"sampler_name": "Particles",
"target": "minecraft:particles"
},
{
"sampler_name": "ParticlesDepth",
"target": "minecraft:particles",
"use_depth_buffer": true
},
{
"sampler_name": "Clouds",
"target": "minecraft:clouds"
},
{
"sampler_name": "CloudsDepth",
"target": "minecraft:clouds",
"use_depth_buffer": true
},
{
"sampler_name": "Weather",
"target": "minecraft:weather"
},
{
"sampler_name": "WeatherDepth",
"target": "minecraft:weather",
"use_depth_buffer": true
}
],
"output": "final"
},
{
"program": "minecraft:post/blit",
"inputs": [
{
"sampler_name": "In",
"target": "final"
}
],
"output": "minecraft:main"
}
]
}