mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
9da047989c
By: md_5 <git@md-5.net>
9 lines
351 B
Diff
9 lines
351 B
Diff
--- a/net/minecraft/world/level/GeneratorAccess.java
|
|
+++ b/net/minecraft/world/level/GeneratorAccess.java
|
|
@@ -57,4 +57,6 @@
|
|
default void triggerEffect(int i, BlockPosition blockposition, int j) {
|
|
this.a((EntityHuman) null, i, blockposition, j);
|
|
}
|
|
+
|
|
+ net.minecraft.server.level.WorldServer getMinecraftWorld(); // CraftBukkit
|
|
}
|