Closed neo130288 closed 7 years ago
ok so after having a bit of sleep i found a work around that keep the orignal "price" for the chips of 1 diamond into 6 diamond chips
the following to be placed in here All the Mods 2\scripts\edited_recipes.zs
// Make Diamond Chips craftable using diamond nuggets instead of full diamonds, conflicting recipe fix.
val diamondChip =
recipes.remove(diamondChip);
recipes.addShapeless(diamondChip * 2, [diamondNugget, diamondNugget, diamondNugget]);
Old issue.
Fixed in newer builds.
you are unable to craft this item meaning most of the "good" stuff in open computer's is unusable
i try my self to edit my server config for open computers recipes but it seams to be overwriting the file on load and shutdown of a server and it just reverts back to default.