-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GT6 cable quality of life improvements (#1349)
* Allow use of wire cutter/soldering item on the tile entity, as well as the wire, for a connect/disconnect * revert soldering iron changes * Added missing overlays, made the passtrough of wire cutting/connectiong trough gt machine blocks work only if the player is isneaking. And because of that, added back the soldering iron support. * Solar Panel Fix Two main pieces: 1) Updates solar panel (cover) behavior to always show connected, and allows connect() to work without a tile entity. This bit is mostly optional and mainly included so the client renders the panels as connected. 2) Updates injectEnergy() to allow injection from unconnected, but UNKNOWN directions (6) - which is what solar panels and transformers use. * Make AE2 GT-p2p tunnels connect to gt cables
- Loading branch information
1 parent
8a1f56d
commit 5cb5bd0
Showing
9 changed files
with
227 additions
and
120 deletions.
There are no files selected for viewing
152 changes: 81 additions & 71 deletions
152
src/main/java/gregtech/api/interfaces/metatileentity/IMetaTileEntity.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.