aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
AgeCommit message (Collapse)Author
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-19Fluid lost when transporting fluid from GregTech pipe to EnderIO Conduitrepo_alt
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/4161
2021-11-19Add MTBE as an alternative to ETBE in HOG productionGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
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-13Merge pull request #730 from D-Cysteine/fix-output-hatchMartin Robertz
Remove infinite retries on throughput each tick
2021-11-13fix 4 slot mixer nei supportMartin Robertz
(cherry picked from commit 6272d6d84052a03cd7d9b3398573527217923907)
2021-11-13Remove infinite throughputD-Cysteine
2021-11-12Update GT_MetaTileEntity_Hatch_Maintenance.javaAlkalus
Only damage tool(s) if the maintenance for that tool needs to be done.
2021-11-12Update GT_MetaTileEntity_Hatch_Maintenance.javaAlkalus
Made Toolbox work for maintenance issues.
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-11Add 4 Slots to mixer output at hvMartin Robertz
re add red steel and Blue Steel recipe (hv) change fluid tank in Ev Mixer
2021-11-11Merge pull request #724 from GTNewHorizons/hatch-size-changeMartin Robertz
Hatch size change
2021-11-11Merge pull request #718 from GTNewHorizons/ev-motos-re-tierMartin Robertz
change ev motor wire material to Black Steel
2021-11-12color changeGlodBlock
2021-11-10Fix output hatch locked fluid display for placeable fluids.repo_alt
Fix scanner to report locked fluid even when the hatch is not locked https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8801
2021-11-07fix derpMartin Robertz
(cherry picked from commit d602218c160a7c2e2d4e84ae5ba4a32c829a2ca4)
2021-11-07fix hatch capacity codeMartin Robertz
(cherry picked from commit 17f9f29fbdf18f794e6459fcb4b1f84b5b393b16)
2021-11-07fix tooltipMartin Robertz
(cherry picked from commit 60dbbe9f6bfac545daf65eb4463e4bac045f69c6)
2021-11-07change input and output hatch sizeMartin Robertz
2021-11-07change to black steelMartin Robertz
remove autogenerated black steel ebf recipe
2021-11-06Make GT_LanguageManager injects into correct languageRaphael
2021-10-30Merge pull request #704 from D-Cysteine/number-formatMartin Robertz
Try to use locale number formatting
2021-10-29remove auto generated ebf recipe from Damascus steelDreamMasterXXL
(cherry picked from commit 35f609a4267de0af5812a54991d5ba55a2daac05)
2021-10-28disable vanadiumsteel auto generated ebf recipeDreamMasterXXL
(cherry picked from commit 946878bfaba8f51111f1fa0d9d3c12eaf656b69f)
2021-10-25Fix fusion stored energy amount flickeringGlease
2021-10-25Only send mContent when necessaryGlease
2021-10-25Fix quantum tanks fluid amount flickeringGlease
par2 Might be negative under certain circumstance, causing the mContent counter to be temporarily negative.
2021-10-23Try to use locale formattingD-Cysteine
* Also format some more of the portable scanner's output
2021-10-22Merge pull request #692 from KiloJoel/feature/for-research-multiblockMartin Robertz
Research Completer - Added machine casing and assets
2021-10-22Try start processing immediately upon manual fluid manipulationGlease
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-20Merge pull request #689 from GTNewHorizons/Tiny-Sanity-BalanceMartin Robertz
MC > Oriharukon in Melodic Alloy
2021-10-20Merge pull request #693 from D-Cysteine/miner-cobblestoneMartin Robertz
Detect the ore type and replace with that type of cobble