diff --git a/Spigot-Server-Patches/LootTable-API-Replenishable-Lootables-Feature.patch b/Spigot-Server-Patches/LootTable-API-Replenishable-Lootables-Feature.patch index ccb95f4117..a04f5722f5 100644 --- a/Spigot-Server-Patches/LootTable-API-Replenishable-Lootables-Feature.patch +++ b/Spigot-Server-Patches/LootTable-API-Replenishable-Lootables-Feature.patch @@ -483,6 +483,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + return lootableData; + } + ++ @Override ++ public World getNMSWorld() { ++ return this.world; ++ } ++ + public String getLootTableName() { + final MinecraftKey key = getLootTableKey(); + return key != null ? key.toString() : null;