mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:31:32 +01:00
Fix an oopsie. Our implementation is not the same as Lunar's.
This commit is contained in:
parent
f019521fb7
commit
f1c964fe94
@ -14,7 +14,7 @@ This article](https://github.com/Decencies/Articles/wiki/Lunar---Bridge) by Dece
|
|||||||
|
|
||||||
The Bridge is an inheritance based system which uses Interfaces to allow the client to work on multiple versions with minimal modification. (Decencies 1)
|
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
|
This is how most clients multi version. Our implementation is very similar to Lunar and other popular clients'
|
||||||
|
|
||||||
In our implementation, all the client code is stored in the Client module, which has no access to the Minecraft API.
|
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.
|
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