sandstone-mc / sandstone

Sandstone | Next Generation Framework for Minecraft
https://sandstone.dev/
MIT License
174 stars 15 forks source link

Missing namespaces in various loot table properties #128

Closed GrantGryczan closed 2 years ago

GrantGryczan commented 2 years ago

A loot table's type doesn't need to be namespaced, but to be consistent with all other auto-complete options in Sandstone defaulting to being namespaced, it should be. Each of these auto-complete options should be prefixed with minecraft:.

image

Additionally, when I try to add a namespace, it does not accept it.

image