Update to 1.17 #11
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ChromaGaming/CustomDimensions#11
Loading…
Reference in a new issue
No description provided.
Delete branch "CrashCringle12/master"
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?
I spent a few hours attempting to update the plugin to work on 1.17.
From my trials it works for my purposes and was able to load custom dimensions but there are still a few errors.
One thing I couldn't figure out was how to convert this line
var dimRegistry = ((RegistryMaterials<DimensionManager>) console.customRegistry.a());
This is what i had in there just to remove the error, merely just a placeholder
RegistryMaterials<DimensionManager> dimRegistry = new RegistryMaterials<DimensionManager>(null, null);
Uh I realize I changed the pom.xml and added another file, really that's just to show what i was working with and what was done on my end to have it functioning.
Thanks for the PR! However, it seems like custom dimensions are already being loaded by the server on 1.17(.1) Spigot without the plugin, was that not the case when you were testing it?
Howdy folks,
Sorry to disrupt this convo a bit; were you at least semi-successful in doing this CrashCringle? I've tried decompiling the jar to check it out myself, but it's beyond me as a learning Java student. Almost motivated to keep learning quite literally just to try and "crack" this jar file & update it to 1.17.1. (PaperMC).
Hopefully you're still alive out there, and hopefully if you're willing, you could teach me the route you took to do this!
P.S. If possible, PLEASE send me the 1.17(.1) jar!
Hey @DecisiveDolphin! Spigot 1.17 (and its forks) should have custom dimension support. Have you tried adding the datapack in your main world and seeing if it works? I wanted to update the plugin but then focused on other things once I realized it's not necessary. However, I have been thinking on a version that updates existing dimensions to the vanilla stuff (which is just moving the dimension data around).
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.