Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 523 Bytes

File metadata and controls

13 lines (13 loc) · 523 Bytes

lettuce

A minecraft server implemented MCMT as catserver

functions

1.Async and multithreaded entity ticking
2.Multithreaded tracker
3.Parallel world ticking and random ticking

build

Run gradle task in your ide:setup genPatches build
Or run it in your console : ./gradlew setup genPatches build(Linux) gradlew.bat setup genPatches build(Windows)
If you changed the codes in Catserver module,please run genPatches task first :)

warning

It still in testing stage.Please do not use it in your production environment