Unable to craft substitution block (minor)
Strohtaler opened this issue ยท 0 comments
The substitution block (tan block) cannot be crafted.
Probably because its recipe is just a mirrored version of the solid substitution block, and minecraft also accepts side-ways flipped shaped recipes.
(Minor problem, I know, but so is its resolution, IMO)
Structurize version
Version: 0.10.319-ALPHA (and some previous versions)
Expected behavior
32 substitution blocks (tan - structurize:blocksubstitution
) should be created using the recipe as specified in recipes/light_substitution.json
.
Actual behaviour
solid substitution blocks (brown - structurize:blocksolidsubstitution
) are created.
Steps to reproduce the problem
- craft a substitution block as specified in the recipe:
"SW "
"WIW"
" WS"
(W: logs, I: iron_ingot, S: stick)
Possible Solution
Change the involved recipes. I, locally/testing, changed the light-substitution recipe by removing the iron ingot ('air' as empty for the light block). Another suggestion: use gold ingot for the solid block instead of the iron one and leave actual recipe (with iron) for light block (to preserve crafting difficulty).
The minecraft wiki also mentions fixed recipes which cannot be mirrored, but I could not find any reference to these in Forge. (I didn't really search very extensively)