@@ -85,17 +85,3 @@
|
||||
public MinecraftKey getKey() {
|
||||
return this.key;
|
||||
}
|
||||
@@ -302,11 +373,11 @@
|
||||
packetdataserializer.a(shapedrecipes.result);
|
||||
}
|
||||
|
||||
- public IRecipe a(MinecraftKey minecraftkey, PacketDataSerializer packetdataserializer) {
|
||||
+ public ShapedRecipes a(MinecraftKey minecraftkey, PacketDataSerializer packetdataserializer) { // CraftBukkit - decompile error
|
||||
return this.b(minecraftkey, packetdataserializer);
|
||||
}
|
||||
|
||||
- public IRecipe a(MinecraftKey minecraftkey, JsonObject jsonobject) {
|
||||
+ public ShapedRecipes a(MinecraftKey minecraftkey, JsonObject jsonobject) { // CraftBukkit - decompile error
|
||||
return this.b(minecraftkey, jsonobject);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user