-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCHANGELOG.txt
28 lines (26 loc) · 1015 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
MineSharp 0.1.5:
- fixed bugs in MineSharp.Physics
- dynamically download and load data
- a lot of under the hood changes, improving minesharp
- fixed command parsing
- hopefully fixed stuck in connect() method
MineSharp 0.1.4:
- Upgrade MineSharp.fNbt to 1.0.3
- Support Minecraft Java 1.20.3 & 1.20.4
- Load registry of the server
- Parse chat message type from registry
- added WaitForTick() method to physics plugin
- added AutoRespawn Plugin (not enabled by default)
- added BotBuilder to create bots
- added support for proxies
- added WaitForOnGround() method to physics plugin
MineSharp 0.1.3:
- handle SpawnLivingEntity packet
- added Look(yaw, pitch), LookAt(position) and LookAt(block) methods to Physics plugin
- added WorldIterator RaycastIterator
- added Raycast() method to Physics plugin
- added UseItem(hand) method to Window plugin
- added Serverbound SetHeldItemPacket
- added EquipItem() methods
- replaced MiNet.fNbt with MineSharp.fNbt
- Support Minecraft Java 1.20.2