Alexander

Results 22 issues of Alexander

https://github.com/df-mc/dragonfly/assets/123891354/896f17c6-9944-48d7-9e1f-5596fc2d5ccf

mcdb iterator wont iterate over non overworld chunks code: ```go package main import ( "fmt" "github.com/df-mc/dragonfly/server/world" "github.com/df-mc/dragonfly/server/world/mcdb" "log" "os" "path/filepath" ) func main() { wd, err := os.Getwd() if err...

https://github.com/user-attachments/assets/048362e5-8d07-4119-835b-19080d3adf56

I think this should be called for all moving entities

This will simplify many things

when trying to build with cgo (I have [fyne](https://github.com/fyne-io/fyne) as dependency) results undefined reference to linked functions it starts to happening when I updated Dragonfly version > github.com/df-mc/dragonfly/server/item.Crossbow.DecodeNBT': C:/Users/parat/go/pkg/mod/github.com/df-mc/[email protected]/server/item/crossbow.go:183: undefined...