File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/plus/dragons/createenchantmentindustry/common/registry Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,7 @@ Require Create: Dragons Plus 1.5.0
55#### Update
66* Now you can throw item to Mechanical Grindstone to process it
77* Improve English grammar. clarity, and consistency (by @Zain )
8- * Added a few more explanation on ponder
8+ * Added a few more explanation on ponder
9+
10+ #### Change
11+ * Removed dye buckets and fluid hatch from C: EI creative tab since they already exist in C: DP own creative tab
Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ private static CreativeModeTab base(ResourceLocation id) {
5353 .withTabsBefore (AllCreativeModeTabs .BASE_CREATIVE_TAB .getId ())
5454 .icon (BLAZE_ENCHANTER ::asStack )
5555 .displayItems (CEICreativeModeTabs ::buildBaseContents )
56+ .withTabsBefore (ResourceLocation .fromNamespaceAndPath ("create_dragons_plus" , "base" ))
5657 .build ();
5758 }
5859
5960 private static void buildBaseContents (CreativeModeTab .ItemDisplayParameters parameters , CreativeModeTab .Output output ) {
6061 output .accept (MECHANICAL_GRINDSTONE );
61- output .accept (FLUID_HATCH );
6262 output .accept (EXPERIENCE_HATCH );
6363 output .accept (EXPERIENCE_LANTERN );
6464 output .accept (PRINTER );
@@ -75,8 +75,5 @@ private static void buildBaseContents(CreativeModeTab.ItemDisplayParameters para
7575 output .accept (EXPERIENCE_CAKE );
7676 output .accept (EXPERIENCE_CAKE_SLICE );
7777 output .accept (EXPERIENCE_BUCKET );
78- for (var color : DyeColors .CREATIVE_MODE_TAB ) {
79- CDPFluids .DYES_BY_COLOR .get (color ).getBucket ().ifPresent (output ::accept );
80- }
8178 }
8279}
You can’t perform that action at this time.
0 commit comments