maybe flight is better
This commit is contained in:
parent
81be95c2c5
commit
e313e98f66
File diff suppressed because it is too large
Load Diff
|
@ -21,7 +21,7 @@ public class GuiScreenModules extends GuiScreen {
|
|||
this.buttonList.add(new GuiButton(1, this.width / 2 - 100, this.height / 6 + 124, "Give"));
|
||||
this.buttonList.add(new GuiButton(2, this.width / 2 - 100, this.height / 6 + 100, "Toggle Notebot"));
|
||||
this.buttonList.add(new GuiButton(3, this.width / 2 - 100, this.height / 6 + 76, "Toggle Legit mode"));
|
||||
this.buttonList.add(new GuiButton(4, this.width / 2 - 100, this.height / 6 + 52, "Toggle Noclip"));
|
||||
this.buttonList.add(new GuiButton(4, this.width / 2 - 100, this.height / 6 + 52, "Toggle Flight"));
|
||||
}
|
||||
|
||||
public void onGuiClosed() {
|
||||
|
@ -79,7 +79,7 @@ public class GuiScreenModules extends GuiScreen {
|
|||
}else if(par1GuiButton.id == 3){
|
||||
NoteblockPlayer.legit=!NoteblockPlayer.legit;
|
||||
}else if(par1GuiButton.id == 4){
|
||||
mc.thePlayer.noClip=!mc.thePlayer.noClip;
|
||||
mc.thePlayer.capabilities.isFlying=!mc.thePlayer.capabilities.isFlying;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user