diff options
| author | Danielshe <shekwancheung0528@gmail.com> | 2019-09-12 22:55:09 +0800 |
|---|---|---|
| committer | Danielshe <shekwancheung0528@gmail.com> | 2019-09-12 22:55:09 +0800 |
| commit | d1f620a845d3b0bf1cf4f226b2beb723507aafa4 (patch) | |
| tree | 89961372bc601c22352c97b155514226325aa2e0 /src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java | |
| parent | 1b71bba8dde93522c400afb7111bd72d4fe5993e (diff) | |
| download | RoughlyEnoughItems-d1f620a845d3b0bf1cf4f226b2beb723507aafa4.tar.gz RoughlyEnoughItems-d1f620a845d3b0bf1cf4f226b2beb723507aafa4.tar.bz2 RoughlyEnoughItems-d1f620a845d3b0bf1cf4f226b2beb723507aafa4.zip | |
3.1.4
Diffstat (limited to 'src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java b/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java index 2a91ae0fb..b76ae996f 100644 --- a/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java +++ b/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java @@ -78,7 +78,7 @@ public class ClothScreenRegistry { MinecraftClient.getInstance().openScreen(new CreditsScreen(screen)); } }); - }).build().getScreen(); + }).setDefaultCategoryNode(configManager.getConfig().getGeneral()).build().getScreen(); } } |
