#An Ender Thing
1 messages · Page 1 of 1 (latest)
Pretty cool
I'm assuming this uses some material shenanigans, I should really look into materials more
Bro, can I ask you for help?
I have an entity material that makes it visible only through another entity, but the entity's color is not being applied.
I've been trying to find help to solve this problem for over 6 months but no one wants to help.
"entity_stencil:entity_static": { // used in the entity
"states": [
"DisableDepthWrite",
"DisableColorWrite",
"EnableStencilTest",
"StencilWrite"
],
"frontFace": {
"stencilPassOp": "Replace",
"stencilFunc": "Always"
},
"backFace": {
"stencilPassOp": "Replace",
"stencilFunc": "Always"
},
"stencilRef": 2
},
"mask_filter:entity_static": { // used in the panel
"states": [
"EnableStencilTest"
],
"frontFace": { "stencilFunc": "Equal" },
"backFace": { "stencilFunc": "Equal" },
"stencilRef": 2
},
When I tested this material it was working, but after a while I ended up needing to use it, but Minecraft had already updated a few times and this ended up breaking the material.
@fickle elm I tried to talk to Veka but he didn't pay much attention, I really don't know who I should ask for help as there are few people who have knowledge of the material