You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
69
assets/minecraft/shaders/post/transparency.json
Normal file
69
assets/minecraft/shaders/post/transparency.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"targets": [
|
||||
"water",
|
||||
"translucent",
|
||||
"itemEntity",
|
||||
"particles",
|
||||
"clouds",
|
||||
"weather",
|
||||
"final"
|
||||
],
|
||||
"passes": [
|
||||
{
|
||||
"name": "transparency",
|
||||
"intarget": "minecraft:main",
|
||||
"outtarget": "final",
|
||||
"auxtargets": [
|
||||
{
|
||||
"name": "DiffuseDepthSampler",
|
||||
"id": "minecraft:main:depth"
|
||||
},
|
||||
{
|
||||
"name": "TranslucentSampler",
|
||||
"id": "translucent"
|
||||
},
|
||||
{
|
||||
"name": "TranslucentDepthSampler",
|
||||
"id": "translucent:depth"
|
||||
},
|
||||
{
|
||||
"name": "ItemEntitySampler",
|
||||
"id": "itemEntity"
|
||||
},
|
||||
{
|
||||
"name": "ItemEntityDepthSampler",
|
||||
"id": "itemEntity:depth"
|
||||
},
|
||||
{
|
||||
"name": "ParticlesSampler",
|
||||
"id": "particles"
|
||||
},
|
||||
{
|
||||
"name": "ParticlesDepthSampler",
|
||||
"id": "particles:depth"
|
||||
},
|
||||
{
|
||||
"name": "CloudsSampler",
|
||||
"id": "clouds"
|
||||
},
|
||||
{
|
||||
"name": "CloudsDepthSampler",
|
||||
"id": "clouds:depth"
|
||||
},
|
||||
{
|
||||
"name": "WeatherSampler",
|
||||
"id": "weather"
|
||||
},
|
||||
{
|
||||
"name": "WeatherDepthSampler",
|
||||
"id": "weather:depth"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "blit",
|
||||
"intarget": "final",
|
||||
"outtarget": "minecraft:main"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user