LRRCommunity / BetterThanWeagles

LoadingReadyRun joke mod for Minecraft
Apache License 2.0
1 stars 3 forks source link

Integrate More Mob Heads and Even More Mob Heads #2

Closed andreasots closed 7 years ago

andreasots commented 7 years ago

More Mob Heads is implemented as a set of loot tables to inject to the default loot tables. The only difference between More Mob Heads and the injected loot tables is that the shulkers don't drop additional shells. The Ender Dragon still drops elytras and dragon eggs.

Even More Mob Heads is implemented as a LivingDropsEvent listener and the mob heads are hardcoded.

When rebasing I noticed that javafx.util.Pair seems to be missing on OpenJDK. I replaced it with org.apache.commons.lang3.tuple.Pair.

andreasots commented 7 years ago

Fixed the typos.