Upgrade to 1.18.2 #20
No reviewers
Labels
No labels
Area-Assets
Area-Backend
Area-Conduits
Area-Datapacks
Area-Lang
Area-Mod Compat
Area-Parity
Area-Rendering
Good first issue
MC-1.19.2
MC-1.20.1
MC-1.20.4
MC-1.20.6
MC-1.21
MC-1.21.1
Modtoberfest
P-0-High
P-1-Medium
P-2-Low
Status-Awaiting Response
Status-Behind-Flag
Status-Blocked
Status-Cannot Reproduce
Status-Duplicate
Status-Help Wanted
Status-Incomplete Report
Status-Invalid
Status-Needs LTS Backport
Status-Needs Updating
Status-Stale
Status-To Implement
Status-Triage
Status-Wontfix
Status-Wontmerge
Type-Backport
Type-Bug
Type-Documentation
Type-Enhancement
Type-Question
Type-RFC
Type-Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Team-EnderIO/EnderIO#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "update/1.18.2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
@ -1,6 +1,6 @@package com.enderio.base.common.capability.fluid;remove unused import
@ -35,2 +29,4 @@public static void classload() {RECIPE_SERIALIZER_REGISTRY.register(FMLJavaModLoadingContext.get().getModEventBus());}}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;remove unused import
@ -35,2 +29,4 @@public static void classload() {RECIPE_SERIALIZER_REGISTRY.register(FMLJavaModLoadingContext.get().getModEventBus());}}Could you elaborate?
Merging now :D thanks agnor for the reviews.