Files
Epoch-Runner-Server/overrides/scripts/opencomputers.zs
Jacob Vinding 44b79588a3 Initial
2025-12-26 23:36:50 +01:00

12 lines
469 B
Plaintext

# Raw Circuit
recipes.remove(<opencomputers:material:2>);
# Printed Circuit
recipes.remove(<opencomputers:material:4>);
recipes.addShaped(<opencomputers:material:4>, [[null, null, null],[null, <ore:oc:materialCircuitBoardPrinted>, null], [null, null, null]]);
# Removed Crafting Parts
recipes.remove(<opencomputers:material:7>);
recipes.remove(<opencomputers:material:8>);
recipes.remove(<opencomputers:material:9>);
recipes.remove(<opencomputers:material:6>);