Age | Commit message (Collapse) | Author |
|
proper. (#907)
|
|
* initial work on facade covers
* fix colorMultiplier
also removed derp
* Clean up drop cover texture reset code
What was I thinking actually? Send a packet to reset client states?
* Fix cover display stack
|
|
* add recipe filter block
* Add tooltip to recipe filter GUI & improve type filter UI interaction
now you can click special slot in type filter UI to directly set the oreprefix based on the stack held on the cursor
|
|
* Allow toolbox usage for maintenance w/o opening GUI
(Also resolves https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9044)
* ME output bus cache refactored
Now the bus will infinitely cache items until you connect it to ME network
(this means that any other (overflow) output buses will never receive anything by default)
This behaviour is toggleable by the screwdriver.
|
|
* Add network support for chanining GT Tile GUIs
* Implemented Cover Tabs for IGregTechTileEntity
See GTNewHorizons/GT-New-Horizons-Modpack#9367 for details
* Added IGuiIcon
For easier addon extensibility of GT_GuiIcon
Also fixed Ghost Circuit tab tooltip overlapping right-side cover tabs
* Typo fix
* Fixed unintended scala import
* Tabs -> Spaces on the files I've touched
* Propagate needsSteamVenting to UIs
* Note special slot usage
Determine whether a machine's recipe list ever makes use of the special slot
* Add 2 configurable tooltip verbosity levels
* Readability pass
* New tooltip cache for flexibility
It loads a configurable amount of lines per key
based on the user's chosen verbosity levels
* Let GT_GuiTooltipJava to use verbosity and LSHIFT
* "Smart" auto-hiding tooltips
* GT_GUIContainerMetaTile_Machine tooltip support
* Rework Basic Machine tooltips
* Wordy tooltips -> extended tooltips (clearer)
* Fixed off-by-one error on power slot tooltips
* Cleanup
|
|
this is to combat the problem of TT data bank pushing not updated sticks as ghost item into assline, which then constantly reupdate said sticks. with this change even data sticks in TT data bank will update.
|
|
* fix item stuck
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9338
* glease's suggestion
|
|
|
|
* Refactors
* Common functionality to base classes
* GT Pre/Postload broken into more modular pieces
* Extract common (mainly cover related) functionality from BaseMetaTileEntity & BaseMetaPipeEntity
|
|
* tt support for pa
* remove anti pattern. clear up duplicated code fragments
* fix copy pasting error
* add vanilla energy hatch back
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
Also added a bunch of fallback overrides to GT_Cover_None in the case of my stupid programming errors again
|
|
Also tweaked allowPutStack to consider configured circuits as well.
|
|
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9171
|
|
Add allow multistack to client preference
|
|
Default to false
|
|
|
|
* change sb manchine filter logic
it will allow sb machine to accept more one stack of the same item when filer mode is off.
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9107
* add another mode
* forget lang change
|
|
|
|
* add unlocalizedname fluid map
* change the lock name into fluid name
|
|
* Reformat
* Stop energy calcs from overflowing by switching int->long in several places in the new graph code to be consistent with how they're used elsewhere.
|
|
(Also resolves https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9044)
|
|
* Add threshold support to item and fluid covers
* Switch to storing in NBT
* Add handling for migration path
* Adjust item threshold max value
|
|
|
|
also tweaked the API a little for GT++ conf circuits and bartworks circuit programmer
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Fix single block generators accepting stuff it shouldn't
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
Reduce innate outbound loss by one tier
|
|
Make the GT pollution values tweakable through config.
|
|
This will make LV power networks less annoying to build
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/3166
|
|
[Proof of concept] Allow locking multi-block machines to a single recipe, to reduce server cost
|
|
Flip wrench behaviour for buffer-like tiles
|
|
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/4161
|
|
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
|
|
Only damage tool(s) if the maintenance for that tool needs to be done.
|
|
Made Toolbox work for maintenance issues.
|
|
Hatch size change
|