Update to Minecraft 1.17

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2021-06-11 15:00:00 +10:00
parent 2e1a3720cf
commit 153752dfac
44 changed files with 3379 additions and 958 deletions

View File

@@ -60,6 +60,7 @@ public enum LootTables implements Keyed {
WOODLAND_MANSION("chests/woodland_mansion"),
// Entities
ARMOR_STAND("entities/armor_stand"),
AXOLOTL("entities/axolotl"),
BAT("entities/bat"),
BEE("entities/bee"),
BLAZE("entities/blaze"),
@@ -73,13 +74,15 @@ public enum LootTables implements Keyed {
DONKEY("entities/donkey"),
DROWNED("entities/drowned"),
ELDER_GUARDIAN("entities/elder_guardian"),
ENDER_DRAGON("entities/ender_dragon"),
ENDERMAN("entities/enderman"),
ENDERMITE("entities/endermite"),
ENDER_DRAGON("entities/ender_dragon"),
EVOKER("entities/evoker"),
FOX("entities/fox"),
GHAST("entities/ghast"),
GIANT("entities/giant"),
GLOW_SQUID("entities/glow_squid"),
GOAT("entities/goat"),
GUARDIAN("entities/guardian"),
HOGLIN("entities/hoglin"),
HORSE("entities/horse"),