sandstone-mc / sandstone

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

Fixed the name of scoreboard criterias. #183

Closed Mizab1 closed 1 year ago

Mizab1 commented 1 year ago

Replaced minecraft: to minecraft.

Incorrect Initialization: Objective.create("cast", "minecraft.used:minecraft:carrot_on_a_stick") Correct Initialization: Objective.create("cast", "minecraft.used:minecraft.carrot_on_a_stick")

MulverineX commented 1 year ago

Thanks for your PR! Generated files currently are out of date & kinda jank, I'll make sure to sort them all out in the new update, I will be setting up an Action to update them every snapshot. I'll merge this for now to get the fix out to y'all though.

Mizab1 commented 1 year ago

Welcome! There another PR pending which fixed the bossbar command. Hope you'll have a good day ✨ https://github.com/sandstone-mc/sandstone/pull/179