daoge

Results 80 issues of daoge

Development Task
New Feature

Development Task
New Feature

# Pull Request ## Description This PR add support for [allay](https://github.com/AllayMC/Allay) platform. ### Changelog - [x] Basic support - [x] Block & item & biome mappings - [ ] ~~Command...

# Reason Currently, the chunk service implementation used in Allay is fragile and cannot meet our requirement: - In a concurrent environment, the current implementation still has problems, although it...

Refactor

Currently, all the registries in Allay are always editable. For example, item registry can still be edited by plugin unexpectedly after players joined, which will led to an unknown behavior....