-
Bug
-
Resolution: Unresolved
-
None
-
Minecraft 18w22b, 1.20.4, 1.20.5 Pre-Release 1, 1.20.5 Pre-Release 2, 1.20.5 Pre-Release 3, 1.20.5 Pre-Release 4, 1.20.5 Release Candidate 1, 1.20.5 Release Candidate 2, 1.20.5 Release Candidate 3, 1.20.5, 1.20.6 Release Candidate 1, 1.20.6, 24w18a, 24w19b, 1.21
-
Confirmed
-
Commands
-
Normal
-
Platform
The order of the first and second arguments is reversed in the sentence: Expected value for property '%s' on block %s.
The sequence of expected property value is incorrect in the given sentence. The first argument should represent the property, while the second argument should represent the block. However, here it's the opposite.
Steps to Reproduce:
- Execute command
/setblock ~ ~ ~ minecraft:acacia_button[face]
Expected Behavior:
The first argument should represent the property, and the second argument should represent the block.
e. g. Expected value for property 'face' on block minecraft:acacia_button
Actual Behavior:
The first argument represents the block, and the second argument represents the property.
e. g. Expected value for property 'minecraft:acacia_button' on block face
Screenshot or Additional Information: