current work

This commit is contained in:
Merith 2025-05-06 11:29:20 -07:00
commit 431a417948
11 changed files with 494 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module MC2SE
go 1.20
require (
github.com/Tnze/go-mc v1.19.3 // indirect
github.com/elvis972602/go-litematica-tools v0.0.0-20221205202416-31991f70bf3d // indirect
github.com/go-playground/colors v1.3.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
)