1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-22 16:29:16 +00:00
Files
GeyserOptionalPack/render_controllers/arrow.render_controllers.json
2021-03-04 15:22:38 -05:00

14 lines
324 B
JSON

{
"format_version": "1.10.0",
"render_controllers": {
"controller.render.arrow": {
"geometry": "geometry.default",
"materials": [ { "*": "Material.default" } ],
"textures": [
"q.is_bribed ? texture.spectral : texture.default"
],
"filter_lighting": true
}
}
}