parameterize entity:utils/shake_screen
's yaw/pitch ranges with macros
#38
Labels
chore
stuff like code refactoring
datapack
Issues pertaining to the datapack
enhancement
New feature or request
good first issue
Good for newcomers
currently its values are hard-coded:
5..50
(tenth's of a degree, so0.5..5
degrees)5..20
(tenth's of a degree, so0.5..2
degrees)TODO of this issue is to make this function take in macros (probably like
yaw_min
,yaw_max
).would also need to convert places that call this already to input parameter macros with the currently hard coded values (above)
https://github.com/TheAfroOfDoom/omega-flowey-minecraft-remastered/blob/afb1cc943424e4145c365b8503f9b30655effa6f/datapacks/omega-flowey/data/entity/functions/hostile/omega-flowey/attack/dentata-snakes/bullet/loop/bounce.mcfunction#L33
The text was updated successfully, but these errors were encountered: