[WIP] 1.20.1 - Conduit Overhaul: API, Upgrades and Filters #693
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#693
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lts-backport/660-conduit-overhaul"
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
Backporting #660 to 1.20.1. Skipping serialization changes to avoid breaking existing save games.
Work in progress, this PR is here for tracking.
TODO
Breaking Changes
This PR breaks all conduit APIs.
Checklist
@ -0,0 +1,16 @@package com.enderio.api.registry;🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck> reported by reviewdog 🐶
Missing package-info.java file.
@ -0,0 +396,4 @@}}public void updateShape() {🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck> reported by reviewdog 🐶
Empty statement.
@ -0,0 +1,15 @@package com.enderio.conduits.common.capability;🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck> reported by reviewdog 🐶
Missing package-info.java file.
@ -0,0 +1,37 @@package com.enderio.conduits.common.conduit.upgrade;🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck> reported by reviewdog 🐶
'if' construct must use '{}'s.
@ -0,0 +1,75 @@package com.enderio.conduits.common.integrations.mekanism;🚫 [checkstyle] <com.puppycrawl.tools.checkstyle.checks.blocks.LeftCurlyCheck> reported by reviewdog 🐶
'{' at column 57 should have line break after.
Serialization has not changed in any damaging way -
I still need to make more modifications to the redstone filters before releasing 6.1, butthis PR has run its course