aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/common/tileentities/machines/multi
AgeCommit message (Expand)Author
2021-07-30open up some fields in EBF to make bartworks happyGlease
2021-07-30turn off flipping as it bothers some people too muchGlease
2021-07-30optimize fuel recipe lookupGlease
2021-07-30Fix rebase derpGlease
2021-07-30migrate all other multis overGlease
2021-07-30migrate even more multis overGlease
2021-07-30migrate a few more multis overGlease
2021-07-30unbreak newMetaEntityGlease
2021-07-30render rotated controllers front faceGlease
2021-07-30Add GT_MetaTileEntity_CubicMultiBlockBase and a few minor changesGlease
2021-07-30Turn off EBF rotation limitGlease
2021-07-30Implement IConstructable for demo multisGlease
2021-07-30Initial StructureLib integrationGlease
2021-07-28Delete dynamic recipe generation codeD-Cysteine
2021-07-22Fix cleanroom blocks colorUsernm
2021-07-15Removed useless array creation in most #copy methods by changing them to #cop...TimeConqueror
2021-05-24feat(glow): iconset machines glow supportLéa Gris
2021-05-22Merge branch 'experimental' into glow-textureMartin Robertz
2021-05-21feat(render): implementation-free api texture factoryLéa Gris
2021-05-21fix(render): move new textures rendering to new packageLéa Gris
2021-05-21feat(render): assembly line glowLéa Gris
2021-05-21feat(render): diesel engine glowLéa Gris
2021-05-21feat(render): distillation tower glowLéa Gris
2021-05-21feat(render): electric blast furnace glowLéa Gris
2021-05-21feat(render): extreme diesel engine glowLéa Gris
2021-05-21feat(render): heat exchanger glowLéa Gris
2021-05-21feat(render): implosion compressor glowLéa Gris
2021-05-21feat(render): large boiler glowLéa Gris
2021-05-21feat(render): large chemical reactor glowLéa Gris
2021-05-21feat(render): multi-smelter glowLéa Gris
2021-05-21feat(render): oil cracker glowLéa Gris
2021-05-21feat(render): oil drilling rig glowLéa Gris
2021-05-21feat(render): ore drilling plant glowLéa Gris
2021-05-21feat(render): processing array glowLéa Gris
2021-05-21feat(render): pyrolyse oven glowLéa Gris
2021-05-21feat(render): active rockbreacker front glowLéa Gris
2021-05-21feat(render): vaccum freezer glowLéa Gris
2021-05-21feat(render): first set of glow texturesLéa Gris
2021-05-19add importskorneel vandamme
2021-05-19fix-plasma-turbine-displaybotn365
2021-05-16Dirty fix for ore drill not mining certain oreGlease
2021-05-13Merge pull request #515 from GTNewHorizons/files_formatMartin Robertz
2021-04-29fix(charcoalpit): stop the igniter from capturing right-click (#517)Léa Gris
2021-04-27fix(textfiles): add missing neline at end of filesLéa Gris
2021-04-26Rescan for oil fields after chunk range config change.Glease
2021-04-03Ensure conservation of masses in boilersGlease
2021-03-25Enabled autoloading for oil drillsrepo_alt
2021-03-23removed mMachineTier memberMatt
2021-03-22swapped repetitive if-block to switch statement and cached machine tierMatt
2021-03-11Implemented Builder Patternbartimaeusnek