aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
Former-commit-id: 61bdd70febccf8d5803a904cc81a7feac521c8bc
2024-02-03update bs+depsMartin Robertz
Former-commit-id: 3130c5ad4d1f940e8525ce5a3a196aa2cd5df897
2024-01-23update bs+depsMartin Robertz
Former-commit-id: 1d80c0b2184d0dd7536867d37446b671438ba367
2024-01-10update dependencies to fix mutemaster inconsistencies (#386)bombcar
Former-commit-id: fd9ea53955ec90e205d177148c13bb435ef3fdb8
2024-01-08[ci skip] upgraded build systemRaven Szewczyk
Former-commit-id: c9b03db260ad736eb1c096d21cc62a2a1d813ea2
2023-12-17update bs+depsMartin Robertz
Former-commit-id: bcbfd8cbaab90c034a6d46b2f71d9ba32789c0d4
2023-12-03Migrate to new RecipeMap (#375)miozune
* Convert manual LCR recipe addition to RA2 * Remove outdated recipe addition for replicator * Remove DynamicGTRecipe constructor that is identical to super * Remove duplicated replicator recipe generation * Migrate BW recipemaps * Migrate recipe loaders * Remove enforceNobleGas No material succeeds in this method in the modpack * Apply recipe categories * Fix recipe removal code * Adjust recipe catalysts * update bs+deps+gradle * fix * fix * change back to gtnh tag --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 03486c93813e2b430ddf8eb1b33191068452db74
2023-11-29update bs+depsMartin Robertz
Former-commit-id: 6bfa9ead8c708178f958109e651998f2d53447c4
2023-11-13Fix MDT void protection (#367)Dariusz KomosiƄski
* Update buildscript. * Implement custom MDT logic for dumping fluid to ME. * Code cleanup. Former-commit-id: 37d1e00c283ef1ae8b03150212c3ca425b0ef3b5
2023-10-20update deps +bsMartin Robertz
Former-commit-id: f516075080b0c39e13b9cf296b378a2daf148af4
2023-10-08Cleanup isValidMetaTileEntity and some more (#364)miozune
* updateBuildScript & updateDependencies * Update .gitignore * Cleanup isValidMetaTileEntity * Remove unused and obsolete members Former-commit-id: 916b7ea9e708857b2efb50c3387fb7643dfa1796
2023-09-23update bs+depsMartin Robertz
Former-commit-id: e491884044e30eec70f96218bbaccc4cf68d7739
2023-09-23Cleanup basic machines & some deprecations (#360)miozune
Former-commit-id: cea4eaa2e409783af151c5f9c2cea6749ca68aef
2023-09-09update bs+depsMartin Robertz
Former-commit-id: 71b781e3c3c7a407221c4e35cac70bc9fc114eb2
2023-08-11Don't lazily initialize EIC recipemap (#350)miozune
* Add one more commit to .git-blame-ignore-revs * updateBuildScript * Don't lazily initialize EIC recipemap Former-commit-id: 693b0374ef33b7600ab37b71024056d0941877d8
2023-07-10Migrate findRecipe method (#338)miozune
* Migrate findRecipe method * Update dependencies.gradle * Update deps * update deps --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: d173b08a7017209b9ea4383680c34fda56035b5c
2023-05-28Update to new void protection API & implement it for some multi (#329)miozune
* Update to new void protection API & implement it for some multi * Update method names * Update GT * Fix THTR & HTGR not preventing consumption Former-commit-id: 7a116178ec31dffe23fb741a3d432856189bbefc
2023-05-09Update dependencies (#322)miozune
Former-commit-id: 665ecd88259d026ce15ba11b831ad91983dd5518
2023-05-06update bsMartin Robertz
(cherry picked from commit bcd1bfb50446b744ab087c4e00dd423cf7d2dd7a) Former-commit-id: 0c8cacd35b1d1b0729f985e1410bb687f79c4089
2023-05-01ForgeDirection (#316)Jason Mitchell
Former-commit-id: 970805693f1ce3f615906ed3328c3a88d619dbbb
2023-04-22Update BS & depsJason Mitchell
Former-commit-id: 216b716f53ec8d2f252ea12f2d78bc03d70096c4
2023-04-21Fix Materials (#313)Martin Robertz
* update dep update bs * update rc * re add jitpack fix material * fix materials * spotless * more fixes * spotless * update dep Former-commit-id: a3de933f31b9060032519ec922ac03af63d442d0
2023-04-10Cleanup (#308)boubou19
* switch to GT mod enum instead * move to GT5U Mods enum even more * yeet recipes loaded when used outside NH * buildscript update + GT5U version bump * fix build * spotless apply * optimize import * split recipes in different files * remove newStuff config option * load recipe files * break down BioRecipeLoader into several files Former-commit-id: 3ac362e197682f3db007d8b87f2341d777c6bdc0
2023-03-18optimization bacterial vat (#302)Zereff06
* fix render packets (render fluid in bacterial vat) + sending every tick -> now every 10 sec + always when not completed -> if it was ever completed and now is not completed + bs + sa * * remove isEverBeenVisibleFluid * disable ticking for tileEntity which are needed to display fluids * Remove useless check Former-commit-id: 1094991190ee08a21236da8df047320094edae4c
2023-03-11update gradle bs+saMartin Robertz
Former-commit-id: 823eff3ee1cf44c968b808d7a14cdcd655073f0a
2023-02-19Fix weirdness with custom renderers (#290)miozune
Former-commit-id: 1fbd438fc1e30dceb7de5ac321fb76d20171e628
2023-02-16Update buildscript and dependencies (#284)miozune
Former-commit-id: 765cecdbb58034913eebdbddb1370f583eb71539
2023-01-30baMartin Robertz
Former-commit-id: ad9949aea5d029c07d5fd9d34c61b22ed481a18c
2023-01-30[ci skip] Update buildscript to RetroFuturaGradleJason Mitchell
Former-commit-id: ce16201175530a1f948434ee5fee474987635de4
2023-01-30Optical Circuit recipes (#272)GDCloud
* Bump Dep * Add wraps for optical parts * Raw exposed optical chip recipe * Allow mutated living solder in CAL * update bs * Fix chance not shown on NEI with culture transformation recipe (#275) (#276) Co-authored-by: miozune <miozune@gmail.com> * merge master in (#278) * Fix chance not shown on NEI with culture transformation recipe (#275) * Fix incorrect amount of Liquid DNA shown on NEI for culture synthesis recipe (#277) --------- Co-authored-by: miozune <miozune@gmail.com> * Up chip tier by 1 --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: miozune <miozune@gmail.com> Former-commit-id: e1ee12ac98200eb6358f7634ddd2a0c499fe788c
2023-01-17Fix loading order (#267)miozune
* Update buildscript & dependencies * Set useDependencyInformation to false Former-commit-id: 93f055437b49cad56c15c1af6266a4f6c9d198d0
2023-01-06One step foil (#258)Martin Robertz
* addapt gt recipes * update dep file * update BS+SA Former-commit-id: c08935c941af4f9553b7abac32d717d0145ae2f2
2022-12-02add API to register other simple block as valid boroglass in multi (#240)Glease
* add API to register other simple block as valid boroglass in multi * remove raw access to allLevels * fix copy paste error Former-commit-id: e11e3f9634c16d15c69862c170c98d30669b0a8e
2022-11-04Update build.gradleMartin Robertz
Former-commit-id: dfb11ce2a48f8be60f4183a0d960e743638ad9f5
2022-10-26update BSMartin Robertz
Former-commit-id: e9cdd98cef9e219dbbfbed30e7e5e12140bf48f4
2022-10-01update dep fileMartin Robertz
update BS+SA Former-commit-id: 8e42dd9b2fbcb12e5d46a9328f49b91a1b99432c
2022-09-23Update BS+SAMartin Robertz
Former-commit-id: 5278be337dd97c7e548b8b7dc123713b55806177
2022-08-27Update buildscript & apply spotless (#192)Raven Szewczyk
* Update dependencies * updateBuildscript & spotlessApply Former-commit-id: f780e1a8d0f0bd192ba977eef17d41ee6fcd4b12
2022-06-22Add customizable EBF gas recipe time and gas consumption multipliers (#137)Raven Szewczyk
* Add customizable EBF gas recipe time and gas consumption multipliers * Add missing variables to equals&hashCode Former-commit-id: b5abf76d28994a85961a39e379cba9a4166248cd
2022-02-23Consolidate boro glass stuff into a real API (#95)Glease
* Consolidate boro glass stuff into a real API * pull in changes from ExampleMod * Fix underflow * attempt to fix build Former-commit-id: 2413c93bc2bb5ab32a0e8078dbcf01a4b23b1f7d
2022-02-06update dependencies, including buildscript and buildcraft (#89)bombcar
* update dependencies, including buildscript and buildcraft * buildcraft version Former-commit-id: b7f729464519a278c498260b5fc71fafc34e39c7
2022-02-03LGPL-3.0 (#83)bombcar
* updatebuild * update license Former-commit-id: ef47ff063e28721d0f93e0f19d3d7067664da60f
2022-01-18maven publish buildscript updateJason Mitchell
Former-commit-id: 6067746ac7f8d288a1d4c7817e5173785672ff7c
2022-01-17add non tiny recipe (#80)bombcar
Former-commit-id: a98e3a13482d32b80654264ad3a39adb5abdf1a9
2021-12-21Resolve todos in dependencies (#73)Johann Bernhardt
* Resolve todos in dependencies * Add transitive protection Former-commit-id: 887bb2a2bf374263daf60d8b6334418efe40b8fc
2021-12-02Migrate to unified build script (#59)Johann Bernhardt
Former-commit-id: 9b48b72af5e2885baffbe3f89984364d99bc58d4
2020-10-12Updated Buildscript to ktsbartimaeusnek
Former-commit-id: 3f7b946b3e475f93c5bf4f58e42a64ec6d12be35
2020-10-12UpdatedGradle to 5.6.4bartimaeusnek
Former-commit-id: 25b98d89c4395cb843b40fd1c3a447f679c89922
2020-06-22Added Autogenerated Casingsbartimaeusnek
Former-commit-id: 4533005bb093686fb3192113c572c3821cb5c36c
2020-05-27Update to v13bartimaeusnek
* Added VoidMinerWIP Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Continue work on VoidMiner + Added a function to BWOreLayers + Made the voidminer actually WORK somewhat Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Continue work on VoidMiner + added recipes + made the void miner consume noble gasses to boost output + refactored code by quite a lot + added newest GT Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added GalacticGreg lib Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * added localisation of achivements Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * updated GTLib Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * updated GTlib Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Several fixes + Fixed BioVat + Added some Debug Commands + Changed Void Miner logic Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Refactor Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Refactor + removed Experimental ThreadedLoader + moved LoaderCalls into LoaderReference Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Refactor + moved FMLCommonHandler.instance().get(Effective)Side() into SideReference Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * made radio hatch compat call static Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Made More Stuff static + improved flow control Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added more Block-Recipes +version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * api changes + fixed void miner not consuming energy + Made API standalone (mostly) Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Made OrePrefixes lookups NullSecure Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed a typo Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * LICENSE update Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added Config for Metas and Tiers for Ross + fixed GT++ compability Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixes + Fixed ConfigHandler initiating GTValues during coremod startup + Fixed MegaEBF sometimes overflowing Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * change recipes for Void Miner using Ore Drill Tier 6 bump gt dependencie and version * update code chicken core and gt version * Added VoidMiner Tiers + Added Recipes for Void Miners Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixed VoidMiner Output Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * added void miner localisation for achievements Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed NPE Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Made Void Miner Times in Assembly Line more reasonable Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed fermentation recipes in biovat Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added a force shutdown, due to licensing of GT++ Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixed Glass Checked + buffed Oganesson + made LoadItemContainers static + removed force shutdown Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Update WerkstoffLoader.java * Fix imports import cpw.mods.fml.common.Loader was missing * Redid CLS support Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Some new featues + Added Multiblock Updateability to BW Blocks + Added Pollution to WaterPump + Added new Windmill GUI + Refactored Windmill a bit Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added animation to windmill Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * add gt to libs folder to let jenkins build (cherry picked from commit 12f6dae5e2233b533bce1cf6b0c29e9e85a60a0b) * Various Development + Added TT support to MEBF and MVAC + Fixed Energy Logic on MDT + Fixed MEBF not outputting fluids on bottom hatches + added auto-export for water on the simple stirling pump + redid glass folder structure + added EBF / Large Chem circuit Unification + updated TT dependancy + version increase x2 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Various Development (#75) + Added TT support to MEBF and MVAC + Fixed Energy Logic on MDT + Fixed MEBF not outputting fluids on bottom hatches + added auto-export for water on the simple stirling pump + redid glass folder structure + added EBF / Large Chem circuit Unification + updated TT dependancy + version increase x2 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added TT Low Power Lasers + Fixed Circuit Logic and added bounds check + added TT Low Power recipes + updated GT-lib + version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Block changes2 (#77) * Various Development + Added TT support to MEBF and MVAC + Fixed Energy Logic on MDT + Fixed MEBF not outputting fluids on bottom hatches + added auto-export for water on the simple stirling pump + redid glass folder structure + added EBF / Large Chem circuit Unification + updated TT dependancy + version increase x2 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added TT Low Power Lasers + Fixed Circuit Logic and added bounds check + added TT Low Power recipes + updated GT-lib + version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Redid LuV Osmiridium Replacer + version increase + deleted old lib Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixes + Unified usage of .hasItemType instead of bitshifts/ .getGenerationFeatures().hasXY() + removed a wrong cast + fixed textures + cleaned up code + removed *some* duplicate recipes for tool items + increased version, increased api version Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed voidminer + fixed MEBF not working with LAZORS or Multi Amp hatches below UV-Glas + fixed LAZORS not exploding when they recive too much Amp lasers * Redid Radio Hatch Stuffs ~~~ + ItemStacks finally work properly + Forbid insertion of a non-Rad-Material + Version increase * fixes + disabled circuit unification + removed unused decoratePlanet on Ross128ba + changed "splitStack" to "setStackSize" + renamed "WorldProviderRoss128Ba" to "WorldProviderRoss128ba" * Math update + Added specialised functions for floor ceil wrap and clamp + Replaced old function calls + LowPower Pipes now have the IC2 glass fibre texture + fixed overflow on the AccessPriorityList + fixed "NOSUCHITEM rod" error + suppressed some warnings + version increase * Fixed Burned Out THTR Stuff * Had the wrong version number Co-authored-by: Dream-Master <dream-master@gmx.net> Co-authored-by: jackowski626 <jf@wikiera.net> Former-commit-id: 3dce197579f950aa9c2e450e446e03c74b41dc83