Merge branch 'feature/networking' of github.com-quiqueck:quiqueck/BCLib into feature/networking

This commit is contained in:
Frank Bauer 2021-08-06 18:12:21 +02:00
commit ae344c48ac
21 changed files with 744 additions and 185 deletions

View file

@ -13,6 +13,6 @@ public class GameMixin {
@Inject(method="onStartGameSession", at=@At("TAIL"))
public void bcliv_onStart(CallbackInfo ci){
DataExchangeAPI.send(new HelloServer());
DataExchangeAPI.sendOnEnter();
}
}