-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Orb of Ankou 1.20 #882
Orb of Ankou 1.20 #882
Conversation
new: - support looting levels up to 10 (configurable in script) these changes were made, but never pushed: - reduce magma cube drops - reduce dolphin drops - increase axolotl drops
- camel: retreating, dashing(new) - dashing (sneak charge) allows the player to dash up to about 12 blocks forward (depending how long they sneak) and a bit more than 1 block up - sniffer: retreating, sniffing(new) - sniffing (sneak hold) allows the player to sniff up torchflower seeds and pitcher pods. Once one is dug up there's an 8 minute cooldown. Sneak must be held for at least 5 seconds before an item can be dug up. - fixed a bug with sneak charge pneumas activating when sneak number is too low
Script now generates the predicates to check if a player has a pneuma equipped
Use 1.19.4+ damage type tags
@@ -0,0 +1,182 @@ | |||
-Run beet to update columns 4-9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had no idea you could add comments to csvs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a normal cell actually, I just skip the first few lines when parsing it then print that out when rewriting it
That's a nice use of a csv! I'll test this in-game this weekend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this in game and everything works as expected
didn't take a full look at the python file, but from the output that seems to work as well
* Use Script to generate loot tables new: - support looting levels up to 10 (configurable in script) these changes were made, but never pushed: - reduce magma cube drops - reduce dolphin drops - increase axolotl drops * Camel and Sniffer Pneumas - camel: retreating, dashing(new) - dashing (sneak charge) allows the player to dash up to about 12 blocks forward (depending how long they sneak) and a bit more than 1 block up - sniffer: retreating, sniffing(new) - sniffing (sneak hold) allows the player to sniff up torchflower seeds and pitcher pods. Once one is dug up there's an 8 minute cooldown. Sneak must be held for at least 5 seconds before an item can be dug up. - fixed a bug with sneak charge pneumas activating when sneak number is too low * Use script to generate pneuma predicates Script now generates the predicates to check if a player has a pneuma equipped * Update damage types Use 1.19.4+ damage type tags
Feature Complete for 1.20:
Changes:
Technical:
Bug Fixes: