Description
Skript/Server Version
[23:21:27] [Server thread/INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[23:21:27] [Server thread/INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[23:21:27] [Server thread/INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[23:21:27] [Server thread/INFO]: [Skript] Server Version: 4195-a-Spigot-f6a4805-cebb58e (MC: 1.20.6)
[23:21:27] [Server thread/INFO]: [Skript] Skript Version: 2.8.7 (skriptlang-github)
[23:21:27] [Server thread/INFO]: [Skript] Installed Skript Addons: None
[23:21:27] [Server thread/INFO]: [Skript] Installed dependencies: None
Bug Description
When getting ExprRawName for sandstone wall, the correct ID is not returned. The value retrieved is "minecraft:sandstone wall"
Expected Behavior
The value retrieved will be "minecraft:sandstone_wall"Steps to Reproduce
command /getTool:
trigger:
send "[%raw name of player's tool%]" to player
Execute "/getTool" while holding the sandstone wall in your main hand.
Errors or Screenshots
No response
Other
No response