#How to make a Recipe give a different object when mirrored
1 messages · Page 1 of 1 (latest)
As always, please show your work so we know what you mean by mirroring (the axis matters)
Minecraft recipe's?
They mirror horizontally
"type": "minecraft:crafting_shaped",
"pattern": [
"/#"
],
"key": {
"/": "minecraft:stick",
"#": "minecraft:brick"
},
"result": {
"id": "minecraft:stone"
}
}```
So to make a stone with this recipe you can use /# or #/
How do I stop that
They don't mirror vertically so you can make recipe's that differentiate from up and down easily
You cannot
Does this actually work? I guess I have had too much trouble with 3 wide recipes not being able to be mirror images to notice it.
huh does it not work, how :P I remember using it sometime in a modpack
maybe you have to add an air item?
Naw that doesn't work eitehr
Directional recipes are pretty much a no-go
Left and right always allow for mirroring in a crafting menu.
You can't "fix" this without still breaking the behaviour of crafters etc.
The minecraft default for these types of blocks is to handle directions when placing them or by interacting with them after placing