aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
AgeCommit message (Collapse)Author
2021-08-07Add formatting to pipes, wires, super chests, super tanksD-Cysteine
2021-08-07Make DecimalFormat staticD-Cysteine
2021-08-07Add warning comment just in caseD-Cysteine
2021-08-07Also format recipe timeD-Cysteine
2021-08-07Add number formatting for tooltips & recipesD-Cysteine
2021-08-05Remove bSortStacks checkD-Cysteine
2021-08-05Merge pull request #626 from D-Cysteine/bypass-disassemblerMartin Robertz
Add disassembler restrictions bypass
2021-08-05Merge pull request #625 from GTNewHorizons/speedupMartin Robertz
GT_Recipe Speedup
2021-08-04Merge pull request #627 from D-Cysteine/add-cracked-cellsMartin Robertz
Add cracked fluid cells
2021-08-03Code cleanupD-Cysteine
2021-08-03Use MetaGenerated_Item_99D-Cysteine
2021-08-03Add disassembler restrictions bypassD-Cysteine
2021-08-03Removed ArrayIterator and NonNullIterator, because they're redundantTimeConqueror
2021-08-03Sped up ArrayExt#withoutTrailingNulls by iterating from the last elementTimeConqueror
2021-08-03GT_Recipe: speedupTimeConqueror
2021-08-03Well, the name 'Arrays' seems to be not so good, since it collides with ↵TimeConqueror
java.util.Arrays
2021-08-03OutputBus: removed excess constructor with the same parametersTimeConqueror
2021-08-02Added some constructors to Hatch Buses to remove some GTPP ASMTimeConqueror
2021-08-01Add cracked fluid cellsD-Cysteine
2021-08-01Merge pull request #619 from D-Cysteine/fix-molten-cellsMartin Robertz
Fix molten cells
2021-08-01Manual mergingTimeConqueror
2021-08-01Merge branch 'experimental' into code-improvementsAndrey
2021-08-01Fix molten cells for some fluidsD-Cysteine
2021-08-01increase the generator's eu capacityGlodBlock
2021-08-01Improved readability of setBlockEventTimeConqueror
2021-08-01Improved readability of BaseMetaTileEntity receiveClientEventTimeConqueror
2021-08-01Fix off by one in cubic multi base and tooltip builderGlease
Also added a command to toggle structure lib debug print. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-31Fix iteration over invalid slotsD-Cysteine
2021-07-30changed rods to work with gt_utility hazmat checkSphyix
2021-07-30fix (GT) build on jenkinsDreamMasterXXL
2021-07-30Merge branch 'experimental' into fix-clay-bucketsMartin Robertz
2021-07-30Merge pull request #551 from GTNewHorizons/structurelib-integrationMartin Robertz
StructureLib integration
2021-07-30Make GT_MetaTileEntity_CubicMultiBlockBase easier to useGlease
2021-07-30Fix typo in cubic base structure definitionGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix frame box hint & placementGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Use upstream existing localization instead of creating our ownGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix coil hint block usageGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix ClassCastException in GT_MetaTileEntity_CubicMultiBlockBaseGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Make block hint text more informativeGlease
Also migrated from defer to lazy where possible Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fixes related to coil hint blocksGlease
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-30Fix mod loading order problemGlease
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-30general bugfix & tweaking pass for multisGlease
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-30re-enable flipping, but add an option to render them not flippedGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30fix distillation tower not outputting bottom fluidGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix coil structure checksGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Allow modifying alignment limits after instance initializationGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30turn off flipping as it bothers some people too muchGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30make fuel recipe map index building a bit more robustGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30draw flipped textures & flipping markersGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30optimize fuel recipe lookupGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>