go-mc icon indicating copy to clipboard operation
go-mc copied to clipboard

[Dim] Chunk Ticking & Player Operations

Open Tnze opened this issue 2 years ago • 2 comments

Current server framework doesn't allow players destroy or place blocks. The operations are shown in client but not handled in the server side. All changes will not be kept.

Chunks also doesn't ticking. The fire should spread, the sand should fall, the leaves of cut trees should wither... These functions should be realized by the server periodically processing the game world

Tnze avatar May 21 '22 01:05 Tnze

When server processing chunks, It should decide which blocks should be processed. It is to be noted that there should be an intermediate state between "loaded" and "active".

This requires good compatibility with #192 .

Tnze avatar May 21 '22 01:05 Tnze

It should be optional because sometimes you don't want to give players ability to modify anything.

maxsupermanhd avatar May 21 '22 13:05 maxsupermanhd