Upgrade to 1.18.2 #20

Merged
Rover656 merged 4 commits from update/1.18.2 into dev/1.18.x 2022-03-22 21:00:22 +00:00
Rover656 commented 2022-03-07 11:55:53 +00:00 (Migrated from github.com)

Description

Found some free time so I brought us up onto 1.18.2. Looks all good but needs reviewing of course.
Leaving as draft until tterrag1098/Registrate#41 is merged.

Checklist:

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
# Description Found some free time so I brought us up onto 1.18.2. Looks all good but needs reviewing of course. Leaving as draft until tterrag1098/Registrate#41 is merged. # Checklist: - [x] My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you) - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation <!-- Thanks to: https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ for the building blocks of this template -->
justliliandev (Migrated from github.com) requested changes 2022-03-16 14:43:59 +00:00
@ -1,6 +1,6 @@
package com.enderio.base.common.capability.fluid;
justliliandev (Migrated from github.com) commented 2022-03-16 14:38:06 +00:00

remove unused import

```suggestion ``` remove unused import
@ -35,2 +29,4 @@
public static void classload() {
RECIPE_SERIALIZER_REGISTRY.register(FMLJavaModLoadingContext.get().getModEventBus());
}
}
justliliandev (Migrated from github.com) commented 2022-03-16 14:39:20 +00:00

maybe classloading using event instead of non finalizing the Types?

maybe classloading using event instead of non finalizing the Types?
@ -13,7 +13,7 @@ import net.minecraft.data.recipes.ShapedRecipeBuilder;
import net.minecraft.data.recipes.ShapelessRecipeBuilder;
import net.minecraft.resources.ResourceLocation;
justliliandev (Migrated from github.com) commented 2022-03-16 14:42:10 +00:00

remove unused import

```suggestion ``` remove unused import
Rover656 (Migrated from github.com) reviewed 2022-03-19 21:50:58 +00:00
@ -35,2 +29,4 @@
public static void classload() {
RECIPE_SERIALIZER_REGISTRY.register(FMLJavaModLoadingContext.get().getModEventBus());
}
}
Rover656 (Migrated from github.com) commented 2022-03-19 21:50:54 +00:00

Could you elaborate?

Could you elaborate?
Rover656 commented 2022-03-22 21:00:18 +00:00 (Migrated from github.com)

Merging now :D thanks agnor for the reviews.

Merging now :D thanks agnor for the reviews.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#20
No description provided.