andrewminer / crafting-guide

The ultimate step-by-step guide to make anything in Minecraft
http://crafting-guide.com
66 stars 192 forks source link

Decocraft +2 #206

Open andrewminer opened 8 years ago

andrewminer commented 8 years ago

Official Minecraft Forum

invalidCards commented 8 years ago

I'd pick this up, but the issue with Decocraft is that it uses a different workbench to make items, requiring certain amounts of clay to make. There are things that cost 72 clay to make divided over three colours, so unless the input can support amounts there's going to be a problem.

andrewminer commented 8 years ago

Inputs do support amounts, though the documentation hasn't been updated to reflect it. When specifying the list of items with the input command, just add the amount before the name of the item. Here's an example from the Mekanism mod version file:

    item: Basic Control Circuit
        recipe:
            input: 10 Osmium Ingot, Compressed Redstone
            pattern: ... 1.0 ...
            quantity: 10
            tools: Metallurgic Infuser
invalidCards commented 8 years ago

Oh, awesome. I'll get to work on Decocraft then :smile: