A not so active Minecraft (Bedrock Edition) server software written in Go
Stars
80
Forks
12
Watchers
80
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
working skins, entity data (still todo for viewers), better chunk sending, working animations...
10f050fView on GitHubA new attempt at GoMine... Removed useless multi-protocol support, have to work on start game packet and other stuff to get player to join the world... currently the player crashes in the 'loading resources' screen
fc7887fView on GitHubRefactored ConsoleReader -> text/CommandReader, made it a lot more useful for other uses too.
5844cf4View on GitHubMove work on inventories, in particular to adding/removing items.
7c564ddView on GitHubMade a start on a basic inventory, also added tests for it.
b92d8f3View on GitHubSome work on equality checking between items, moved cachedNBT to item stack. (Was supposed to be there, but I must have been sleepy)
4b71279View on GitHubCompletely got rid of numeric IDs in the manager API. Made a start on some conversion maps, implemented a way for item stacks + types with custom behaviour.
e39be6aView on GitHubMoved Minecraft protocol Get/Put functions to minecraft_stream, use block positions where adequate, cleaned up some ugly function booleans.
7b6b723View on GitHubReplace backslashes in server path with normal slashes for consistency.
ee36311View on GitHub