Create/Update assets for version 25w03a

This commit is contained in:
InventiveBot
2025-01-15 18:31:25 +01:00
parent cf75216007
commit cfad7ee62b
21685 changed files with 1495422 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] }
]
}