Started by
Piggy3590
on
Topic category: Help with modding (Java Edition)
I'd like to make a flashlight.
What should I do if I want to make the overlay or texture disappear?
2020.2 version
used a translator
Topic category: Help with modding (Java Edition)
I'd like to make a flashlight.
What should I do if I want to make the overlay or texture disappear?
2020.2 version
used a translator
Update MCreator first
I updated.
What should I do now?
Use player variable to store if flashbang should be shown or not, and use this variable (type logic) for condition to show overlay or not.
Then set value of variable anywhere from procedures to toggle visibility of the overlay.