1.20: Fix a bunch of compile issues (#9273)
This commit is contained in:
parent
ffc53909f5
commit
0ec23e4426
10 changed files with 578 additions and 645 deletions
|
@ -81,7 +81,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+
|
||||
+ @Override
|
||||
+ public Level getNMSWorld() {
|
||||
+ return entity.getLevel();
|
||||
+ return entity.level();
|
||||
+ }
|
||||
+}
|
||||
diff --git a/src/main/java/com/destroystokyo/paper/loottable/PaperLootableBlockInventory.java b/src/main/java/com/destroystokyo/paper/loottable/PaperLootableBlockInventory.java
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue