we sell insurance
0410ac097c
Add Use Item packet
2024-08-21 08:30:06 -05:00
Alexander Medvedev
59a4fe525d
Merge pull request #47 from Luk-ESC/master
...
Fix compilation of individual packages
2024-08-21 14:04:16 +01:00
Edvin Bryntesson
53f7b3b573
testing command
2024-08-21 13:00:54 +02:00
Edvin Bryntesson
99116190d9
first steps towards making containers openable
2024-08-21 13:00:49 +02:00
Luk-ESC
8263d886ce
move uuid to workspace
2024-08-21 12:31:12 +02:00
Luk-ESC
a2828a8ac0
add required feature to tokio
2024-08-21 12:29:59 +02:00
Alexander Medvedev
b0df1a74d4
Merge pull request #45 from kralverde/fix-chat-message
...
Fix basic chat message packet
2024-08-21 06:07:18 +01:00
kralverde
bf698b6571
use optional method
2024-08-21 00:51:08 -04:00
kralverde
9cf6d406c6
re-add erroneously removed file
2024-08-20 23:02:56 -04:00
kralverde
8c7759b108
remove print test
2024-08-20 23:01:43 -04:00
kralverde
90d10da97f
manually implement basic chat serialization
2024-08-20 23:00:47 -04:00
kralverde
1b32a6d512
fix OBO error
2024-08-20 21:46:07 -04:00
Erb3
ab5342c031
feat: initial docker support
2024-08-20 19:38:46 +02:00
Alexander Medvedev
8a716b0586
Merge pull request #40 from Erb3-forked/format-docs
...
docs: format markdown
2024-08-20 17:10:07 +01:00
Snowiiii
938a415f77
Add Play Ping/Pong
...
Used for Debug, F3+3
2024-08-20 18:07:22 +02:00
Erb3
fcceb59abe
docs: format contributing
2024-08-20 18:05:16 +02:00
Erb3
09ce32ab45
docs: run formatter
2024-08-20 17:50:28 +02:00
Snowiiii
5122097d0d
Add Clientbound Acknowledge Block Change
...
Acknowledges a user-initiated block change. After receiving this packet, the client will display the block state sent by the server instead of the one predicted by the client.
2024-08-20 17:33:03 +02:00
Alexander Medvedev
589d2585b8
Merge pull request #39 from user622628252416/master
...
Command Parser
2024-08-20 16:31:50 +01:00
user622628252416
fd544b52ed
add todo to CommandTree formatting
2024-08-20 17:09:03 +02:00
user622628252416
92e6d264b4
format code
2024-08-20 17:01:25 +02:00
user622628252416
413f88d145
suppress dead_code warning on Literal command node
2024-08-20 16:51:44 +02:00
user622628252416
4bc1f7b0b2
fix clippy lints
2024-08-20 16:32:39 +02:00
Snowiiii
66ce63b880
Add Block Breaking
2024-08-20 14:30:54 +02:00
Snowiiii
7d89a4e9be
Add Clientbound Set Block Destroy Stage
2024-08-20 14:25:48 +02:00
Snowiiii
ace7a77046
Add Clientbound World Event
2024-08-20 14:12:05 +02:00
Snowiiii
49dfc18818
Fix: Clippy & fmt
2024-08-20 13:23:32 +02:00
Snowiiii
b7a4b9da2c
CI: Check Linting and Format
2024-08-20 13:20:28 +02:00
Snowiiii
a6fbc3d13a
Fix: Serverbound Chat Message
2024-08-20 13:19:50 +02:00
Alexander Medvedev
5445975238
Merge pull request #38 from Bryntet/master
...
Add Player Inventory
2024-08-20 12:01:01 +01:00
Bryntet
006eacfadf
Merge branch 'master' into master
2024-08-20 12:56:00 +02:00
Edvin Bryntesson
e86889f4c0
fix so that right-clicking with non-blocks is possible
2024-08-20 12:50:35 +02:00
Edvin Bryntesson
65d9f39455
better naming
2024-08-20 12:45:21 +02:00
user622628252416
23458e85b8
Merge remote-tracking branch 'origin/master'
2024-08-20 12:39:15 +02:00
user622628252416
3ec539d418
resolve merge conflicts
2024-08-20 12:38:54 +02:00
Edvin Bryntesson
c18cbdc06b
add logic for placing blocks
2024-08-20 12:32:05 +02:00
Edvin Bryntesson
1b1300e194
make registries public
2024-08-20 12:31:46 +02:00
Edvin Bryntesson
f4ab2ce585
fix global registry and add function to easily access minecraft ids
2024-08-20 12:30:42 +02:00
Edvin Bryntesson
47a7117fea
fix error message
2024-08-20 12:29:39 +02:00
user622628252416
0a690513dd
resolve merge conflicts
2024-08-20 12:26:52 +02:00
user622628252416
d221f8900f
add documentation
2024-08-20 12:09:25 +02:00
Edvin Bryntesson
23613194a7
fix off by one error
2024-08-20 11:35:28 +02:00
Edvin Bryntesson
b2430ce3d4
make block place the item that is held.
2024-08-20 11:23:21 +02:00
Edvin Bryntesson
3d21a991a0
rename item_categories.rs
2024-08-20 10:13:19 +02:00
lukas0008
3b55bc428c
Fix: make PacketEncoder work again
2024-08-20 00:11:08 +02:00
Edvin Bryntesson
2cf844536a
add basic logic for set slot in player inventory
2024-08-19 23:41:44 +02:00
Edvin Bryntesson
3d8c9cc62e
use usize for selected slot
2024-08-19 23:40:43 +02:00
Edvin Bryntesson
658cb297f1
add item category checks
...
this is for if a specific slot can only accept a specific category of items, like you can only put helmets in the helmet armor slot
2024-08-19 23:39:39 +02:00
Edvin Bryntesson
918364f536
add item id and count to item struct
2024-08-19 23:38:05 +02:00
Edvin Bryntesson
9e14952046
fix typo
2024-08-19 23:37:35 +02:00