@@ -15,7 +15,7 @@
|
||||
- if (!this.a.contains(minecraftkey) && !irecipe.isComplex()) {
|
||||
+ if (!this.a.contains(minecraftkey) && !irecipe.isComplex() && CraftEventFactory.handlePlayerRecipeListUpdateEvent(entityplayer, minecraftkey)) { // CraftBukkit
|
||||
this.a(minecraftkey);
|
||||
this.c(minecraftkey);
|
||||
this.d(minecraftkey);
|
||||
list.add(minecraftkey);
|
||||
@@ -62,6 +63,7 @@
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user