Marwinkas / Mystical-Nature

Mystical Crops is a mod allow growing your resources with crops. Use crops to grow essences used to make materials!
5 stars 2 forks source link

Fix lime and light gray crafting recipes #34

Closed felixsch closed 10 months ago

felixsch commented 10 months ago

Description

The current recipes do not take into account that shaped crafting is taking mirrored shapes into account. This leads to defaulting to the first matched recipe.

There are two possible strategies to solve this here. Either implement a MirrorlessShapedRecipe or change the current existing recipes.

This pull request changes both lime dye and light gray dye recipes:

image image

Both changes fit also in the patterns for green and gray/black dye.

image image