aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-07Added coil and glass count to the tooltip (#177)minecraft7771
Former-commit-id: c1d404eea9fb30e1e0adbf205a8da68b3a0a9a13
2022-08-02recipe owner adjustments (#162)miozune
* recipe owner adjustments * Fix some recipes not being added * Fix typo Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 3dcea1bd3dbc3e2433d9fe59fce5853a7b34c953
2022-08-01Allow input bus separation on the MBF (#176)Alexandre Tardif
Co-authored-by: Alexandre Tardif <alexandre.tardif@nexusinno.com> Former-commit-id: 4465a5b7226657198edb6e3ee2386227f1fdcd60
2022-08-01Unlock primordial crop (#174)Jakub
Former-commit-id: 1fd6af213d5bec80889c4a11c28705236531b633
2022-08-01Fix EIC being super load and check for installed muffler upgrade (#175)Jakub
Former-commit-id: eb82b1e7e1a02dc7ecb0b2afa1f6cf72083593ea
2022-07-31Switched diode UHV craft SC UHV->UV, a bit of comment and apparence ↵RIONDY 'POPlol333' Adam
formating (#173) Former-commit-id: 771bb6426b5ffe49d9d127e2873a29622f3b8a6b
2022-07-31Buffed Oganesson in Fusion to Beat Replication (#131)Steelux
- Changed the Oganesson fusion recipe to reduce total EU cost from around 750M EU to 215M, which matches the EU cost in the replicator multi. - Changed the recipe time to make the crafting faster, but not nearly as fast as the replicator multi. Former-commit-id: f325233720c1dd283dff139f38559efb01b44bb5
2022-07-30Allow Bacterial Vat overclock via double hatches (#172)Alexandre Tardif
Co-authored-by: Alexandre Tardif <alexandre.tardif@nexusinno.com> Former-commit-id: ff1fe0d84153897645eeb32d28ef3df0511e5a43
2022-07-29Enable back piston work and use compacted inputs to check the recipe. (#169)Jakub
* Piston and compacted inputs * tx * Input Hatch in structure info * Maintenance hatch in structure info * Rewrite piston process * Config value Former-commit-id: 98c522eeb02d75c009213cc1df5ef50b860497ea
2022-07-29Circuit Assembly Line enhanced tooltip (#171)Jakub
* Glass * Fix glass, CAL description * 1x energy hatch * Perfect OC Former-commit-id: 1349f985020a1cfd69c7958d43f139ecf188d66b
2022-07-28Fix negative energy usage for EIC (#170)miozune
Former-commit-id: e908e704ec6bc92899611ad140ea7fdd31b0d13c
2022-07-27Fix electric implosion compressor not accepting fluid recipes. (#164)Connor-Colenso
* Bump dep * Attempt to fix EIC. * actually fix not performing fluid recipes Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: miozune <miozune@gmail.com> Former-commit-id: fb5bb37ec76e3394434e2456779bcfe4b8c071a3
2022-07-27EIG: Add support for several seeds (#167)Jakub
* Support seed food (carrot/potato) * Fix netherwart * Fix stem seeds (melon like) * Add support for cactus and sugar cane Former-commit-id: 9b9b181c42d7ccca3d2ec6b2f88d1cdc53c99b74
2022-07-23Use accurate tanh, cache sievert decay (#168)greesyB
Former-commit-id: a69570a187bcc80037c871801b582544d4ff8805
2022-07-21Replace Assline Solder in Bartworks Recipes (#166)miozune
Former-commit-id: b5fe2e62a73a53aed07a5bc07e6a953059237db6
2022-07-20Fix logic error (#165)miozune
Former-commit-id: adf27be1063578c13724c1bea2402d3e4f26e1ff
2022-07-19Add whitelist to ignore ItemData check for EBF no gas recipe generation (#163)miozune
Former-commit-id: 3651df53dd82bd208f88aecd425d50404ed74d2a
2022-07-18EIG: Refuse to run instead of voiding when power is downgraded (#161)Jakub
* Just refuse to run instead of voiding * Update GT_TileEntity_ExtremeIndustrialGreenhouse.java Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 61e71b86cd83f3ce1755aa892acac4ac60ee92b4
2022-07-15Less hacky way to get material owner (#160)miozune
Former-commit-id: dd9f3b2d70fd2aaca62348cf9612a9ad3cf14377
2022-07-15Fix accidental nerf to circuit assembler (#159)miozune
* Fix accidental nerf to circuit assembler * No hacky oredict Former-commit-id: a47e1c837c549ea03a9a3993052d90397568098b
2022-07-13disable formic acid electrolysis (#158)Yang Xizhi
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10691 Former-commit-id: 252157248ec180ffd08792affdeff57b467010b0
2022-07-10Fix EIG structure (#157)Jakub
Former-commit-id: d3af1ef8e38e8071a97a824e805232b163a78521
2022-07-10fix chlorine positive (#155)Yang Xizhi
* fix chlorine positive before: 1 platium metaillic dust + 100 chlorine -> 38/45 platium metaillic dust + 184.52 chlorine now: 1 platium metaillic dust + 200 chlorine -> 38/45 platium metaillic dust + 184.52 chlorine i increased ammonium chloride usage in platium concentrate step. it also influenced the palladium output rate, which makes every unit palladium enriched ammonia contains half unit palladium and the same unit ammonia compared before. so the palladium raw power use 2x than before and output 2x ammonia * fix palladium lose Former-commit-id: c56a60bebe5eb9c4a0a1cdc49fc4e02f85518202
2022-07-09Clarify Fusion Coil requirement in MCR tooltip (#156)xSkewer
* Clarify Fusion Coil requirement in MCR tooltip * Fix typo Former-commit-id: 3016690fe875ad1525d075ef91cbc9cb33dee287
2022-07-07fix broken thing (#154)Yang Xizhi
:feelsDumbMan: Former-commit-id: ef146eb4ab73c028e8b7792cfe3601642012cf03
2022-07-07forbid electrolyz fluid when it has dust form (#153)Yang Xizhi
it means this fluid isn't a standard fluid, so fluid electrolyz rule doesn't apply to it(like calcium chloride) Former-commit-id: 7b9995069955eddee17fa6dfd099948d8aeb6ef4
2022-07-06fix casing te not get update after breaking (#152)Yang Xizhi
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10597 Former-commit-id: 76f3cf16117ca62f96cd019407e886ec9891ee87
2022-07-05Block hatches on inner bottom casings. (#151)Jakub
Former-commit-id: 09b81454d2d2078b973988808508262dbe631231
2022-07-05Fix tiny oversight (#150)miozune
Former-commit-id: 0c8bc9cd74f635c8b89594d0b84c159867734dad
2022-07-05Fix tooltip wierdness (#148)miozune
Former-commit-id: ba4d5186ad0a4a715777cce301be3a0c3e13b4f0
2022-07-05Spacetime adjustment (#149)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Former-commit-id: adcf3b8945631e2abb2d95ca853b80aa0ca46495
2022-07-04Standardization of BW Chemical Recipes (#144)Yang Xizhi
* platline * mica line * fix cell electroize recipe * fix * misc fix * fix Former-commit-id: 0d1a1ef8eaceda791c95960606b9c37c4f6526cc
2022-07-03Buff Extreme Industrial Greenhouse's Speed and Lower IC2 Tier to LuV (#141)Jakub
* Add possibility to get more outputs with fertilizer * Lower IC2 mode tier from UV to LUV * Typo * Add color formatting to description * License * Make Forestry fertilizer static and check if it exists * Buff EIG normal mode * Change color formatting Former-commit-id: c72c7cc266b500de50d27fb8b6904e45064e0264
2022-07-02Add material owner tooltip (#147)miozune
* Add material owner tooltip * Improve translation Former-commit-id: 607f4e6d9fc61f32226e69da54b44784c4e333fb
2022-07-02Fix Werkstoff localization failure (#145)MuXiu1997
Former-commit-id: 63da58dca81194b18c428ed12c45215d99c68407
2022-06-26Fix Concurrent Modification Exception (#146)Jakub
Former-commit-id: 168fc321d252ea1526cb076b15213c1e1454fc01
2022-06-26Fix CAL not being adapted to extended facing (#143)miozune
Former-commit-id: 859aefed719b1e32636d90a4c2b1e74a2a2e8342
2022-06-23Custom EIC Recipe (#140)Connor-Colenso
* Allow fluids to be accepted/outputted from EIC. * Temp recipe until GT updated for EIC only. * Unused import. * Improve coil texture (from Jimbno). * Add overclocking. * Custom recipe for EIC. * Bump gradle version. * Change to molten spacetime. * Bump dep again. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Former-commit-id: 54df48938d82a9e8d28e77444f6c304fe1abba91
2022-06-22fix double consumption from wildcard and oredict (#139)Yang Xizhi
* fix double consumption from wildcard and oredict sometimes the wildcard item also has oredict, it will cause double consumption * fix Former-commit-id: 36a91e713055060bc5a65b6c5bf07aebcc53898b
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-06-21documented the VM base class (#138)boubou19
Former-commit-id: 0d5eb64af8e3b9a8f4d2669b4acb5adb8d0c22bc
2022-06-18EIG - Add under crop block as requirement (#133)Jakub
* Add under crop block as requirement * Bug fix * Fix potential casing dupe Former-commit-id: b4c4dfe431a359276b52e91aea63d6dfca27dca6
2022-06-18Fix Werkstoff localization failure (#134)MuXiu1997
Former-commit-id: 3403a331c17a7d62ed42afe40d873b2de3eb847a
2022-06-18Add ingot form of Zirconium (#135)miozune
Former-commit-id: b62c5808a57a061cec0c5d9193f1489388c117d9
2022-06-16fix Fluor-buergerite electrolyze incorrect cell amount #10501Martin Robertz
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10501 (cherry picked from commit 8c777d4ca4761b1386c060d49e5d4b005a0e5924) Former-commit-id: ba22b5b2a3a471d8ca7373c9519f633f203c2d2c
2022-06-15Fixes circuit recipes in the Mega DT (#136)xSkewer
* Fixes circuit recipes in the Mega DT * Switch to getCompactedInputs Former-commit-id: ab179a17232ffb83d9abbbdb20cdffd309bc61a0
2022-06-10EIG fix + info changes (#130)Jakub
* Fix power usage * Add info about internal structure parts * Add more info to tricorder * Add structure description info * More checks * Remove endless loop possibility Former-commit-id: 2e9cd518d949448d727bf1e59364dd625df067f4
2022-06-09Fix wrong piston position (#132)Jakub
Former-commit-id: 7977711ca7d308d22639fe621377a451e2c620dd
2022-05-27Replace Soldering Alloy with Indalloy 140 (#129)Steelux
- Replaced the LV-tier Soldering Alloy in Assembly Line recipes with a higher tier, more complex solder that fits progression better. Former-commit-id: 34a4c7e5c10a12dcf2d06bd0025531e4f20da353
2022-05-25EIC Fix crops from mods (#126)Jakub
* Fix Natura crops * Correct info about water * Update repositories.gradle Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 89a69254b4ba241e40a5e8a8fc79518581970019