You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create Nibbles and use them in arrays/slices in golang, originally created for HoneyGO. Note this doesn't actually create the datatype but it allows space savings in arrays/slices i.e. lighting data and chunk data in minecraft. just uses bitshifts and also an attempt to see how go mods work