-
Bug
-
Resolution: Duplicate
-
None
-
1.19.41
-
None
-
Unconfirmed
-
Windows
When making a custom block that queries block_face, an item that uses the component minecraft:block_placer and places that custom block, block_face is not queried and does not function.
Steps to Reproduce:
1. Download the example addon below
2. Install it how you would install all other addons (click on it for windows 10)
3. Create a new world
4. Activate resource and behavior packs
5. Turn on cheats and commands blocks
6. Load world
7. Save and quit world
8. Edit world
9. Turn on "Holiday Creator Features"
10. Load the copy
11. Use /give @s sci:blocktest and sci:itemtest
12. Place the block on top of a surface and underneath. Observe it's rotation.
13. Place the block using the item on top of a surface and underneath. Observe it not rotating.
Observed Results:
Placing the block using block_placer in an item doesn't query block_face.
Expected Results:
Placing the block using block_placer in an item should query block_face.
- duplicates
-
MCPE-115559 Items will not place blocks that use their rotation.
- Reopened