Commit Graph

31 Commits

Author SHA1 Message Date
185020e31c Squashed below commits
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Go / Test (1.22) (push) Has been cancelled
Go / Test (^1.22) (push) Has been cancelled
nbt chat message

fixes some bug

chunk temp

relocate module

items id
2025-08-27 20:29:40 +08:00
f0bb92bdb9 remove bot and message.go
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Go / Test (1.22) (push) Has been cancelled
Go / Test (^1.22) (push) Has been cancelled
2025-08-23 17:21:54 +08:00
133e3fab4a light data
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Go / Test (1.22) (push) Has been cancelled
Go / Test (^1.22) (push) Has been cancelled
2025-06-19 14:31:51 +08:00
78b500ddde ok done, I removed the comment in lightData.ReadFrom() and made a better commit message 2024-05-01 19:46:57 +08:00
4d563ad4b5 not reading trust edges in lightData 2024-04-28 11:22:50 +08:00
15478690a0 Fix/init heightmaps before use (#258)
* fix: init heightmaps map before use if nil
2023-06-28 11:20:48 +08:00
be42d0ec35 fix heightmaps sending error 2023-04-23 00:51:22 +08:00
5f06fa6510 重构 BiomesState, fix typo 2023-04-23 00:08:05 +08:00
de2996336c Update level/chunk and heightmaps 2023-04-22 17:43:10 +08:00
9a64bcfac7 fix blockCount bug 2023-02-04 00:44:12 +08:00
c1a6528a05 Add BlockEntity support 2022-12-18 18:28:08 +08:00
fad92fe364 format repo with "gofumpt" tool 2022-11-26 20:37:57 +08:00
3cda841bed Check chunk data index and no longer panic 2022-06-25 23:02:36 +08:00
bfb7dd5f78 Update biomes 2022-06-22 00:06:11 +08:00
e405acaa02 The prototype of chunk loading system, multi-thread needs additional attention 2022-06-18 18:11:00 +08:00
1932cbed74 Chunk converters return error now 2022-05-21 15:29:31 +08:00
5f3f66e9cf SkyLight and BlockLight 2022-05-21 12:06:19 +08:00
df664e4e1f close #182 2022-05-20 14:00:00 +08:00
1ff25ae8ab Palette data structures now use generics for type checking 2022-05-20 12:00:35 +08:00
67afd62d58 fix ChunkToSave data copying error 2022-05-20 10:46:10 +08:00
ad0ea1db68 Partial level.Chunk->save.Chunk conversion support 2022-05-17 15:38:25 +08:00
81aae1f768 HashMap palette implement 2022-05-17 15:10:00 +08:00
f4bb734c1c close #163 2022-04-03 15:09:55 +08:00
af898016af Export level.Section.blockCount 2022-03-28 15:26:42 +08:00
4c2510565d pk.Ary and pk.Array using generic now 2022-03-20 01:17:25 +08:00
2aace6b51a bot can receive chunks now 2022-03-13 11:57:02 +08:00
0bbd279dd1 frameworkServer works perfect now 2022-03-09 17:21:28 +08:00
a33937625e Fix bugs to load chunks 2021-12-27 20:48:30 +08:00
a83698af97 Bug fixes in /server 2021-12-27 00:30:42 +08:00
ebf3609b4a updated biome IDs 2021-12-25 13:47:55 +01:00
5acd7f73c5 simple conversion between save.Chunk and level.Chunk 2021-12-20 15:32:44 +08:00