Added weapon factory block, refactored recipes

This commit is contained in:
Anuken
2018-01-05 23:38:59 -05:00
parent cccf4a7e38
commit a4cc149aab
27 changed files with 360 additions and 211 deletions

View File

@@ -116,6 +116,6 @@ public class Packets {
}
public static class UpgradePacket{
public int id; //weapon ID only, currently
public byte id; //weapon ID only, currently
}
}