aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2022-01-09Added smoke to charcoal pile igniter (#860)YannickMG
- Visible indicator of pollution - Useful to tell from a distance if it finished processing
2022-01-08Fix Charcoal Pit Igniter choking on pollutionYannickMG
Necessary because the pollution per tick is no longer 0.
2022-01-08Fix ItemFilter GUI brokenGlease
2022-01-07Review how per chunk modifier for oil is calculated (#855)Glease
2022-01-06Modify translation numbers for localization (#854)iouter
Modify translation numbers for localization
2022-01-06Add in game GUI to configure client preference (#852)Glease
* Add in game GUI to configure client preference * Fix backslash
2022-01-03Allow drag and drop from NEI to set output hatch locking (#845)Glease
* Allow drag and drop from NEI to set output hatch locking also cleaned up the output hatch networking code * Add not locked indicator
2022-01-02Fix pollution overflow (#843)Glease
2021-12-31clarify conditional (#842)bombcar
* clarify conditional * keep conditional
2021-12-30Refactors for easier reading (#839)Jason Mitchell
* Refactors * Common functionality to base classes * GT Pre/Postload broken into more modular pieces * Extract common (mainly cover related) functionality from BaseMetaTileEntity & BaseMetaPipeEntity
2021-12-30fix tank stacks getting an empty nbt tag now and then (#838)Glease
2021-12-27Allows GT_Network to be created from addon mods. Similar to how the network ↵Jason Mitchell
handler is implemented in GT6. Adds some extra validation that the packet IDs line up appropriately. (#836)
2021-12-24tt support for pa (#833)Yang Xizhi
* 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>
2021-12-24add more turbine texture (#835)Yang Xizhi
2021-12-21Fix typo (#829)Glease
2021-12-20remove the client side methodGlodBlock
2021-12-18Fix derp in BaseMetaPipeEntity during git merge (#824)Glease
Also added a bunch of fallback overrides to GT_Cover_None in the case of my stupid programming errors again
2021-12-18add a quick way to clear tank (#823)Yang Xizhi
2021-12-17blacklist the vac tube and graphene dust (#819)Yang Xizhi
2021-12-17Fix Cryoliote Combs to avoid meta id issuesMartin Robertz
2021-12-16fix rgb overflow (#814)Yang Xizhi
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/9104
2021-12-16reduce the amplifier (#813)Yang Xizhi
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
2021-12-15Fix assline recipe rejection (#810)Glease
Also slightly improved the data stick updating
2021-12-15Fix incorrect common code extraction (#807)Glease
2021-12-15Fix discrepancy between structure check and hologram (#801)Glease
2021-12-15Move cache registration out of constructor (#806)Glease
2021-12-15Fix TT assline recipe not being recognized (#805)Glease
2021-12-13add unlocalizedname fluid map (#796)Yang Xizhi
* add unlocalizedname fluid map * change the lock name into fluid name
2021-12-13Update GT_MetaTileEntity_ProcessingArray.javaAlkalus
Allows machines not using the .basicmachine prefix to work.
2021-12-13Yeet unused compat, including GT adding a bunch of RC rock crushing recipes ↵Jason Mitchell
:-/ (#798)
2021-12-12add infinite oil rig (#795)boubou19
* add infinite oil rig * fix typo * get same speed as the oil rig III * adjust speed for the infinite oil rig
2021-12-11fix NPE (#794)Yang Xizhi
* make the debuff time depend on contents * fix npe in fluid
2021-12-11add Cryolite Bee and combs (#793)Martin Robertz
* add Cryolite Bee and combs * add Cryolite Block
2021-12-09remove duplicate recipes (#789)bombcar
2021-12-09Add threshold support to item and fluid covers (#785)D-Cysteine
* Add threshold support to item and fluid covers * Switch to storing in NBT * Add handling for migration path * Adjust item threshold max value
2021-12-08Fix assline oredict support (#786)Glease
* Fix assline oredict support * Fix assline hash generation depending on transient states
2021-12-08Distillation circuit (#784)Martin Robertz
* 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>
2021-12-06Add tooltip to programmed circuit to make new feature more obvious (#783)Glease
* Add tooltip to programmed circuit to make new feature more obvious * Fix previous typo
2021-12-05make the debuff time depend on contents (#780)GlodBlock
2021-12-04Make machine reconfiguration interface a little nicerGlease
also tweaked the API a little for GT++ conf circuits and bartworks circuit programmer Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-12-02add select circuit gui for machine and circuits itself (#773)Martin Robertz
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>
2021-12-02Merge pull request #772 from GTNewHorizons/experimentalMartin Robertz
the fix went to wrong branch
2021-12-02Fix assline NPEGlease
As noted here https://github.com/GTNewHorizons/GT5-Unofficial/commit/a07d8b58642eb9161479dcb3a285ad9979a74d2c#commitcomment-61224376 Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-12-01Remove special charactersJohann Bernhardt
2021-12-01Add a new ghost slot to single block machines for config circuitsGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-29Merge pull request #760 from bombcar/fix-pipe-tooltipMartin Robertz
update speed to L/t
2021-11-29Merge pull request #762 from boubou19/pollutionMartin Robertz
Pollution
2021-11-30Bug fix pass in UO and PollutionGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-29add both L/t and L/s to pumpsbombcar
2021-11-29update speed to L/tbombcar