mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-19 14:59:14 +00:00
25 lines
566 B
Plaintext
25 lines
566 B
Plaintext
{
|
|
"materials": {
|
|
"version": "1.0.0",
|
|
"entity_multitexture_multiplicative_custom_overlay:entity": {
|
|
"+states": [ "DisableCulling" ],
|
|
"+samplerStates": [
|
|
{
|
|
"samplerIndex": 0,
|
|
"textureWrap": "Clamp"
|
|
},
|
|
{
|
|
"samplerIndex": 1,
|
|
"textureWrap": "Clamp"
|
|
}
|
|
],
|
|
"+defines": [
|
|
"ALPHA_TEST",
|
|
"USE_OVERLAY",
|
|
"MULTIPLICATIVE_TINT"
|
|
]
|
|
},
|
|
"custom_iron_golem:entity_multitexture_multiplicative_custom_overlay": {}
|
|
}
|
|
}
|