mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-19 14:23:48 -07:00
@@ -73,7 +73,7 @@
|
||||
}
|
||||
|
||||
@@ -264,6 +304,18 @@
|
||||
this.world.methodProfiler.e();
|
||||
this.world.methodProfiler.exit();
|
||||
}
|
||||
|
||||
+ // CraftBukkit start
|
||||
@@ -89,7 +89,7 @@
|
||||
+ // CraftBukkit end
|
||||
+
|
||||
protected void b(BlockPosition blockposition) {
|
||||
int i = EnchantmentManager.a(Enchantments.j, this);
|
||||
int i = EnchantmentManager.a(Enchantments.FROST_WALKER, this);
|
||||
|
||||
@@ -283,19 +335,19 @@
|
||||
|
||||
|
Reference in New Issue
Block a user