hangglider #107
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#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/hangglider"
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 adds the basics for datadriven hanggliders.
sadly the mixin refmap doesn't want to generate, so I've written it by hand, we should investigate why this happens, but I couldn't figure it out
Checklist:
@ -0,0 +52,4 @@if (player.isSpectator())return;Optional<GliderMovementInfo> gliderMovementInfoOpt = calculateGliderMovementInfo(player, true);if (gliderMovementInfoOpt.isEmpty())calculateGliderMovementInfo()triggers a client message even when glider is not equippedOnly 2 small comments
@ -99,5 +105,7 @@ public class EnderIO {generator.addProvider(event.includeServer(), new EIOFluidTagsProvider(generator, event.getExistingFileHelper()));Should this move to a new init file?
@ -84,7 +84,7 @@ public class EIOFluids {private static FluidBuilder<? extends ForgeFlowingFluid, Registrate> baseFluid(String name) {maybe add a todo? Needs a fix in Registrate.
@ -99,5 +105,7 @@ public class EnderIO {generator.addProvider(event.includeServer(), new EIOFluidTagsProvider(generator, event.getExistingFileHelper()));once we have more integrations/trigger sure, but I don't see the benefit for a single thing
@ -99,5 +105,7 @@ public class EnderIO {generator.addProvider(event.includeServer(), new EIOFluidTagsProvider(generator, event.getExistingFileHelper()));I just found it seeing the trigger like that, but it doesn't really matter.