-
Notifications
You must be signed in to change notification settings - Fork 25
Create module hatch + parallel modifier function #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Module Hatch Tier 8 -> Basic Module Hatch
Module Hatch Tier 9 -> Advanced Module Hatch
Module Hatch Tier 10 -> Elite Module Hatch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| .langValue("Module Hatch Tier " + tier) | ||
| .rotationState(RotationState.ALL) | ||
| .abilities(CosmicPartAbility.MODULE_HATCH) | ||
| // TODO for ghosti: give tooltip and model |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean I just need to make an overlay sprite? or construct the model entirely
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to put an overlay on the tier block, you can change it to overlayTieredHullModel(resloc of your overlay), that's how we do it for e.g. the soul hatch ye
src/main/java/com/ghostipedia/cosmiccore/common/data/recipe/CosmicRecipeModifiers.java
Outdated
Show resolved
Hide resolved
* Create module hatch + parallel modifier function * spotless * by god, now there's 3 of them * Fix recipe modifier, change lang --------- Co-authored-by: Ghostipedia / Caitlynn <46772882+Ghostipedia@users.noreply.github.com>
Still needs tooltip, texture
Also still testing