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:
13
render_controllers/arrow.render_controllers.json
Normal file
13
render_controllers/arrow.render_controllers.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user