Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-13 | fix 4 slot mixer nei support | Martin Robertz | |
(cherry picked from commit 6272d6d84052a03cd7d9b3398573527217923907) | |||
2021-11-12 | Update GT_ModHandler.java | Alkalus | |
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-06 | Make GT_LanguageManager injects into correct language | Raphael | |
2021-10-23 | Try to use locale formatting | D-Cysteine | |
* Also format some more of the portable scanner's output | |||
2021-10-21 | fix the same unlocalizedName | GlodBlock | |
fix https://discord.com/channels/181078474394566657/401118216228831252/900697821450215464 | |||
2021-10-21 | Make Input Bus and Input Hatch to remember recipe map | Glease | |
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-19 | Fix comment grammar | D-Cysteine | |
2021-10-19 | Detect the ore type and replace with that type of cobble | D-Cysteine | |
2021-10-18 | Further optimization to NEI lookup | Glease | |
2021-10-18 | Optimize away potentially expensive NBT copy in getAssociation | Glease | |
2021-10-16 | Merge pull request #670 from GTNewHorizons/Silicon-Alu-Autoclave-update | Martin Robertz | |
Silicon alu autoclave update | |||
2021-09-27 | allow VF to accept fluid input | GlodBlock | |
2021-09-26 | preload all FluidContainerData | GlodBlock | |
2021-09-25 | fix Autoclave graphic | DreamMasterXXL | |
(cherry picked from commit 4544849c1afe7a6aa9a5da370cb98b19bad25c53) | |||
2021-09-25 | add 4 slots to Autoclave | DreamMasterXXL | |
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-19 | Fix GT Tools | Minepolz320 | |
I tried to fix the tools | |||
2021-08-21 | use hook as Glease suggested | GlodBlock | |
2021-08-16 | Removed useless concurrency for some maps | TimeConqueror | |
2021-08-12 | Sped up GT_Utility#areUnificationsEqual | TimeConqueror | |
2021-08-10 | Added Damage Source Based on Hot Item (for gloves in GTNHCoreMod) | TimeConqueror | |
2021-08-08 | Add formatting to getCoordinateScan() | D-Cysteine | |
2021-08-08 | Remove scientific notation formatter | D-Cysteine | |
2021-08-07 | Print powers of 10 instead, for large numbers only | D-Cysteine | |
2021-08-07 | Merge branch 'format-numbers' of ↵ | D-Cysteine | |
https://github.com/D-Cysteine/GT5-Unofficial into format-numbers | |||
2021-08-07 | Make DecimalFormat static | D-Cysteine | |
2021-08-07 | Add warning comment just in case | D-Cysteine | |
2021-08-07 | Also format recipe time | D-Cysteine | |
2021-08-07 | Add number formatting for tooltips & recipes | D-Cysteine | |
2021-08-05 | Merge pull request #626 from D-Cysteine/bypass-disassembler | Martin Robertz | |
Add disassembler restrictions bypass | |||
2021-08-05 | Merge pull request #625 from GTNewHorizons/speedup | Martin Robertz | |
GT_Recipe Speedup | |||
2021-08-04 | Merge pull request #627 from D-Cysteine/add-cracked-cells | Martin Robertz | |
Add cracked fluid cells | |||
2021-08-03 | Add disassembler restrictions bypass | D-Cysteine | |
2021-08-03 | Removed ArrayIterator and NonNullIterator, because they're redundant | TimeConqueror | |
2021-08-03 | Sped up ArrayExt#withoutTrailingNulls by iterating from the last element | TimeConqueror | |
2021-08-03 | GT_Recipe: speedup | TimeConqueror | |
2021-08-03 | Well, the name 'Arrays' seems to be not so good, since it collides with ↵ | TimeConqueror | |
java.util.Arrays | |||
2021-08-02 | Added some constructors to Hatch Buses to remove some GTPP ASM | TimeConqueror | |
2021-08-01 | Add cracked fluid cells | D-Cysteine | |
2021-08-01 | Fix off by one in cubic multi base and tooltip builder | Glease | |
Also added a command to toggle structure lib debug print. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | fix (GT) build on jenkins | DreamMasterXXL | |
2021-07-30 | Merge branch 'experimental' into fix-clay-buckets | Martin Robertz | |
2021-07-30 | Fix frame box hint & placement | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Use upstream existing localization instead of creating our own | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fix coil hint block usage | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Make block hint text more informative | Glease | |
Also migrated from defer to lazy where possible Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fixes related to coil hint blocks | Glease | |
Also updates StructureLib to fix invisible block hint and pulled the utility methods up. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fix mod loading order problem | Glease | |
This utility method could probably be extracted to upstream. Let's do it when the structurelib integration comes to the end of test phase. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | general bugfix & tweaking pass for multis | Glease | |
1. stupid typo in EBF preventing it from working at all. 2. All multis now require exactly one maintenance hatch to form. 3. All multis now use the unified overclocking mechanism if possible. 4. All multis that emits pollution now require at least one muffler hatch to form. 5. Coil structure element slightly tweaked. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | Fix coil structure checks | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> | |||
2021-07-30 | make fuel recipe map index building a bit more robust | Glease | |
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> |