Anon
4f957cee7e
1.20.2 Implementation, not tested
2023-11-15 15:42:27 +01:00
dependabot[bot]
b8af534438
Bump Magick.NET-Q16-AnyCPU from 12.2.1 to 13.3.0 in /MinecraftClient
...
Bumps [Magick.NET-Q16-AnyCPU](https://github.com/dlemstra/Magick.NET ) from 12.2.1 to 13.3.0.
- [Release notes](https://github.com/dlemstra/Magick.NET/releases )
- [Commits](https://github.com/dlemstra/Magick.NET/compare/12.2.1...13.3.0 )
---
updated-dependencies:
- dependency-name: Magick.NET-Q16-AnyCPU
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 23:12:25 +00:00
Domracz
1aea8d3a4e
Fixed entity rotations ( #2596 )
...
* Fixed entity rotations
Fixed entity yaw and pitch not changing when entity moves head.
* Update ChatBot.cs
* Update McClient.cs
* Update Protocol18.cs
* Update McClient.cs
* Finalize code style
* Fix incorrect variable type
---------
Co-authored-by: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com>
2023-10-11 14:44:46 +08:00
Spongecade
c3fa413b4e
[skip ci] Update Minecraft wiki links to new domain ( #2593 )
2023-10-07 17:59:08 +08:00
ozi2285
968f864f34
Added ShiftRightClick ( #2582 )
...
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Added ShiftRightClick
* Updated Protocol18.cs ShiftRightClick Description for ReinforceZwei's Suggestion
* Just Deleted Added ShiftRightClick's Description Line
* Just Deleted Added ShiftRightClick's Description Lines
* Made Change With Informaiton ReinforceZwei Given to Me About Switch-Case and Shorten the Code.
* Re Added Lines That Got Deleted By Mistake
* Add translation key for shift right-click
---------
Co-authored-by: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com>
2023-09-16 19:39:55 +08:00
ReinforceZwei
37bcad37e0
[skip ci] Normalize all line endings
2023-09-15 14:44:11 +08:00
ReinforceZwei
a8200b6e14
Add setting for allowing non-English name in player list ( #2556 )
...
Non-vanilla server may have player name other than English, for example Chinese server can have player name in Chinese. This setting allow MCC to display those non-English name in the player list.
2023-08-02 14:00:11 +08:00
Anon
c5a0409edc
Added documentation examples and covered an edge case
2023-07-16 20:45:24 +02:00
Anon
fe5f07306d
Added a random interval option to the wait command
2023-07-16 20:37:56 +02:00
Anon
272900d52e
Added slab handling for 1.20/.1
...
Added Farm bot crops handling for 1.20/.1
Added utilities for Containers/Inventories
Added bot movement lock to prevent multiple bots that use movements from running at the same time.
General code improvements.
2023-06-23 16:25:18 +02:00
Anon
7c7b58e941
Implemented 1.20.1
2023-06-22 22:10:55 +02:00
dependabot[bot]
b4829eaca4
Bump Microsoft.Windows.Compatibility in /MinecraftClient
...
Bumps [Microsoft.Windows.Compatibility](https://github.com/dotnet/runtime ) from 7.0.0 to 7.0.3.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v7.0.3 )
---
updated-dependencies:
- dependency-name: Microsoft.Windows.Compatibility
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 17:09:34 +00:00
Anon
ae7ce35cc8
Fully Implemented 1.20
2023-06-08 19:27:28 +02:00
Anon
f77d58402a
Merge branch 'master' into rename-items
2023-06-03 14:29:42 +00:00
Anon
a357d2c87a
Fixing merge conflict
2023-06-03 16:27:36 +02:00
Anon
081cebcf76
Fixed typos and fixed a merge conflict
2023-06-03 16:23:07 +02:00
Anon
fce12db33f
Added a command to (re)name items in the Anvil
2023-06-03 16:12:17 +02:00
Anon
95f6c5768d
Fixed session renaming not working, fixed command handling
2023-05-28 15:15:43 +02:00
Anon
1efa55206f
Re-added WebSocketChat bot and improved it, no longer using WebsocketSharp library
2023-05-27 19:46:28 +02:00
Anon
cfc2baa4e7
Translated
2023-05-21 12:11:58 +02:00
Anon
413cb1860d
Implemented Items Collector bot
2023-05-20 21:44:18 +02:00
Anon
64eb48f46d
Removed 1.13, because it's not possible to walk under slabs
2023-05-20 13:28:24 +02:00
Anon
852be6e90d
Fixed 1.19.3
2023-05-20 13:11:37 +02:00
Anon
97af063d79
Removed a comment
2023-05-16 23:25:29 +02:00
Anon
c7597e8822
Added slab handling 1.13-1.19.4
2023-05-16 23:19:31 +02:00
Anon
4ff7712f20
Fixed Auto Fishing not working
...
Fixed Auto Fishing not working
2023-05-10 22:21:54 +02:00
Anon
599c6aac09
Fixed entity object data not being read, this should fix the Auto Fishing bot
2023-05-10 19:07:42 +02:00
dariusel_caroserie
7107023d37
Update Alert.cs ( #2496 )
2023-05-06 21:55:21 +08:00
Anon
df6eeb9b4a
Added item lore/description to be displayed in the list of items in the inventory
2023-04-30 15:18:33 +02:00
ReinforceZwei
949c1f6b67
DeclareCommand: Fix 1.19.3 crash
2023-04-09 12:01:09 +08:00
ReinforceZwei
09b3ec1a81
DeclareCommand: Fix 1.19.4 crash ( #2474 )
2023-04-08 21:24:00 +08:00
Anon
03b06ea3ac
Fixed crash on 1.8 when receiving entity data
2023-04-07 15:26:26 +02:00
Anon
d90635f40b
Fixed crash on 1.8 when receiving entity data
2023-04-07 15:21:42 +02:00
ReinforceZwei
f855839bb3
Remove release specific exception handling
2023-04-07 20:32:55 +08:00
Anon
0a57c927d7
Added access to App Vars inside the Chat Bot API via 3 new methods. Added access to Random class inside the execif command
2023-03-31 18:17:03 +02:00
Anon
beabe14c92
Updated Farm Bot for 1.19.3 and 1.19.4
2023-03-31 17:27:19 +02:00
Anon
db6422d154
Partialy fixed interaction with Armor Stand
2023-03-30 21:06:54 +02:00
Anon
2a82c35b36
Merge branch 'master' of github.com:milutinke/Minecraft-Console-Client
2023-03-29 20:51:30 +02:00
Anon
3f9fd47e5a
Merge branch 'MCCTeam:master' into master
2023-03-29 18:50:15 +00:00
Anon
978dc4b896
Fixed entity positions in 1.8
2023-03-29 20:48:41 +02:00
breadbyte
cd39c1ec12
Make UpgradeHelper compliant with .NET RID catalog
...
Fetching updates return an error because the UpgradeHelper returns an invalid RID, and we use the RID to create automated builds. This updates the UpgradeHelper to be compliant with the catalog.
2023-03-29 20:15:22 +08:00
Anon
5d4977af6f
Merge branch 'MCCTeam:master' into master
2023-03-28 16:00:23 +00:00
Anon
1901f4b62d
Fixed Metadata throwing an exception
2023-03-28 17:56:35 +02:00
breadbyte
74d29321b4
Scripting Hotfix for #2458 ( #2460 )
...
* Scripting hotfix
- Fixes #2458
- Change error wording around scripting
- Prevent duplicating the binary for scripting
* Create temporary folder if it doesn't exist
2023-03-28 21:06:56 +08:00
Anon
0b98628572
Added 1.8 entity handling
2023-03-28 13:39:18 +02:00
ReinforceZwei
21cd24e056
Implement 1.8 Entity MetaData
2023-03-27 18:22:50 +08:00
Anon
0f77828ac5
Updated translations
2023-03-26 14:33:06 +02:00
Anon
f6850920a3
Merge branch 'MCCTeam:master' into telegram-limit-quit
2023-03-26 12:19:00 +00:00
Anon
f467f4d6e4
Implemented 1.19.4, fixed multiple bugs in multiple versions
...
- Implemented 1.19.4
- Changed the Entity Metadata Code to use Palettes (1.13 - 1.19.4 supported)
- Implemented Particles Reading code for 1.13 - 1.19.4
- Fixed Elytra flyby crashing the bot when rocket was used (incorrect particles reading cause this)
- Fixed a crash on 1.15.X
- Fixed a crash on 1.14.X
2023-03-25 20:29:55 +00:00
Anon
930fecde23
Fixed a crash on 1.15.X, 1.14.X
2023-03-25 21:24:15 +01:00