I cannot craft diamond chips, the recipe provided makes diamond nuggets. I require these chipped diamonds to craft tier 3 Open Computers components.
This issue has been raised with the mod developer, and this option was suggested:
In config/opencomputers/user.recipes, on both client and server, add this:
chipDiamond {
shapeless: true
input: [“minecraft:diamond”, “minecraft:sand”]
output: 6
}
This will change the recipe of the diamond chip to one diamond and one sand, still producing the same amount.
Resolved, locked.