-
Notifications
You must be signed in to change notification settings - Fork 110
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
Conduit facades #771
Merged
Merged
Conduit facades #771
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rover656
added
Type-Enhancement
New feature or enhancement to existing feature.
Area-Conduits
Everything involving conduits
MC-1.21
labels
Aug 5, 2024
...src/main/java/com/enderio/conduits/client/model/conduit/facades/FacadeChunkReloadHelper.java
Outdated
Show resolved
Hide resolved
Rover656
force-pushed
the
feat/conduit-facades
branch
from
August 21, 2024 12:39
4638a57
to
66a275b
Compare
You're doing gods work guys! |
Rover656
force-pushed
the
feat/conduit-facades
branch
from
September 29, 2024 00:22
485b5e8
to
382a8f5
Compare
Rover656
force-pushed
the
feat/conduit-facades
branch
from
October 12, 2024 17:32
382a8f5
to
944fb0f
Compare
Rover656
force-pushed
the
feat/conduit-facades
branch
from
December 23, 2024 02:43
944fb0f
to
cb31ffd
Compare
…upports the "transparent" variant (in code). Facades hide when holding a wrench. Next need to add facade items instead of using the painted slab, handle increased blast resistance and allow facades to be placed without any conduit in the space (for laying down future paths). Also need to handle break interactions.
…ng the block below
Conduit items now also hide facades
Currently invisible before painting now.
- transparent rendering - custom item model - CTM and tint support - Item models
Rover656
force-pushed
the
feat/conduit-facades
branch
from
December 29, 2024 21:19
ea6cf4a
to
d54c01e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-Conduits
Everything involving conduits
MC-1.21
Type-Enhancement
New feature or enhancement to existing feature.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Deferred for future:
Closes #301
TODO
Ability to place conduit bundle with no conduits (facade only)future workConfig option for enable/disable conduit facade hiding functionality entirely.cannot be a user preference with how it is designed atm.Checklist