12 lines
469 B
Plaintext
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>); |