Solderer removal.

- Removed Solderer.
- Added cutting tool.
- Renamed "Printed Processors" to "Cut Processors"
- Made autocrafting reuse reusable items like the cutting tool.
This commit is contained in:
raoulvdberge
2018-06-28 14:56:15 +02:00
parent f546177ddc
commit fea620c48d
128 changed files with 759 additions and 2712 deletions

View File

@@ -20,4 +20,5 @@ public final class RSItems {
public static final ItemFluidStorageDisk FLUID_STORAGE_DISK = new ItemFluidStorageDisk();
public static final ItemFluidStoragePart FLUID_STORAGE_PART = new ItemFluidStoragePart();
public static final ItemSecurityCard SECURITY_CARD = new ItemSecurityCard();
public static final ItemCuttingTool CUTTING_TOOL = new ItemCuttingTool();
}