Remove the title screen "uwu" splash text
This commit is contained in:
parent
84c7aa23c9
commit
8a82dc6889
1 changed files with 0 additions and 4 deletions
|
@ -19,12 +19,8 @@ import java.io.IOException;
|
|||
|
||||
@Mixin(TitleScreen.class)
|
||||
public class TitleScreenMixin {
|
||||
@Shadow
|
||||
private SplashTextRenderer splashText;
|
||||
|
||||
@Inject(method = "init", at = @At("HEAD"))
|
||||
void testclient$initializeGui(CallbackInfo ci) {
|
||||
splashText = new SplashTextRenderer("uwu");
|
||||
if(Gui.gui == null){
|
||||
Gui.initAutoRefresher();
|
||||
Gui.addComponents();
|
||||
|
|
Loading…
Reference in a new issue