1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-27 02:39:06 +00:00

Add spectral arrow texture toggle

This commit is contained in:
Camotoy
2021-03-04 15:17:31 -05:00
parent 6b01784487
commit f9748e3bfb
3 changed files with 46 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"format_version": "1.10.0",
"render_controllers": {
"controller.render.arrow": {
"geometry": "geometry.default",
"materials": [ { "*": "Material.default" } ],
"textures": [
"query.is_bribed ? texture.spectral : texture.default"
],
"filter_lighting": true
}
}
}