- Opening a gui with crop generators inside would throw an exception because you can't create an ItemStack from a material that is not an item.
- Blocks with extra data (age, direction, openable, etc..) did not have a default value set. So if two stages shared the same block i.e. oak_door, but one stage had the door set as open. Then when switching to the other stage the door would still result as open instead of returning to it's default closed state.
- Added support for cave_vines_plant and cave_vines blocks
- Added crops/glow_berries.yml generator for servers using 1.17+
- Turned version into int constants instead of enum for easier comparison