aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
diff options
context:
space:
mode:
authorDanielshe <shekwancheung0528@gmail.com>2019-09-12 22:55:09 +0800
committerDanielshe <shekwancheung0528@gmail.com>2019-09-12 22:55:09 +0800
commitd1f620a845d3b0bf1cf4f226b2beb723507aafa4 (patch)
tree89961372bc601c22352c97b155514226325aa2e0 /src/main/java/me/shedaniel/rei/utils/ClothScreenRegistry.java
parent1b71bba8dde93522c400afb7111bd72d4fe5993e (diff)
downloadRoughlyEnoughItems-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.java2
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();
}
}