231231231234234234 / CustomRecipes

A minecraft mod
Apache License 2.0
7 stars 4 forks source link

Shaped crafting: first entry trumps crafting. #6

Closed dtorgy closed 9 years ago

dtorgy commented 10 years ago

The recipe shows up correctly in NEI. One dirt on right top will make 8 wool. One dirt on top left will make 8 bone. However, if you actually try to craft the 8 wool, it will make 8 bone. shaped (dirt+null+null / null+null+null / null+null+null) > ( bone,8 ) shaped (null+null+dirt / null+null+null / null+null+null) > ( wool,8 )

If you reverse the two entries then both recipes will produce 8 wool. shaped (null+null+dirt / null+null+null / null+null+null) > ( wool,8 ) shaped (dirt+null+null / null+null+null / null+null+null) > ( bone,8 )

2014-01-31_07 42 16 2014-01-31_07 42 12