diff --git a/patches/minecraft/net/minecraft/world/storage/loot/LootContext.java.patch b/patches/minecraft/net/minecraft/world/storage/loot/LootContext.java.patch new file mode 100644 index 000000000..448ddce8a --- /dev/null +++ b/patches/minecraft/net/minecraft/world/storage/loot/LootContext.java.patch @@ -0,0 +1,14 @@ +--- ../src-base/minecraft/net/minecraft/world/storage/loot/LootContext.java ++++ ../src-work/minecraft/net/minecraft/world/storage/loot/LootContext.java +@@ -89,6 +89,11 @@ + } + } + ++ public WorldServer getWorld() ++ { ++ return field_186499_b; ++ } ++ + public static class Builder + { + private final WorldServer field_186474_a;