78 Commits

Author SHA1 Message Date
bixilon
b8a0e74434
proper mojang api 2020-06-09 21:18:01 +02:00
bixilon
55231a5a65
fix color codes 2020-06-09 20:51:25 +02:00
bixilon
5f2c48528c
function to return all chunks in world 2020-06-09 17:55:40 +02:00
bixilon
fdb13fd462
LogLevel Mojang, sort priorities from log levels 2020-06-09 17:33:58 +02:00
bixilon
c1070bd6ae
use interrupts in threads(use even less cpu in idle) 2020-06-09 16:26:09 +02:00
bixilon
09d0a34737
PacketOpenSignEditor 2020-06-09 16:02:50 +02:00
bixilon
7469e56648
wip spawning, PacketRespawn 2020-06-09 00:44:02 +02:00
bixilon
b398fecf45
rename logo (file) 2020-06-09 00:24:58 +02:00
bixilon
56a8d5c3f1
update todo, add all items 2020-06-09 00:23:34 +02:00
bixilon
ffbff15ca8
store dimension in world 2020-06-08 23:04:00 +02:00
bixilon
dcc5857c70
TextComponent: Support for colored and other messages (still hover events, ... ToDo) 2020-06-08 22:48:18 +02:00
bixilon
33d227390c
add proper hash method to positions, support for block change, world bug fixes 2020-06-08 20:19:16 +02:00
bixilon
5a108fb718
change project sdk to level 14 2020-06-08 18:11:51 +02:00
bixilon
2b8ae91a22
packet: send chat message 2020-06-08 17:38:27 +02:00
bixilon
338eb8ff4a
player inventory support 2020-06-08 17:20:43 +02:00
bixilon
9e23b13a31
check if slot has custom name and nbt data 2020-06-08 14:15:29 +02:00
bixilon
44bcaf43ee
suppress false warning: Packet PLAY_ENTITY_METADATA did not used all bytes sent 2020-06-08 14:11:17 +02:00
bixilon
5be76225fa
fix slot reading, fix bug in own nbt reader 2020-06-08 14:03:52 +02:00
bixilon
e917ffe142
own nbt library 2020-06-08 02:22:16 +02:00
bixilon
8bf891a6d8
entities wip (8): equipment (not working because of missing nbt support); Inventory wip(1) 2020-06-07 23:48:48 +02:00
bixilon
d534020344
entities wip (7): Entity Meta data; slot implementation; particle wip (1) 2020-06-07 22:02:59 +02:00
bixilon
2f42a11267
enable OtherPlayer velocity 2020-06-07 15:01:31 +02:00
bixilon
7571a50c6a
fix wrong command on some outgoing packets 2020-06-07 01:55:48 +02:00
bixilon
14105521d0
add function to make location and velocity to String (and use it) 2020-06-07 01:02:55 +02:00
bixilon
91e4f28a5f
entities wip (6): head rotation 2020-06-07 00:59:57 +02:00
bixilon
74d34a8078
entities wip (5) 2020-06-07 00:52:57 +02:00
bixilon
652fdbfc43
fix correct handling of exceptions in handling thread 2020-06-07 00:42:25 +02:00
bixilon
db183bc7c0
handle player width and height other when sneaking, ... 2020-06-07 00:39:00 +02:00
bixilon
cc8cd101f0
handle exceptions in handling thread 2020-06-07 00:31:02 +02:00
bixilon
3ca32b7e07
entity wip (4) 2020-06-07 00:30:33 +02:00
bixilon
f4f244db3b
fix comment in Chunk.java 2020-06-06 22:43:06 +02:00
bixilon
21d2c7c69d
wip (3) entities 2020-06-06 22:41:44 +02:00
bixilon
3d6edb64f9
Merge remote-tracking branch 'origin/master' 2020-06-06 20:15:33 +02:00
bixilon
b955be22cc
add nbt to libraries, wip (2) entities 2020-06-06 20:13:15 +02:00
bixilon
b968d772ba
refactor Block byLegacy Function 2020-06-06 20:11:46 +02:00
Bixilon
9d6c2056aa Merge branch 'master' into 'master'
Upload logo (license GPLv3)

See merge request bixilon/minosoft!1
2020-06-06 15:22:06 +02:00
Alexandros S
4c0c8e76df Upload logo (license GPLv3) 2020-06-06 15:18:38 +02:00
bixilon
19f2c4a654
License update: GPLv3 2020-06-06 14:56:53 +02:00
bixilon
d15c2290e0
entity support (wip): Status Effects 2020-06-06 00:49:50 +02:00
bixilon
eb05a86704
log handling now in own thread 2020-06-06 00:21:42 +02:00
bixilon
faae40e0dc
fix section counting in chunk bulk 2020-06-05 23:06:51 +02:00
bixilon
00fc8ec051
log packet to packet handling thread 2020-06-05 22:18:56 +02:00
bixilon
841d3bc624
reduce java warnings 2020-06-05 21:18:26 +02:00
bixilon
809c1c4236
ability to set log level in config file 2020-06-05 20:49:42 +02:00
bixilon
497090b121
fix wrong game mode number 2020-06-05 19:52:28 +02:00
bixilon
9ea8f950bf
support for rain, PacketChangeGameState, gamemode change support 2020-06-05 19:17:43 +02:00
bixilon
e99741e6af
support for experience 2020-06-05 18:54:50 +02:00
bixilon
70ec8222b1
log bytes left in unknown packet log, Slot selection support 2020-06-05 17:43:14 +02:00
bixilon
a5ad4ab065
add snakeyaml as dependency, config file, os util 2020-06-05 16:21:57 +02:00
bixilon
41b948b354
some more (less or more important) blocks 2020-06-05 04:14:54 +02:00