Create/Update assets for version 24w37a

This commit is contained in:
InventiveBot
2024-09-11 18:30:51 +02:00
parent fcd197ac06
commit a205edf063
20292 changed files with 1435276 additions and 18 deletions

View File

@@ -0,0 +1,17 @@
{
"vertex": "minecraft:core/blit_screen",
"fragment": "minecraft:core/lightmap",
"samplers": [
],
"uniforms": [
{ "name": "AmbientLightFactor", "type": "float", "count": 1, "values": [1.0] },
{ "name": "SkyFactor", "type": "float", "count": 1, "values": [1.0] },
{ "name": "BlockFactor", "type": "float", "count": 1, "values": [1.0] },
{ "name": "UseBrightLightmap", "type": "int", "count": 1, "values": [0] },
{ "name": "SkyLightColor", "type": "float", "count": 3, "values": [1.0] },
{ "name": "NightVisionFactor", "type": "float", "count": 1, "values": [0.0] },
{ "name": "DarknessScale", "type": "float", "count": 1, "values": [0.0] },
{ "name": "DarkenWorldFactor", "type": "float", "count": 1, "values": [0.0] },
{ "name": "BrightnessFactor", "type": "float", "count": 1, "values": [1.0] }
]
}