Skip to content

Commit

Permalink
Orb of Ankou 1.20 (#882)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
BPR02 authored Sep 22, 2023
1 parent b1248f4 commit 62303d7
Show file tree
Hide file tree
Showing 136 changed files with 707 additions and 4,533 deletions.
2 changes: 1 addition & 1 deletion gm4_orb_of_ankou/beet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data_pack:
load: .

pipeline:
- gm4_orb_of_ankou.generate_corripio
- gm4_orb_of_ankou.generate_pneumas
- gm4.plugins.extend.module
- gm4.plugins.include.lib_custom_crafters

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 62303d7

Please sign in to comment.