andrewminer / crafting-guide

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

Show accurate slot layout for each tool #175

Open andrewminer opened 8 years ago

andrewminer commented 8 years ago

PROBLEM:

Currently, every recipe is displayed with the 3x3 crafting grid, even when the tool being used doesn't have a 3x3 grid as an interface. For example, the furnace only has two input slots and a single output slot, and many of the Thermal Expansion machines have a primary and second input slots (for different materials) and also have multiple output slots.

SOLUTION:

Authors of mod-version.cg files should be able to specify the visual layout for tools, including the number of slots and their relative positions. When specifying recipes for these tools, the pattern should be checked against the requirements for the tool to ensure the right number of slots are specified in the pattern.

andrewminer commented 8 years ago

All the crated items in Forestry are currently incorrect because there isn't a place to put the "crate" requirement.

andrewminer commented 8 years ago

Note: Recipes for the Thermionic Fabricator from Forestry will be incorrect because they can't include the missing sand/glass requirement. These recipes should be updated once this issue is complete.