Results 1 to 4 of 4

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    AMP 4.x custom recipes

    As far as i can tell a diamond only makes nuggets, not the item in the recipe.

    Found a conflict with Agricraft (diamond nuggets from Diamahlia plant)... MC 1.7.10 / OC1.6.0-RC1 / Agricraft 1.5.0. Another option may be an additional crafting recipe e.g. 3 diamond chips from 4 diamond nuggets (1 chip == 1.333 nuggets).

    Update: my issue is with Translocator, not Agricraft. For any other users who find this and need an immediate workaround, you can add the following to the bottom of the config/opencomputers/user.recipes file:
    chipDiamond {
    shapeless: true
    input: ["minecraft:diamond", "minecraft:diamond"]
    output: 12
    }

    This preserves the 6:1 ratio, but unfortunately doubles then number of diamonds. Another option:
    chipDiamond {
    shapeless: true
    input: ["minecraft:diamond", "minecraft:sand"]
    output: 6
    }

    Has anyone made a robot in regular mode? I have tried and they seem not to work. Did one in survival, and a few with getting pieces from creative and putting them in the assembler...
    Last edited by Rainnmannx; 22nd November 2016 at 04:00.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •