Removed bintray and removed transparency.json
This commit is contained in:
parent
05f43fe6d6
commit
8c08f74d4f
2 changed files with 4 additions and 68 deletions
|
@ -40,10 +40,10 @@ repositories {
|
|||
}
|
||||
}
|
||||
|
||||
maven {
|
||||
name = "Ladysnake Libs"
|
||||
url = "https://dl.bintray.com/ladysnake/libs"
|
||||
}
|
||||
// maven {
|
||||
// name = "Ladysnake Libs"
|
||||
// url = "https://dl.bintray.com/ladysnake/libs"
|
||||
// }
|
||||
|
||||
maven {
|
||||
name = 'Ladysnake Mods'
|
||||
|
|
|
@ -1,64 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue