sandstone-mc / sandstone

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

`loot` command doesn't accept loot tables #130

Closed GrantGryczan closed 2 years ago

GrantGryczan commented 2 years ago

image

TheMrZZ commented 2 years ago

Why don't you use the builtin method myLootTable.give('@a')?

I will still fix it, but using the builtin method is better here.

GrantGryczan commented 2 years ago

Closer to vanilla syntax => more familiar to people outside the project who are already experienced with Minecraft commands.

But also I didn't know about that, and I might use it because it's pretty damn readable.