272 Commits

Author SHA1 Message Date
Bixilon
01de49d88a
refactor read function in all packets (now only an byte buffer and no packet buffer anymore) 2020-07-18 22:10:58 +02:00
Bixilon
53ffdb7865
PacketMapData (1.13+) 2020-07-18 16:05:10 +02:00
Bixilon
f5c94d4267
fix reading of PacketUnlockRecipes 2020-07-17 23:28:57 +02:00
Bixilon
e6ab4f1e14
NBT: Add some spaces to make it beautifuler (toString function) 2020-07-17 22:05:03 +02:00
Bixilon
60f0d5dc89
some fixes, store sign data as nbt internally 2020-07-17 21:55:40 +02:00
Bixilon
a37b3ed181
wip: Recipes 2020-07-17 00:09:01 +02:00
Bixilon
ee8844636e
PacketTags 2020-07-16 12:15:12 +02:00
Bixilon
838a6231c1
remove packet thread (only 1 network thread now) 2020-07-16 01:31:37 +02:00
Bixilon
e5450616e0
1.13.2: some bug fixes 2020-07-15 22:07:20 +02:00
Bixilon
cab7a781e4
Teams 1.13+ 2020-07-15 21:39:15 +02:00
Bixilon
b4fc991572
Teams 1.13+ 2020-07-15 21:35:04 +02:00
Bixilon
0fa5037375
move hardcoded to use protocol version to game.yml, some bug fixes 2020-07-15 21:26:36 +02:00
Bixilon
3508d1e25b
fix some blockMapping problems, all 1.7.10 - 1.12.2 blocks (id: 0 - 98) 2020-07-15 17:23:46 +02:00
Bixilon
14057745b9
wip: 1.12.2 block mapping 2020-07-14 23:57:58 +02:00
Bixilon
f66f87eef4
Compress blocks.json (1.12.2) 2020-07-14 20:02:47 +02:00
Bixilon
3b893f194d
1.13.2+ blockId System 2020-07-14 20:01:01 +02:00
Bixilon
360eeee423
completely restructured Item save 2020-07-13 20:38:30 +02:00
Bixilon
76e17e0a24
Copy assets folder, item mapping (1.7.10 - 1.15.2) 2020-07-12 16:01:31 +02:00
Bixilon
a2ca7646d0
Improve new Items system 2020-07-12 13:03:42 +02:00
Bixilon
904c0c6a19
fix some bugs with new itemIds 2020-07-12 00:06:53 +02:00
Bixilon
68b7cca778
wip: 1.13+ item ids, support for modding api (no hardcore enums anymore) 2020-07-11 23:33:03 +02:00
Bixilon
389f6fefc8
handle mojang login errors 2020-07-10 20:43:20 +02:00
Bixilon
0fef498853
refactor log function in outgoing packets, more 1.13 packets and basic recipe support 2020-07-10 20:39:16 +02:00
Bixilon
ebbdc5920a
enchantments enum 2020-07-10 20:19:53 +02:00
Bixilon
0b74cea68d
All 1.13.2 metadata and entities/objects 2020-07-10 19:10:25 +02:00
Bixilon
4f7e64112b
entity refactoring and mapping (1.13) 2020-07-10 15:25:30 +02:00
Bixilon
f52c049729
all entity meta data (1.13) 2020-07-09 23:46:45 +02:00
Bixilon
be2d3443b9
PacketFacePlayer 2020-07-09 19:53:39 +02:00
Bixilon
dbabc8177a
PacketNBTQueryResponse, use static to initialize packet class mapping 2020-07-09 18:41:42 +02:00
Bixilon
a0b1982970
refactor all identifier enums, all statistics (1.13+) 2020-07-09 18:35:11 +02:00
Bixilon
d5278488e5
remove high and low bit set functions 2020-07-09 17:52:54 +02:00
Bixilon
e4fa1c0fd0
registering and unregistering plugin channels (1.13+) 2020-07-08 23:49:30 +02:00
Bixilon
26a1fb1df0
Fix scoreboard errors and slot reading error (1.13+) 2020-07-08 23:45:32 +02:00
Bixilon
4e1c415b14
Slot, Chunk reading and writing (1.13) 2020-07-08 23:38:57 +02:00
Bixilon
35728f95d8
Almost all packets in 1.13 2020-07-08 20:23:00 +02:00
Bixilon
e45ff660fd
more 1.13 packets, way better painting support 2020-07-08 16:14:24 +02:00
Bixilon
48c7bffc34
1.13 command mapping 2020-07-07 22:47:48 +02:00
Bixilon
656119fcdd Merge branch 'version1.12' into 'master'
Version1.12

See merge request bixilon/minosoft!7
2020-07-07 21:50:12 +02:00
Bixilon
ec2f0f427d
EntityStatus: ToDo for 1.11+ 2020-07-07 21:40:11 +02:00
Bixilon
4c2ed952d3
ShulkerBox block actions (1.11+) 2020-07-07 21:34:57 +02:00
Bixilon
ab4bf090b3
1.12.2: all remaining packets 2020-07-07 21:28:41 +02:00
Bixilon
db8b603eed
PacketAdvancements 2020-07-07 20:54:28 +02:00
Bixilon
a3e38c4fc8
more 1.12 (ping measurement, wip advancements) 2020-07-06 22:06:33 +02:00
Bixilon
ec9a734231
initial 1.12 support (packets, entities, metadata) 2020-07-06 15:42:08 +02:00
Bixilon
e636113ace Merge branch 'version1.11' into 'master'
Version1.11

See merge request bixilon/minosoft!6
2020-07-05 19:44:03 +02:00
Bixilon
c0aa648467
1.11 fix wrong packet mapping 2020-07-05 19:40:11 +02:00
Bixilon
48029e2200
fix chunk reading in dimensions without skylight 2020-07-05 14:59:39 +02:00
Bixilon
b6c224ad5b
spawn painting as entity 2020-07-05 14:20:45 +02:00
Bixilon
adef1ed8ca
1.11 mobs and objects 2020-07-05 00:04:18 +02:00
Bixilon
6b0a9f6821
initial 1.11 support 2020-07-04 20:41:45 +02:00