mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:51:32 +01:00
Update README
This commit is contained in:
parent
3e6ede3c43
commit
9d372bcfbb
@ -1,6 +1,6 @@
|
||||
# Bridge Base
|
||||
|
||||
An easy-to-use base with bridging already set up for client developers.
|
||||
An easy-to-use base with base bridging already set up.
|
||||
|
||||
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by/4.0/)
|
||||
|
||||
@ -10,6 +10,8 @@ An easy-to-use base with bridging already set up for client developers.
|
||||
|
||||
The Bridge is an inheritance based system which uses Interfaces to allow the client to work on multiple versions with minimal modification. (Decencies 1)
|
||||
|
||||
This is how most clients multi version. Our implementation is the same as Lunar's
|
||||
|
||||
In our implementation, all the client code is stored in the Client module, which has no access to the Minecraft API.
|
||||
You have to create your own bridges and use them. In the target versions, you'd implement those bridges to access the Minecraft API.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user