Change package name to edgaru089.ink/go/gl01 & Update dependencies
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package blocks
|
||||
|
||||
import "edgaru089.ml/go/gl01/internal/world"
|
||||
import "edgaru089.ink/go/gl01/internal/world"
|
||||
|
||||
const (
|
||||
Nil = iota
|
||||
|
@ -1,9 +1,9 @@
|
||||
package blocks
|
||||
|
||||
import (
|
||||
"edgaru089.ml/go/gl01/internal/asset"
|
||||
"edgaru089.ml/go/gl01/internal/util/itype"
|
||||
"edgaru089.ml/go/gl01/internal/world"
|
||||
"edgaru089.ink/go/gl01/internal/asset"
|
||||
"edgaru089.ink/go/gl01/internal/util/itype"
|
||||
"edgaru089.ink/go/gl01/internal/world"
|
||||
)
|
||||
|
||||
// texname is the full filename of the texture file (with .png)
|
||||
|
@ -1,8 +1,8 @@
|
||||
package blocks
|
||||
|
||||
import (
|
||||
"edgaru089.ml/go/gl01/internal/util/itype"
|
||||
"edgaru089.ml/go/gl01/internal/world"
|
||||
"edgaru089.ink/go/gl01/internal/util/itype"
|
||||
"edgaru089.ink/go/gl01/internal/world"
|
||||
)
|
||||
|
||||
type SlabBehaviour struct{}
|
||||
|
@ -1,8 +1,8 @@
|
||||
package blocks
|
||||
|
||||
import (
|
||||
"edgaru089.ml/go/gl01/internal/util/itype"
|
||||
"edgaru089.ml/go/gl01/internal/world"
|
||||
"edgaru089.ink/go/gl01/internal/util/itype"
|
||||
"edgaru089.ink/go/gl01/internal/world"
|
||||
)
|
||||
|
||||
type WaterBehaviour struct{}
|
||||
|
Reference in New Issue
Block a user