aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities
AgeCommit message (Collapse)Author
2021-09-10Merge pull request #657 from repo-alt/experimentalMartin Robertz
Allow configurable non-GT blocks in cleanroom structure
2021-09-10Merge pull request #650 from GTNewHorizons/Track-RebalanceMartin Robertz
rework(RC Rails)
2021-09-10Made cleanroom tooltip more readable on low resTimeConqueror
2021-09-09allow differentiating cleanroom additional blocks by metarepo_alt
2021-09-08Allow configurable non-GT blocks in cleanroom structurerepo_alt
2021-09-05Fix potential crashJason Mitchell
2021-08-29create a MOD ID for Core ModDreamMasterXXL
change all Core mod items match with ID Add Soldering function to Material list put all Railcraft recipes from Core mot to GT
2021-08-28Fix PA not setting input filter properlyGlease
Also slightly improved PA code quality because those IntelliJ warnings are too annoying. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-08-27Merge pull request #649 from kuba6000/fusionmaintenanceMartin Robertz
Remove random maintenance problem from fusion reactors
2021-08-25Small mistakekuba6000
2021-08-25Remove random maintenance problem from fusion reactorskuba6000
2021-08-22make Catalyst Fluid can't be input at sideGlodBlock
2021-08-22Merge pull request #643 from GTNewHorizons/fix-crack-recipe-checkMartin Robertz
allow oil cracker middle input hatch accept more fluids
2021-08-21Add guardkuba6000
2021-08-21Fix for Assembly line not taking powerkuba6000
2021-08-21use hook as Glease suggestedGlodBlock
2021-08-11use `clear` to avoid hash map recreationrepo_alt
2021-08-11Optionally disable automation access to the digital chests with storage ↵repo_alt
buses attached
2021-08-08Add formatting to getInfoData()D-Cysteine
2021-08-07Merge pull request #630 from D-Cysteine/format-numbersMartin Robertz
Add number formatting for tooltips & recipes
2021-08-07Add formatting to pipes, wires, super chests, super tanksD-Cysteine
2021-08-05Remove bSortStacks checkD-Cysteine
2021-08-05Update GT_MetaTileEntity_ChestBuffer.javaD-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-05Fix oversight in oil cracker structure codeGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-08-03Add disassembler restrictions bypassD-Cysteine
2021-08-03GT_Recipe: speedupTimeConqueror
2021-08-03OutputBus: removed excess constructor with the same parametersTimeConqueror
2021-08-03Merge pull request #622 from GTNewHorizons/gtpp-hatchesMartin Robertz
Added some constructors to Hatch Buses to remove some GTPP ASM
2021-08-01Make gtpp happyGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-08-01Merge remote-tracking branch 'origin/experimental' into boilerTimeConqueror
2021-08-01Boiler: when filled with bucket being in creative mode, it doesn't transform ↵TimeConqueror
water bucket back to empty bucket.
2021-08-01Visibility changes & new methods in GT_MetaTileEntity_Boiler for using them ↵TimeConqueror
in GTPP
2021-08-01Merge branch 'experimental' into code-improvementsAndrey
2021-08-01GT_MetaTileEntity_Boiler: Forgot to replace sendSoundTimeConqueror
2021-08-01Improved readability of GT_MetaTileEntity_Boiler#doSoundTimeConqueror
2021-07-31Add commentsD-Cysteine
2021-07-31Fix iteration over invalid slotsD-Cysteine
2021-07-31Fix large boiler copy paste errorGlease
2021-07-30Merge branch 'experimental' into fix-clay-bucketsMartin Robertz
2021-07-30Make GT_MetaTileEntity_CubicMultiBlockBase easier to useGlease
2021-07-30Fix typo in implosion compressor. fixed DT hintGlease
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-30Make variable size multi's hint length depend on item in handGlease
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-30make rotation marker a bit fancier, fix fusion textureGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30fix distillation tower structureGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>