aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
AgeCommit message (Collapse)Author
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-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-26Merge pull request #606 from Sphyix/experimentalMartin Robertz
Added Hazmat armors
2021-07-26Delete no longer accurate comment, and disable with if rather than ↵D-Cysteine
commenting out
2021-07-26Fix commentD-Cysteine
2021-07-26Comment out example code adding invalid oresD-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
2021-07-22Added caching to the ME output bus, to reduce stress on ME system in high ↵repo_alt
output rate cases Also, added item detector cover support to the bus, so that the item detector will signal "full" in case of ME failure https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8231
2021-07-22Merge pull request #602 from Usernm0/Cleanroom-color-fixMartin Robertz
2021-07-22Increase the EU cap even moreGlease
2021-07-22Fix cleanroom blocks colorUsernm
Fix cleanroom maintenance and energy hatch color
2021-07-22Update GT_Recipe.javaGlodBlock
2021-07-22change it into hashset backGlodBlock
2021-07-21Merge pull request #594 from GTNewHorizons/fix-recipe-checkMartin Robertz
2021-07-21make it thread safeGlodBlock
2021-07-20Made digital chest prioritized like partitioned cellrepo_alt
2021-07-18ME Output bus storeAll returned inverted valuerepo_alt
2021-07-15Merge pull request #598 from TimeConqueror/experimentalMartin Robertz
More optimizaaations
2021-07-15Removed useless method callingsTimeConqueror
2021-07-15Merge pull request #597 from TimeConqueror/experimentalMartin Robertz
Improvements to Vanilla Replacement & GT_Utility#copy
2021-07-15Merge pull request #593 from GTNewHorizons/gui-manipulate-fluidMartin Robertz
Extended GUI fluid manipulation support to GT_MetaTileEntity_BasicTank
2021-07-15Removed useless array creation in most #copy methods by changing them to ↵TimeConqueror
#copyOrNull variant with single parameter.
2021-07-15Optimized Replacing Vanilla Materials code, removed uselessly-repeated ↵TimeConqueror
operations
2021-07-14Add option to not change GUI color based on paintGlease
2021-07-13Update GT_MachineRecipeLoader.javaElisis
Fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/8199
2021-07-10fix recipe checkGlodBlock
2021-07-10Extended GUI fluid manipulation support to GT_MetaTileEntity_BasicTankGlease
2021-07-08Merge pull request #585 from GTNewHorizons/cover-optimizationMartin Robertz
2021-07-06Merge pull request #591 from GTNewHorizons/Ethryan-patch-1Martin Robertz
2021-07-05Merge pull request #590 from GTNewHorizons/beter-power-netMartin Robertz
fix overvolatage null crach
2021-07-05Lowered rich uranium vein to 55.Ethryan
2021-07-05fix overvolatage null crachkorneel vandamme
2021-07-04480Prometheus0000
2021-07-03Fix radon recipe amount/timePrometheus0000