aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
AgeCommit message (Collapse)Author
2024-02-16updateMartin Robertz
2024-02-14updateMartin Robertz
2024-02-10updateMartin Robertz
2024-01-20update depsMartin Robertz
2024-01-16update deps+bsMartin Robertz
2024-01-12update depsMartin Robertz
2024-01-10update depsMartin Robertz
2024-01-10Fix mutegt dep (#823)chochem
* update deps * manually fix dep * update bs
2024-01-02update deps+bsMartin Robertz
2023-12-29update depsMartin Robertz
2023-12-21fix dep problems (#811)chochem
2023-12-18update depsMartin Robertz
2023-12-18Clarify whether item or fluid output is full (#809)miozune
2023-12-12update depsMartin Robertz
2023-12-09Fix some multis incorrectly restricting fluid input for hatches (#796)miozune
* Fix some multis incorrectly restricting fluid input for hatches * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-09Normalize semifluid gens to match the other fuel gens (#795)bombcar
* remove mavenlocal * update dependencies * normalize semifluid gens
2023-12-04Fix steam grinder expecting more than 1 slot for void protection (#790)miozune
2023-12-04update depsMartin Robertz
2023-12-04Update dependencies.gradleMartin Robertz
2023-12-03Migrate to new RecipeMap (#788)miozune
* Remove reference to GTPP_Recipe itself * Remove GTPP_Recipe_Map_Internal * Move recipemaps to separated class * Remove unused recipemaps * Migrate GT++ recipemaps Remove sElementalDuplicatorRecipes in favor of GT replicatorRecipes supporting findRecipe * Migrate the rest * Adjust catalyst priorities * Add ABS non-alloy recipe category * Remove s prefixes from recipemaps * Adapt to GT_StreamUtil rename * Adjust recipe catalysts * Fix build * update gradle+bs+deps (cherry picked from commit 8b185c7a4d881d38580cc98456265ebb751b6d93) * update deps --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-11-29update bs+depsMartin Robertz
2023-11-14Update chemplant logic to catch up with new parallel helper logic (#782)miozune
2023-11-13update depsMartin Robertz
2023-11-08update bs+depsMartin Robertz
2023-11-05update bs+depsMartin Robertz
2023-10-30update depsMartin Robertz
2023-10-28update depsMartin Robertz
2023-10-26update depsMartin Robertz
2023-10-18update depsMartin Robertz
2023-10-09update depsDream-MasterXXL
2023-10-04update bs+depsDream-MasterXXL
2023-09-28update depsMartin Robertz
2023-09-24update depsMartin Robertz
2023-09-23update bs+depsMartin Robertz
2023-09-23Cleanup basic machines (#755)miozune
* updateBuildScript * Update dependencies * Cleanup basic machines * Fix wildcard import
2023-09-22update bs+sa+depsMartin Robertz
2023-09-16update depsMartin Robertz
2023-09-16update depsMartin Robertz
2023-09-10update depsMartin Robertz
2023-09-04Clean-up v2 (#729)Connor-Colenso
* Remove test items from NEI with no texture * Add number formatting to hand pumps * Remove heavy plates (no recipes & completely unused). * Remove helium generator (no texture, no recipe) * Remove fire pit and fire starter (no use, no recipe, no textures) * Remove giant chicken and associated unused stuff, has no texture and is unobtainable. Used to be relevant but isn't anymore. * Remove villagers with silly trades like 1 motor + 1 hull = 1 hull. Why? * Remove trade bench, no recipe, missing textures. Unused. * Remove farm processors, no texture, no recipe. Unused. * Remove MAX tier components, these exist in GT now, have no recipe here and are unused. * Hide untextured light block from NEI * Update buildscript * Remove unused backpacks, no recipe and contains dupe bugs. Bad. * Remove eatotronic, universal toolbox and magic tool bag. All 3 are missing textures and uncraftable. * Remove eatotronic, universal toolbox and magic tool bag. All 3 are missing textures and uncraftable. part 2 * Remove dragon catcher (what?), no texture, no recipe, unused. * Remove empty item, does nothing, has no recipe, no idea why it is here. * Empty item v2 removal * Revert "Empty item v2 removal" This reverts commit 75bcd3ccfaf55bbfe2c12b2e4167d5c37636030d. * Revert "Remove empty item, does nothing, has no recipe, no idea why it is here." This reverts commit e41a9f484392776331c58530ab1faa5ef978ef36. * Remove debug square. No recipe, unused. * Number formatting overflow covers * Remove JVM garbage collection block. Unused, no recipe. * Remove nanotubes, no recipe for them. Unused. * Remove "git" item, doesn't seem to work. Has no recipe. * Remove uncraftable food with awful textures. * Remove "bat king" mob, unused content. Does not spawn. * Remove uncraftable doors with bad textures. Unused content. * Remove uncraftable, unlocalised redstone stuff that crashes game when placed. * Remove weird spawner item. No recipe, does not exist in world. * Remove sunnarium bit, no recipe, no usage. * Remove unused modularity table and some misc uncraftable, unused items. * Remove Interconnecting Storage Crate, no recipe, unused. * Delete worse debug power gen, this already exists as part of GT. Unneeded duplication. * Delete unused placeholder circuit * Delete uncraftable generator hatches. * Spotless * Remove XP tank thing, unused and uncraftable. * Remove null item, this fluid registry only seemed to register one null fluid. All others exist? * Remove EU -> RF battery. Unused in GTNH. * Remove some shelf nonsense, why is this in this mod? * Remove some weird random tools. These have no realistic usage in GTNH. * Remove firemaker. Useless in GTNH. * Removed helium blob. Deprecated item, not used anymore, uncraftable. * spotlessApply (#730) Co-authored-by: GitHub GTNH Actions <> * Stop modulators generating unused blocks with no textures * Remove more unused untextured casings * Remove more unused untextured casings * Remove more unused untextured casings * Remove more unused untextured casings * Remove more unused untextured casings * Remove some weird methods and uncraftable mining parts, probably part of deprecated multiblock. * spotlessApply (#732) Co-authored-by: GitHub GTNH Actions <> * Remove gem shards, unused. * Remove unused atoms * Remove unused gum * Remove unused elements/materials * Bye bye * Remove some unused reflection stuff * Remove control cores, obsolete now. * Remove mob killing thing with no texture and no recipe. * Remove uncraftable covers * Remove pizza gloves * Net and rope removal, unused * Remove force crop * Removal of some old event stuff * Remove unused nuclear chem items * Remove player safe, mostly because of the horrible event code that was intercepting every block break. I can't see any real usage of this via discord. * Remove Force material and associated other nonsense. Also remove some nuclear chem stuff. * Remove force for realsies * Skookum Chooker purge. * Remove some enderio compat, these plates/dusts are added via GT5 anyway now. This is obsolete. * spotlessApply (#733) Co-authored-by: GitHub GTNH Actions <> * Unused textures * Bump dep * Revert "Remove force for realsies" This reverts commit 0d288912a99f9dabce56d2a2623d4d3510f4804e. * Revert "Remove Force material and associated other nonsense. Also remove some nuclear chem stuff." This reverts commit 3455e6e916defe1f2aef923be6f9696a6cf3095b. * Remove nuclear items that are unused * spotlessApply (#734) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: Connor Colenso <colen@CONNORSPC> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-29Fix steam macerator generating byproducts And use new API from GT5u (#708)BlueWeabo
* fix steam macerator generating byproducts * spotless * update dep (cherry picked from commit 0659b1bd8c4a29b571e9f6f71f74ed55cb20ecd1) * make QFT use new API * override correct createOverclockCalculator * spotless * fix fishing pond causing an NPE * make tree growth simulator only use void protection * update dep --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-07-24Fix findRecipe for Elemental Duplicator (#704)miozune
* Remove outdated script * updateBuildScript * Update GT * Remove unused methods * Fix findRecipe for Elemental Duplicator
2023-07-22Implement generic processing logic (#697)Maxim
* Migrated extruder * Migrated alloy smelter * Migrated arc furnace * Migrated centrifuge * Migrated ICO * Migrated cutter * Migrated dehydrator * Migrated electrolyzer * Migrated fluid heater * Migrated forge hammer * Forgot gtpp machines are cursed * Migrated mac * Migrated mixer * Migrated molecular transformer * Migrated bender * Migrated sifter * Migrated thermal centrifuge * Migrated VF * Migrated washer * Migrated wiremill * Migrated Volcanus * Migrated adv implo compressor * Migrated XL turbines * Migrated chemplant * Migrated MABS * Migrated ABS * Migrated cyclotron * Migrated Zhuhai * Migrated rock breaker * Migrated rocketdyne * Migrated semifluid generator * Migrated QFT * Minor optimization * Migrate refinery * Migrated solar tower * Migrated TGS * Migrated duplicator * Migrated PSS * Migrated algae pond * Migrated froth flotation cell * Migrated LTFR * Migrated LPF * Migrated sparge tower * Migrated salt * Migrated isamill * Migrate DT * Migrated HE * Migrated mass fab * Migrated chisel * Migrated boiler * Migrated steam machines * Migrated amazon * Disable batch mode button on XL turbines * Update dependencies.gradle * Updated dep * Addressed first batch of reviews * Migrated assembler * Removed unused checkRecipe methods * Forgot these * Fix and cleanup chemplant * Removed getAmounfOfOutputs * Removed special multi behavior * Migrated sound mostly * Addressed new reviews * Fix build fail and chisel sound * Derp * More reviews addressed * Oversight on chemplant batchmode * Fix DT speed bonus * Removed iron blast furnace * Removed generator array * Removed * Simplify rocket engine logic * Removed left over artifacts * Minor fixes * Removed nerf chips * Removed tesla tower * Revert and fix chemplant recipe map * Fix chemplant catalyst damaging * Addressed reviews * Derp --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-07-19Migrated mk4 and mk5 fusion to generic processing logic (#696)Maxim
* Migrated mk4 and mk4 fusion to GPL * Oversight * Updated dep
2023-07-18update bs+depsMartin Robertz
2023-07-11Advanced boiler steam capacity fix (#686)Lyfts
* Advanced boiler steam capacity fix Been broken for 2 years now it works as anticipated. * Update dependencies --------- Co-authored-by: Wilhelm Schuster <dev@rot13.io>
2023-06-08Update dep + change comb recipe (#664)Runakai1
* Update dep + change comb recipe * Update RecipeLoader_ChemicalSkips.java * spotless
2023-06-07Adds a platline comb recipe to QFT (#661)Runakai1
* Adds a comb recipe to QFT Addition to PMP recipe, a comb pmp recipe needing Osmium, Palladium, Iridium and Platinum combs to give 2x more output than the regular PMP QFT recipe. This also needs a dep update from gt5u 5.09.43.67-pre to 5.09.43.79-pre * Spotless
2023-06-07update bs+depsMartin Robertz
2023-06-04Fix void protection for Sparge Tower and Dangote (#653)miozune