Age | Commit message (Collapse) | Author |
|
- Visible indicator of pollution
- Useful to tell from a distance if it finished processing
|
|
Necessary because the pollution per tick is no longer 0.
|
|
|
|
|
|
Modify translation numbers for localization
|
|
* Add in game GUI to configure client preference
* Fix backslash
|
|
* Allow drag and drop from NEI to set output hatch locking
also cleaned up the output hatch networking code
* Add not locked indicator
|
|
|
|
* clarify conditional
* keep conditional
|
|
* Refactors
* Common functionality to base classes
* GT Pre/Postload broken into more modular pieces
* Extract common (mainly cover related) functionality from BaseMetaTileEntity & BaseMetaPipeEntity
|
|
|
|
handler is implemented in GT6. Adds some extra validation that the packet IDs line up appropriately. (#836)
|
|
* 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
|
|
|
|
|
|
|
|
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9104
|
|
it is unreasonable to make player starve to die in dozens of seconds with full hunger bar
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9156
|
|
Also slightly improved the data stick updating
|
|
|
|
|
|
|
|
|
|
* add unlocalizedname fluid map
* change the lock name into fluid name
|
|
Allows machines not using the .basicmachine prefix to work.
|
|
:-/ (#798)
|
|
* add infinite oil rig
* fix typo
* get same speed as the oil rig III
* adjust speed for the infinite oil rig
|
|
* make the debuff time depend on contents
* fix npe in fluid
|
|
* add Cryolite Bee and combs
* add Cryolite Block
|
|
|
|
* Add threshold support to item and fluid covers
* Switch to storing in NBT
* Add handling for migration path
* Adjust item threshold max value
|
|
* Fix assline oredict support
* Fix assline hash generation depending on transient states
|
|
* add input slots to Distillation Tower
* borrow Large chemical reactor code to make it show up in Nei
* add itemstack to Distillation multi machine code
(cherry picked from commit e6e4203979340fc21f8ef4e1d6e9d0376afd3ef6)
* remove unnecessary checks
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
* Add tooltip to programmed circuit to make new feature more obvious
* Fix previous typo
|
|
|
|
also tweaked the API a little for GT++ conf circuits and bartworks circuit programmer
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
also fixed some issue with basic machine gui introduced in 9d42b299def1c41bbc7a1f01efe445be28f54399
also retrofitted volumetric flask to use the new INetworkUpdatableItem and GT_Packet_UpdateItem, deprecating MessageSetFlaskCapacity in the meanwhile.
To open the gui for machine, shift-left-click the circuit slot
To open the gui for circuit, click any block (need to be sneaking if it's chest, furnace, etc) with the circuit held in hand.
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
the fix went to wrong branch
|
|
As noted here https://github.com/GTNewHorizons/GT5-Unofficial/commit/a07d8b58642eb9161479dcb3a285ad9979a74d2c#commitcomment-61224376
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
update speed to L/t
|
|
Pollution
|
|
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
|
|
|