bowerbank Posted July 4, 2023 Posted July 4, 2023 In 1.19 I could use player.hurt(DamageSource.FALL, someFloat) to give the player fall damage. but now in 1.20 it says "cannot resolve symbol 'FALL'". Is there still an easy way to deal fall damage, or damage of any specific type? sorry if this is a dumb question i have never had to update to a new version of minecraft before Quote
bowerbank Posted July 4, 2023 Author Posted July 4, 2023 42 minutes ago, MFMods said: try player.damageSources().something. that worked, thank you so much Quote
daniestu Posted August 8, 2023 Posted August 8, 2023 Using player.damageSources().something, how do I specify the amount of damage I want to take? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.