aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/util
AgeCommit message (Collapse)Author
2021-12-05mitigate BLS's pedantic screen update problem (#777)Glease
For now, we attempt to not send more than 30 updates per second to make it happy
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-11-30fix wrong Arrays being used in assline datasticksGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-30Bug fix pass in UO and PollutionGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-28Merge pull request #757 from GTNewHorizons/patch-pollutionMartin Robertz
Fix pollution ticking and reading
2021-11-28remove tiny dust in ore processGlodBlock
2021-11-28Fix pollution ticking and readingGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-26fix GT_Recipe_Map_FormingPress for PArepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8875
2021-11-21Add comment about GTppRecipeHelperD-Cysteine
2021-11-20Rename variables and add some commentsD-Cysteine
2021-11-20Fix recipe input checkD-Cysteine
2021-11-20Merge pull request #743 from D-Cysteine/fix-gtpp-semifluidMartin Robertz
Fix GT++ semi-fluid generator
2021-11-20Merge pull request #732 from D-Cysteine/lock-single-recipeMartin Robertz
[Proof of concept] Allow locking multi-block machines to a single recipe, to reduce server cost
2021-11-20Merge pull request #735 from GTNewHorizons/AssLine-Data-Stick-FixMartin Robertz
Assembly line data stick fix
2021-11-20Fix GT_Recipe_Map_Fuel not handling fuel recipes correctlyD-Cysteine
This fixes the GT++ semi-fluid generator
2021-11-18Factor in stack sizes for Hashing.Alkalus
2021-11-18Actually add items to the Input Array that is hashed.Alkalus
2021-11-17Merge branch 'experimental' into lock-single-recipeMartin Robertz
2021-11-17Added hashCode and equals overrides to GT_Recipe_AssemblyLine.Alkalus
2021-11-17Fix NPE and math bugsGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17Rename GT_CoverBehavior_New to GT_CoverBehaviorBaseGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17put my names on it somehowGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17convert ItemFilter to use NBTTagCompound storageGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-17convert cover data storage to a full nbt tagGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-16Implemented use of GT_AssemblyLineUtils for the Scanner and Assembly line.Alkalus
Cleaned up Assembly Line recipe handling code. Cleaned up Scanner AL recipe handling code. Cleaned up GT_AssemblyLineUtils a touch and added a little more debugging. (Turn D1 on in GT)
2021-11-16Improved caching.Alkalus
2021-11-16Cleaned up the class a little.Alkalus
Added Caching to Assembly Line output lookups.
2021-11-16Implemented groundwork for fixing Data Stick exploiting.Alkalus
2021-11-15Fully optimize PA checkD-Cysteine
2021-11-16underground oil and pollution persistence form reworkGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-11-14Add single recipe checkD-Cysteine
2021-11-13fix 4 slot mixer nei supportMartin Robertz
(cherry picked from commit 6272d6d84052a03cd7d9b3398573527217923907)
2021-11-12Update GT_ModHandler.javaAlkalus
Fix GT_Tools not going into the IC2 Toolbox. https://media.discordapp.net/attachments/603348502637969419/908770911203758080/2021-11-12_17.29.53.png?width=1277&height=683
2021-11-06Make GT_LanguageManager injects into correct languageRaphael
2021-10-23Try to use locale formattingD-Cysteine
* Also format some more of the portable scanner's output
2021-10-21fix the same unlocalizedNameGlodBlock
fix https://discord.com/channels/181078474394566657/401118216228831252/900697821450215464
2021-10-21Make Input Bus and Input Hatch to remember recipe mapGlease
This recipe map is used to filter input. After chunk load, there will be a short delay between event "chunk finished loading" and "multiblock controller sets the recipe map". Not remembering it makes the hatch to temporarily accept arbitrary input until that happens.
2021-10-19Fix comment grammarD-Cysteine
2021-10-19Detect the ore type and replace with that type of cobbleD-Cysteine
2021-10-18Further optimization to NEI lookupGlease
2021-10-18Optimize away potentially expensive NBT copy in getAssociationGlease
2021-10-16Merge pull request #670 from GTNewHorizons/Silicon-Alu-Autoclave-updateMartin Robertz
Silicon alu autoclave update
2021-09-27allow VF to accept fluid inputGlodBlock
2021-09-26preload all FluidContainerDataGlodBlock
2021-09-25fix Autoclave graphicDreamMasterXXL
(cherry picked from commit 4544849c1afe7a6aa9a5da370cb98b19bad25c53)
2021-09-25add 4 slots to AutoclaveDreamMasterXXL
LV is 1 Slot MV is 2 Slots HV is 3 Slots EV is 4 Slots remove Silicon ebf recipe added new Sio2 recipes
2021-09-19Fix GT ToolsMinepolz320
I tried to fix the tools
2021-08-21use hook as Glease suggestedGlodBlock
2021-08-16Removed useless concurrency for some mapsTimeConqueror
2021-08-12Sped up GT_Utility#areUnificationsEqualTimeConqueror