aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common
AgeCommit message (Collapse)Author
2021-07-30Fix class loading problemGlease
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-30Minor clean up in GT_ClientGlease
ARR is taboo :kekw: Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30remove debug codeGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30make rotation marker a lot more fancierGlease
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>
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-30fix turbine casing dynamic textureGlease
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-30loosen access control even more to make bartworks happyGlease
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-30open up some fields in EBF to make bartworks happyGlease
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-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>
2021-07-30Fix rebase derpGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30migrate all other multis overGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30migrate even more multis overGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30Fix rotate front face highlightGlease
Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30migrate a few more multis overGlease
also removed the stupid ConcurrentHashMap in GT_MetaTileEntity_CubicMultiBlockBase Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30allow gt wrench to rotate the front of controllerGlease
also cleaned up GT_Client.java a little bit. Signed-off-by: Glease <4586901+Glease@users.noreply.github.com>
2021-07-30unbreak newMetaEntityGlease
2021-07-30render rotated controllers front faceGlease
2021-07-30Add GT_MetaTileEntity_CubicMultiBlockBase and a few minor changesGlease
1. add ofCoil() IStructureElement to standardise how to add a homogeneous set of coils to the structure definition 2. Changed newMetaEntity's return type back to IMetaTileEntity to prevent addons crying out 3. Initialize mExtendedFacing to ensure rendering code don't step on null
2021-07-30Turn off EBF rotation limitGlease
2021-07-30feat(texture API): integrate ExtendedFacing rotationLéa Gris
Add ExtendedFacing rotation to the texture API. Rotatable ExtendedFacing textures can be created with: ```java TextureFactory.builder().addIcon(IICon).extFacing().build(); ``` Improve and unify internal implementation of standard oriented and glow textures.
2021-07-30Implement IConstructable for demo multisGlease
2021-07-30Initial StructureLib integrationGlease
2021-07-29Add clay bucket ore prefix; fix oredictingD-Cysteine
2021-07-29Oredict clay buckets + fix railcraft item IDsD-Cysteine
2021-07-29Merge pull request #608 from D-Cysteine/delete-dynamic-recipesMartin Robertz
Delete no longer needed dynamic pyrolyse recipe code
2021-07-29Merge pull request #604 from repo-alt/experimentalMartin Robertz
Missing bit of ME output bus optimization
2021-07-28Delete dynamic recipe generation codeD-Cysteine
2021-07-26clean, fixed nanoSphyix
2021-07-26Merge branch 'experimental' of https://github.com/Sphyix/GT5-Unofficial into ↵Sphyix
experimental
2021-07-26added tooltip to armors providing hazmatSphyix
2021-07-26added hazmat armorsSphyix
2021-07-24Fix typoD-Cysteine
2021-07-24Add missing (- 100) to GUI calculationsD-Cysteine
2021-07-24Fix method formattingD-Cysteine
2021-07-24Update single-block boiler GUI to use getCapacity()D-Cysteine
Update single-block boiler GUI to use GT_MetaTileEntity_Boiler.getCapacity() for computing water and steam fill percentages. Also change lava boiler to have 32000 capacity (from 16000).
2021-07-24Missing bit of ME output bus optimization (leftover piece of cached stack ↵repo_alt
gets stuck in the bus)
2021-07-23Merge pull request #583 from GTNewHorizons/recipe-changeMartin Robertz
make item filter recipe more reasonable
2021-07-23Merge pull request #600 from repo-alt/experimentalMartin Robertz
ME Output bus optimization