aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-16Add Fluid Solidifier recipes for Shirabon (#161)miozune
2023-05-16more Ra2 recipe conversions and some small fixes/improvements in GT recipe ↵chochem
generation (#1994) * oredict plate recipes * oredict dust recipes * ore processing recycling recipes * shaping recipes * more fixes * fixes * 2 fixes * remove unnecessary qualifications
2023-05-16Fixes several minor bugs (#630)梅天佑
* Always store at least 2048 EU regardless of tier, so that the machine can work properly should close #11190 in GTNewHorizons/GT-New-Horizons-Modpack * change tooltip to match real formula should close #13238 in GTNewHorizons GT-New-Horizons-Modpack * shot in the dark to fix some chemical formulas * Fix hardcoded formula for ZrF_4 * fix nitinol formula * Add a method to count uppercase characters * A better shot at fixing chemical formulas Added ghetto detection of when there is more than 1 element in a grouping, even when their symbols combined don't exceed three characters (like hydroxide) * fix material components in ammonium tetrafluoroberyllate last in a series of commits designed to resolve #11340 in GTNewHorizons/GT-New-Horizons-Modpack * Add a method that only exposes the data orb selected by the circuot * Make the duplicator only check for recipes with the selected data orb Should close #11583 in GTNewHorizons/GT-New-Horizons-Modpack * Change TGS tooltip to reflect real behavior * Change TGS info in NEI to reflect true behavior Should close #11650 in GTNewHorizons/GT-New-Horizons-Modpack * Don't remove energy from the PSS when it attempts to fill a full hatch should resolve #13317 in GTNewHorizons/GT-New-Horizons-Modpack, where the issues was mistakenly identified as the PSS accepting power when it is full. In fact, it does stop accepting power when full, but it is constantly leaking power into hatches. However it should be noted that unless the PSS has no hatches, it pays a tax each tick which will of course mean that it is almost never going to be filled up. * Fix some minor errors due to writing all previous commmits with github's file-view edit feature try it sometime and suffer! also spotless apply * better formatting * off by one * add a line for power loss in the gui * fix 0iq moment * Revert "Don't remove energy from the PSS when it attempts to fill a full hatch" This reverts commit c20cc0b3a528872c8003bea2944aa1ad7a020e01. * typo * additional typo * Delete layout.json merp
2023-05-16Remove a lot of unused classes (#629)miozune
2023-05-16update readme (#631)chochem
2023-05-16PA doesn't take a muffler -> fix blockrenderer and hologram projector (#1996)Fiyorin ᵘʷᵘ
Co-authored-by: Fiyorin <david@bitmail.cc>
2023-05-15cleanroom -> botania glass (#1993)Quetz4l
* added support for botania glass in clean room. No more than 50% in structure. * bs
2023-05-15Various GT recipe fixes (#1990)chochem
* null checks for cables * actually fix drillhead recycling * revert old incorrect drill fix * fix netherstar cables
2023-05-14Rework EOH overclock formula (#208)GDCloud
* rework OC formula * better wording * new formula * wording (it's not always increasing) * address review + shorten drain time
2023-05-14Enable MuTEs to have lasers (#187)BlueWeabo
* it works?!? * fixes * spotless
2023-05-14any glass for structures (#160)Quetz4l
* bs * any glass for ExtremeHeatExchanger * any glass for NeutronActivator
2023-05-14Fix infinity plate (#207)Martin Robertz
* fix Large Infinity plates use TGregworks not Tcon mod * update bs * Update src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java Co-authored-by: miozune <miozune@gmail.com> * Merge branch 'fix-Infinity-Plate' into fix-Infinity-Plate-2 # Conflicts: # src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java * change if mod is loaded * spotlessApply (#209) Co-authored-by: GitHub GTNH Actions <> * spotless * spotlessApply (#210) Co-authored-by: GitHub GTNH Actions <> * remove infos about plates * add gt material * check if GG is loaded * spotlessApply (#211) Co-authored-by: GitHub GTNH Actions <> * fix * sa * spotlessApply (#212) Co-authored-by: GitHub GTNH Actions <> * fix derp * duct tape fix prevent crashing * sa * add missing import * Fix Bedrockium * oops --------- Co-authored-by: miozune <miozune@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-14glasses for structure (#1986)Quetz4l
* glasses for structure * new Api for glasses * changed glass requirements * fix api desc * sa
2023-05-14Merge pull request #70 from GTNewHorizons/tfftMartin Robertz
tfft
2023-05-14Nerf Phosphorus Bee, Buff Fluid bees (#1985)Runakai1
2023-05-14tfftZereff06
* bs * add structure lib chat description * support any EV+ Tier Glass
2023-05-13Next round of Ra2 conversions (#1982)chochem
* process log RA2 * process crop RA2 * process nuggets ra2 * process gear ra2 * process pipe ra2 * unhide leninade
2023-05-13Move Ross128 system closer to solar system (#323)glowredman
Former-commit-id: e16261e4f7303795c62e5e89f7b7176c2cf149f0
2023-05-13Make sure the backpack is properly secured while it's open (#627)Wilhelm Schuster
2023-05-13More ReverseArcSmelting fixes (#1979)chochem
* null check and removal for reversearcfurnace * max 9 not 10 outputs
2023-05-12Rhodium plated palladium fix (#1980)chochem
* part 1 * part2
2023-05-12Add Eternity material + Timepiece (#1973)GDCloud
* add eternity * textures * timepiece * disable ebf + freezing
2023-05-12fix sodium fluid (#1977)chochem
2023-05-11Fix GT++ material cable rendering (#626)Wilhelm Schuster
With the ForgeDirection migration, the signature of the getTexture() in GT_MetaPipeEntity_Cable changed and the @Override annotation in the GT++ subclass was accidentally dropped.
2023-05-11Remove Computer Cube MKII (#622)miozune
2023-05-11Add git-blame-ignore-revs for spotlessApply (#11)miozune
2023-05-11spotlessApply (#10)miozune
2023-05-11Fix fluid input restrictor wrench side mapping (#625)Léa Gris
2023-05-11Fix MetaTEs not being registered at all in non-dev env (#9)miozune
* Fix MetaTEs not being registered at all in non-dev env * Specify AT file name
2023-05-11Add cell item for some fluids (#1974)miozune
2023-05-10EM_transformer (#205)Quetz4l
* * will be turned off after build * the on/off button in the gui is enabled * Spotless apply * fix em transformer machine shuts OFF after restarting * fix em transformer * remove this --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-10Fix ME Output Hatch not outputting other fluids if one gets stuck (#1971)miozune
2023-05-10Slight adjustment for TPM NEI (#1972)miozune
2023-05-10Merge pull request #69 from GTNewHorizons/fix/unpackagerMartin Robertz
Fix Unpackager recipes
2023-05-10update gradleMartin Robertz
2023-05-10Update dependencies (#159)miozune
2023-05-10Fix Unpackager recipesmiozune
2023-05-10Merge pull request #29 from GTNewHorizons/feature/compileOnlyApiMartin Robertz
Update dependencies
2023-05-10updateBuildScript & spotlessApplymiozune
2023-05-10Update dependenciesmiozune
2023-05-09Fix GT++ material pipe renderingWilhelm Schuster
With the ForgeDirection migration, the signature of the getTexture() in GT_MetaPipeEntity_Fluid changed while forgetting to update the GT++ subclass. I'm guessing this is rooted in the fact that this method was missing the @Override annotation.
2023-05-09fix overflow calculations (#204)GDCloud
2023-05-09adjust rutile amounts (#1970)chochem
2023-05-09Some more ra2 recipe conversions (#1966)chochem
* cell and ingot vac freezer * sticklong RA2 * block RA2 * StoneVarious RA2 * crafting RA2 * Wire RA2 * fixes
2023-05-09update bs (#1969)Martin Robertz
add more stuff to Material Obsidian (cherry picked from commit dc7b0cee34e22a99d03fe8676dc616b2f69c96d5)
2023-05-09Update dependencies (#620)miozune
2023-05-09Update dependencies (#322)miozune
Former-commit-id: 665ecd88259d026ce15ba11b831ad91983dd5518
2023-05-08Sodium backwards compat (#1968)BlueWeabo
* backwards compat * spotless
2023-05-08add sodium fluid (#1967)BlueWeabo
2023-05-08Use compileOnlyApi where appropriate (#1965)miozune
* Use compileOnlyApi where appropriate * Maybe Chisel doesn't need to be published