@@ -41,17 +41,3 @@
|
||||
public MinecraftKey getKey() {
|
||||
return this.key;
|
||||
}
|
||||
@@ -127,11 +154,11 @@
|
||||
packetdataserializer.a(shapelessrecipes.result);
|
||||
}
|
||||
|
||||
- public IRecipe a(MinecraftKey minecraftkey, PacketDataSerializer packetdataserializer) {
|
||||
+ public ShapelessRecipes a(MinecraftKey minecraftkey, PacketDataSerializer packetdataserializer) { // CraftBukkit - decompile error
|
||||
return this.b(minecraftkey, packetdataserializer);
|
||||
}
|
||||
|
||||
- public IRecipe a(MinecraftKey minecraftkey, JsonObject jsonobject) {
|
||||
+ public ShapelessRecipes a(MinecraftKey minecraftkey, JsonObject jsonobject) { // CraftBukkit - decompile error
|
||||
return this.b(minecraftkey, jsonobject);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user