Started by
DerexXD
on
Topic category: Feature requests and ideas for MCreator
This might be possible, because there's already a keybind for it in normal Minecraft
It would help in the creation of scoped items for those of us who like weaponry mods
Thank you for considering this
Make an overlay for the scope and make a condition. for example
global trigger player right click in air
return- (item in the main hand of event/target entity = gun)
give effect to event/target entity slowness (make it a really high level as slowness reduces FOV which makes it look like we are zooming.)
Now when a gun item is in your hand, and you right click in air, the scope overlay will open with giving you a zoom effect and reducing your speed (you dont want anyone to be jump sprinting in a scope XD)
hope it helps
I will use this. Thanks!
@KRIeator Can i make it so that the effect isnt visible from the inventory and the player dont have the actual potion effect? (i wanna make a dagger that when you have one in your left hand and another in your right hand it gives you bonuses like dodge chances, armor penetration, and an FOV effect
you can just use procedure to modify entity FOV but idk if they're as smooth as slowness easing
How do you modify entity FOV?