sandstone-mc / sandstone

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

`group` property missing from recipes #138

Closed GrantGryczan closed 1 year ago

GrantGryczan commented 2 years ago

According to Minecraft wiki, all recipe types should have a group property.

image

But in your implementation, it seems none of them do, and it seems some of them are intended not to despite that it should exist on all of them. There should not be a condition for the group property to be missing.