Updated Incompatibilities between versions (markdown)

Jonathan Coates 2020-06-23 09:36:48 +01:00
parent ae477d90bd
commit 2022ab28bf
1 changed files with 1 additions and 1 deletions

@ -7,7 +7,7 @@ This page serves as documentation for breaking changes and "gotchas" one should
- Client config can be found in `config/computercraft-client.toml`.
- Server config can be found in `saves/<world>/serverconfig/computercraft-server.toml`. These are now save-specific - it is currently possible to have a global configuration. However, you can create a default config by placing it in `defaultconfigs/computercraft-server.toml`.
- The ComputerCraft Java API has been entirely rewritten, to allow for more efficient Lua/Java interop. This should have no impact on users, but should make the API easier to use, and reduce overhead.
- The default treasure disks have been entirely removed. They are now added [by an external data pack](https://github.com/SquidDev-CC/treasure-disks), which also registers them as dungeon loot. The same system may be used to register your own loot disks.
- The default treasure disks have been entirely removed. They are now added [by an external data pack](https://github.com/SquidDev-CC/treasure-disks), which also registers them as dungeon loot. The same system may be used to provide your own loot disks.
## Minecraft 1.12 to 1.13
- The "key code" for [`key`][key_event] and [`key_up`][key_up_event]s has changed, due to Minecraft updating to LWJGL 3. Make sure you're using the constants provided by the [`keys`][keys] API, rather than hard-coding numerical values.