[TRACKING] 1.20.1 #129
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#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "update/1.20.1"
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
This is a tracking PR for 1.20.1 porting. Will not merge for a while.
Closes #128
Todo
Blockers
This PR is big, and will 100% break other branches. To make sure people's work isn't lost, all PRs before a certain point will be merged. As of now, there is no deadline for this as we're not committing to a 1.20.1 switch date, but listing the one's I am aware of here.
Any stale PRs are being omitted from this list simply to not hold up the queue. Any PRs that predate this should ideally continue to target 1.19.4 (some may need updating) however if you have planned changes, ask in Discord first as you may want to start working in 1.20.1.
Checklist:
looks good to me
onSecurityBreach is missing @override and because of the securitysystem being gone that method should be removed entirely
@ -120,3 +120,2 @@@Nullableprivate T tooltipDisplayCache;@Nullable private T tooltipDisplayCache;has this one parameter really be on it's own line because it's too long? maybe disable formatting before this line and enable after this one or extract the tooltipformatting
@ -17,3 +14,4 @@// TODO: 1.20.1, why does this do custom work?public class IndustrialInsulationBlock extends SpongeBlock {private static final int MAX_REPLACES = 64;private static final int MAX_RANGE = 6;what do you mean by this?
@ -17,3 +14,4 @@// TODO: 1.20.1, why does this do custom work?public class IndustrialInsulationBlock extends SpongeBlock {private static final int MAX_REPLACES = 64;private static final int MAX_RANGE = 6;I was wondering why this has logic in addition to the base sponge block
Once that final comment is resolved, going to merge this in and get rolling with 1.20 bits and bobs. Recipes will be merged and ported shortly after review.
@ -17,3 +14,4 @@// TODO: 1.20.1, why does this do custom work?public class IndustrialInsulationBlock extends SpongeBlock {private static final int MAX_REPLACES = 64;private static final int MAX_RANGE = 6;it voids all fluids, not just water
@ -17,3 +14,4 @@// TODO: 1.20.1, why does this do custom work?public class IndustrialInsulationBlock extends SpongeBlock {private static final int MAX_REPLACES = 64;private static final int MAX_RANGE = 6;ahh so it does! Thats all good then ill drop the comment and merge :)