Fixes the auto crafting table, as it broke a bit with the forge update.
This commit is contained in:
parent
f2c753cf1d
commit
ac7a4246f6
3 changed files with 8 additions and 5 deletions
src/main/java/techreborn/packets
|
@ -28,10 +28,7 @@ public class PacketSetRecipe implements INetworkPacket<PacketSetRecipe> {
|
|||
this.recipe = recipe.getRegistryName();
|
||||
}
|
||||
|
||||
if(this.recipe == null){
|
||||
//TODO fix vanilla recipes
|
||||
this.recipe = new ResourceLocation("");
|
||||
}
|
||||
System.out.println(this.recipe);
|
||||
this.custom = custom;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue