Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MLG bucket event #75

Merged
merged 4 commits into from
Jan 14, 2023

Conversation

bl4ckscor3
Copy link
Contributor

@bl4ckscor3 bl4ckscor3 commented Jan 12, 2023

This event automatically places water below each player's feet if there is space. It's very useful for falling from great distances, and very annoying when jumping or just dropping down one block.
The event is being ticked on both sides, so that the MLG water bucket is consistently achieved (client), and other players can see the placed water (server). If the event would only tick on the server, there may not be enough time for the water to appear client side, thus failing the MLG water bucket.
Water placed by this event is automatically removed each second, and once the event ends.

EDIT: Just had the idea to also add an MLG lava bucket event (would place lava instead of water). Unsure about it, since it could be too similar to the already existing place lava event. Sounds fun nonetheless? It may need quicker removing of the lava to make it harder to die from that.

bl4ckscor3 and others added 4 commits January 12, 2023 13:50
# Conflicts:
#	src/main/java/me/juancarloscp52/entropy/events/EventRegistry.java
#	src/main/resources/assets/entropy/lang/de_at.json
#	src/main/resources/assets/entropy/lang/de_ch.json
#	src/main/resources/assets/entropy/lang/de_de.json
#	src/main/resources/assets/entropy/lang/en_gb.json
#	src/main/resources/assets/entropy/lang/en_us.json
#	src/main/resources/assets/entropy/lang/es_ar.json
#	src/main/resources/assets/entropy/lang/es_cl.json
#	src/main/resources/assets/entropy/lang/es_ec.json
#	src/main/resources/assets/entropy/lang/es_es.json
#	src/main/resources/assets/entropy/lang/es_mx.json
#	src/main/resources/assets/entropy/lang/es_uy.json
#	src/main/resources/assets/entropy/lang/es_ve.json
@juancarloscp52 juancarloscp52 merged commit 9383f4f into juancarloscp52:1.19.3 Jan 14, 2023
@bl4ckscor3 bl4ckscor3 deleted the mlg-bucket-event branch January 14, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants