1

Vinilla core shaders help

BOB__JOE__x11g 7/15/23 3:33 pm scheduled
242
7/18/2023 11:17 am
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"
}
]
}
]
}
Posted by
BOB__JOE__x11g
Level 28 : Expert Warrior Mage
17

  Have something to say?

JoinSign in

2

Aspenpaw
07/16/2023 6:16 am
Level 1 : New Crafter
history
There's a blank statement toward the end there... is that intentional?
2
BOB__JOE__x11g
07/18/2023 11:16 am
Level 28 : Expert Warrior Mage
history
oh I see that now thank you so much
1

Welcome