1
Vinilla core shaders help
dose anyone see any bugs with the code it is for transparency.json in the "post" for vinilla shadres
{
"targets": [
"water",
"translucent",
"itemEntity",
"particles",
"clouds",
"weather",
"final",
"swapA",
"swapB"
],
"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": "bright_extraction",
"intarget": "final",
"outtarget": "swapA"
},
{
},
{
"name": "apply_bloom",
"intarget": "final",
"outtarget": "minecraft:main",
"auxtargets": [
{
"name": "BloomSampler",
"id": "swapA"
}
]
}
]
}
{
"targets": [
"water",
"translucent",
"itemEntity",
"particles",
"clouds",
"weather",
"final",
"swapA",
"swapB"
],
"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": "bright_extraction",
"intarget": "final",
"outtarget": "swapA"
},
{
},
{
"name": "apply_bloom",
"intarget": "final",
"outtarget": "minecraft:main",
"auxtargets": [
{
"name": "BloomSampler",
"id": "swapA"
}
]
}
]
}
2
There's a blank statement toward the end there... is that intentional?
oh I see that now thank you so much
