Add ic-merge command

Still needs some work, like saving to a new file, but works well so far.
This commit is contained in:
Dan Jones 2025-05-02 11:33:23 -05:00
commit 8a3da4c5fe
8 changed files with 499 additions and 0 deletions

5
infinitecraft/errors.go Normal file
View file

@ -0,0 +1,5 @@
package infinitecraft
import "errors"
var ErrNotParsed = errors.New("not yet parsed")