Minecraft-Console-Client/MinecraftClient/Scripting
breadbyte fd7f79402f
Scripting Hotfix for .NET (#2061)
* fix scripting being broken

scripting got broken due to being compiled as a single file application.

* move invoke to a helper function

also move MinecraftClient assembly fetch into the main assembly fetch loop

* Downgrade version of SingleFileExtractor

1.1.0 changed their internal API, so we use 1.0.1 to reduce the amount of reflection we need to do

* add exception messages
2022-08-15 18:30:56 +02:00
..
DynamicRun/Builder Scripting Hotfix for .NET (#2061) 2022-08-15 18:30:56 +02:00
ChatBot.cs Basic support for minecraft 1.19 (#2084) 2022-08-15 17:55:44 +02:00
CSharpRunner.cs .NET 5+ Support (#1674) 2022-07-03 22:34:07 +08:00