AllTheMods / ATM-2

All the Mods 2
1 stars 2 forks source link

recipe issue with "diamondchip"(from open computers) #41

Closed neo130288 closed 7 years ago

neo130288 commented 7 years ago

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.

neo130288 commented 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 = ; val diamondNugget = ;

recipes.remove(diamondChip);

recipes.addShapeless(diamondChip * 2, [diamondNugget, diamondNugget, diamondNugget]);

Boomflex commented 7 years ago

Old issue.

Fixed in newer builds.