[WIP Tracker] Update to 1.19 #57
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#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "update/1.19"
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
Slowly working on porting to 1.19. Will not build let alone run yet.
Waiting for us to be able to run on latest forge with registrate before merge.
Fixes #59
Todo
Issues:
Note: this PR got big, so some of the 1.19 porting stuff will continue in future PRs now. Just waiting for the Registrate PR then we'll merge.
Checklist:
@ -398,1 +104,3 @@})enderio {source sourceSets.apisource sourceSets.coreThose seem to be available
is star import wanted?
Component.empty()
everything is notnull by default
@ -398,1 +104,3 @@})enderio {source sourceSets.apisource sourceSets.coreThey are now, but weren't when I started the port branch :)
I don't think it hurts anything really, unless we really want to avoid wildcards. but to be fair all init classes are used for init.
alright
@ -411,0 +230,4 @@"Specification-Vendor" : "SleepyTrousers","Specification-Version" : "1","Implementation-Title" : project.name,"Implementation-Version" : project.jar.archiveVersion,since we don't provide any modules this should all be enderio-<mc-version>, right?
@ -411,0 +230,4 @@"Specification-Vendor" : "SleepyTrousers","Specification-Version" : "1","Implementation-Title" : project.name,"Implementation-Version" : project.jar.archiveVersion,correct, i missed this when copying this block :P
Gonna go for merging this soon, waiting for the build to hopefully pass first