Archived
1
0
Fork 0
Commit graph

36 commits

Author SHA1 Message Date
fb047b22a3
Update player entity positions server-side 2021-01-06 23:30:58 +01:00
3fb9cc3298
Give each entity an UID and make entity classes open 2021-01-04 19:13:31 +01:00
3dc596252d
Fix entity stubs being generated despite they already exist in kotlin source set 2021-01-04 17:51:32 +01:00
e7d5576269
Rewrite location classes and add Position, add packets for spawning entities 2021-01-04 02:29:55 +01:00
4d8a5ed603
Suffix entity class names with "Entity" 2021-01-03 20:15:29 +01:00
ac5132feda
Suffix block classes with "Block" 2021-01-03 16:07:58 +01:00
e35c46b408
Change license to Apache 2.0 2021-01-03 15:58:16 +01:00
4e4d2ed65b
Enable progressive mode in all modules 2021-01-03 14:34:18 +01:00
ec74ddff82 Use the refreshVersions Gradle plugin 2021-01-03 13:06:53 +01:00
d46675dff3 Rename project to Uranos 2021-01-02 23:20:43 +01:00
87a2cae02c
Remove NamespacedID and replace all occurrences with Strings 2020-12-26 22:01:53 +01:00
ffe2349884
Update everything to 1.16.4
this took me about 12 hours. it's 1 am
2020-12-21 01:05:28 +01:00
f7572bb87e
Work on LoginAndJoinProcedure 2020-12-18 21:16:36 +01:00
636dfe6148
Fix PlayerPositionAndLook packet codec 2020-12-17 23:04:05 +01:00
f991d781b2
Add generator for item types 2020-12-17 22:00:46 +01:00
393e9d35c8
Add entity and fluid generators 2020-12-17 20:57:58 +01:00
b96afbfcea
Combine the material enum with block meta 2020-12-15 21:37:26 +01:00
4c2fe73245
Add simple world implementation 2020-12-12 21:57:56 +01:00
d0c93155a5 No longer use an enum for collision shapes 2020-11-30 19:14:42 +01:00
aa4f1d89f5 Add Tags packet and send it during join procedure 2020-11-30 18:10:02 +01:00
d387842f95 Bump dependency versions and set jvmTarget to 14 2020-11-30 10:37:33 +01:00
9e6732ebbc
Namespace tags and material IDs 2020-11-29 21:51:38 +01:00
310fe37c21 Add generator for tags 2020-11-29 21:14:34 +01:00
dcbad8f5dc Rename BlockRef to voxel and use annotations instead of BlockCodec.Builder 2020-11-17 17:21:44 +01:00
4cc3d8f17f Add block codecs 2020-11-15 21:56:17 +01:00
653f62447c No longer override material in Block implementations 2020-11-15 16:37:06 +01:00
2de7338a88 Add more packets and change some world related files 2020-11-03 19:55:24 +01:00
cddb62a8ba
Refactor some things and DisconnectPacket for PLAY protocol 2020-10-15 00:52:10 +02:00
61878a39b6
Add code generation to the GitHub workflow 2020-10-13 11:57:49 +02:00
edc93f7a80 Generate block stub classes 2020-10-06 18:35:19 +02:00
50710d6240 Generate Material and CollisionShape enums 2020-09-19 20:22:57 +02:00
873e999554 Rename packages to use singulars 2020-09-19 18:19:12 +02:00
de0c2abaf5 Generate boolean state types 2020-09-19 18:10:28 +02:00
14ddf61eb0 Generate enums and directions 2020-09-19 11:52:57 +02:00
a9284e4213 Add generator for block types and content types 2020-09-13 23:52:06 +02:00
089139299a Add downloader for Minecraft data files and change world API 2020-09-13 20:04:25 +02:00