-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
916 additions
and
323 deletions.
There are no files selected for viewing
607 changes: 476 additions & 131 deletions
607
src/main/java/io/github/moulberry/notenoughupdates/CustomAH.java
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
src/main/java/io/github/moulberry/notenoughupdates/CustomAHGui.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package io.github.moulberry.notenoughupdates; | ||
|
||
import net.minecraft.client.gui.GuiScreen; | ||
import org.lwjgl.input.Mouse; | ||
|
||
public class CustomAHGui extends GuiScreen { | ||
|
||
public CustomAHGui() { | ||
this.allowUserInput = true; | ||
} | ||
|
||
public boolean doesGuiPauseGame() { | ||
return false; | ||
} | ||
|
||
} |
1 change: 1 addition & 0 deletions
1
src/main/java/io/github/moulberry/notenoughupdates/GuiItemRecipe.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.