You've already forked minecraft-assets
Create/Update assets for version 1.21.3
This commit is contained in:
77
assets/minecraft/post_effect/transparency.json
Normal file
77
assets/minecraft/post_effect/transparency.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user