Add deleteDebugStick parameter to fix broken item translation in dragonfly

This commit is contained in:
AkmalFairuz
2025-06-20 19:43:29 +07:00
parent 752b98fb5c
commit 3d2c85b07b
18 changed files with 93 additions and 67 deletions

View File

@@ -57,6 +57,7 @@ type DefaultItemTranslator struct {
ridToCustomItem map[int32]world.CustomItem
originalToCustom map[int32]int32
customToOriginal map[int32]int32
hasDebugStick bool
}
func NewItemTranslator(mapping mapping.Item, latestMapping mapping.Item, blockMapping mapping.Block, blockMappingLatest mapping.Block) *DefaultItemTranslator {