-
Bug
-
Resolution: Unresolved
-
None
-
1.20.73 Hotfix, 1.21.0.26 Preview, 1.20.81 Hotfix, 1.21.1 Hotfix
-
None
-
Adventure
-
Confirmed
-
Multiple
-
1239418
Summary:
Candles and sea pickles that have been gotten with the "can_place_on" property are bugged. Only the first candle/sea pickle will have this property where they are able to placed on stone and the rest of the candles/sea pickles in the stack turn into normal candles/sea pickles that would not be able to be placed in adventure mode.
Steps to reproduce:
- Give yourself candles using the command /give @p candle 64 0 {"can_place_on":{"blocks":["stone"]}}
- Place down a stone block.
- Change your gamemode to Adventure mode.
- Try placing multiple candles on the block.
Observed results:
The candles can only be placed once.
Expected results:
The candles can be placed multiple times/on multiple blocks.
Original description:
Candles that gotten with the "can_place_on" command, such as:
/give @p candle 64 0 {"can_place_on":{"blocks":["stone"]}} is bugged. Only the first candle will have this property where they are able to placed on stone and the rest of the candles in the stack turn into normal candles that would not be able to be placed in adventure mode. This is unfortunate because it breaks a fundamental feature of a map I am trying to make.