aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-30spotlessApply with the new settingsJason Mitchell
2023-01-07Add Weed-EX 9000 consumption in EIG (GTNewHorizons/bartworks#257)Jakub
* Update GT5 * Add Weed-EX Consumption * Add info
2023-01-03Add enchanced GUI to EIG (GTNewHorizons/bartworks#255)Jakub
* Add enchanced GUI to EIG * Spawn 1 render entity instead of 8 * Spawn 1 render entity instead of 5 in EIC * Spelling * Dont overshot
2022-12-29Add flowers to EIG (GTNewHorizons/bartworks#254)Jakub
* Add flowers to EIG * There are custom handlers now
2022-11-24Prevent player inventory corruption (GTNewHorizons/bartworks#235)Jakub
* Ugh * Merge same slots * Remove growth progress * Update GT_MetaTileEntity_ExtremeIndustrialGreenhouse.java Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-11-09EIG: Bug fixes (including small IC2 mode nerf) (GTNewHorizons/bartworks#232)Jakub
* Yes yes yes, obfuscation * Fix GT Ores not working as a roots in IC2 mode * ' * BEANS * Get rid of some warnings in code inspection * Fix wrong IC2 crop calculation (EIG NERF) * Use constants * Autocraft is always enabled * Recalculate all crops on math updates * Fix dupe * Remove Mana Bean support
2022-11-05No Humidity Mode for the EIG (GTNewHorizons/bartworks#233)xSkewer
* Add 0 humidity mode to the EIG * Readd imports that got removed for some reason * Remove static and add scanner info * Fix NBT saving * Add import that got lost for some reason * Add tooltip and change scanner display to only IC2 mode * Import got lost again
2022-10-31EIG: Fix stocking input bus exploit (GTNewHorizons/bartworks#230)Jakub
* Disgusting * Fix exploit * Maybe fix black wheat blocks inside * Ok we will fight then * Cosmetics * Proper fix
2022-10-17Fix EIG structure tooltip (GTNewHorizons/bartworks#221)Maxim
* Added coil and glass count to the tooltip * Fixed EIG structure tooltip
2022-10-13Fix accidental block dupe (GTNewHorizons/bartworks#216)Jakub
* Fix dupe * Move setup process to checkRecipe
2022-10-08EIG: Fix multiple input hatches beeing ignored & Make setup modes faster. ↵Jakub
(GTNewHorizons/bartworks#210) * Deplete water from all hatches * Make setup modes fast * spotlessApply (GTNewHorizons/bartworks#211) Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-26Added start and end processing calls to machines that work with inputs in ↵Maxim
onPostTick (GTNewHorizons/bartworks#206)
2022-08-27Update buildscript & apply spotless (GTNewHorizons/bartworks#192)Raven Szewczyk
* Update dependencies * updateBuildscript & spotlessApply
2022-08-01Unlock primordial crop (GTNewHorizons/bartworks#174)Jakub
2022-07-29Enable back piston work and use compacted inputs to check the recipe. ↵Jakub
(GTNewHorizons/bartworks#169) * Piston and compacted inputs * tx * Input Hatch in structure info * Maintenance hatch in structure info * Rewrite piston process * Config value
2022-07-27EIG: Add support for several seeds (GTNewHorizons/bartworks#167)Jakub
* Support seed food (carrot/potato) * Fix netherwart * Fix stem seeds (melon like) * Add support for cactus and sugar cane
2022-07-18EIG: Refuse to run instead of voiding when power is downgraded ↵Jakub
(GTNewHorizons/bartworks#161) * Just refuse to run instead of voiding * Update GT_MetaTileEntity_ExtremeIndustrialGreenhouse.java Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-07-11Fix EIG structure (GTNewHorizons/bartworks#157)Jakub
2022-07-05Block hatches on inner bottom casings. (GTNewHorizons/bartworks#151)Jakub
2022-07-05Fix tooltip wierdness (GTNewHorizons/bartworks#148)miozune
2022-07-03Buff Extreme Industrial Greenhouse's Speed and Lower IC2 Tier to LuV ↵Jakub
(GTNewHorizons/bartworks#141) * 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
2022-06-18EIG - Add under crop block as requirement (GTNewHorizons/bartworks#133)Jakub
* Add under crop block as requirement * Bug fix * Fix potential casing dupe
2022-06-10EIG fix + info changes (GTNewHorizons/bartworks#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
2022-05-25EIC Fix crops from mods (GTNewHorizons/bartworks#126)Jakub
* Fix Natura crops * Correct info about water * Update repositories.gradle Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-04-11Add Extreme Industrial Greenhouse (GTNewHorizons/bartworks#111)Jakub
* Add Extreme Industrial Greenhouse * Add info about crops inside the machine * Add a way to remove crops from machine * Add crafting recipe * Dont use full amp * Add glass tier requirements * Bug fix * Account for IC2 crops with two diffrent outputs * Add water requirement
2023-03-12Beeeskuba6000
2023-03-12Mega Apiary GUI improvements (#58)Jakub
* Mega apiary GUI improvements * forgot * buildscript * Fixed on ModularUI * Test scrollable fix * Simplify * Inspection * Fixed in ModularUI
2023-03-08Update description of EEC (#56)Jakub
* Update description of EEC * Fix structure info * spotlessApply (#57) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-05Fix tooltip on item bookmark from Mob drops NEI page (#55)Jakub
* compile -> api * Fix tooltip on item bookmark
2023-02-27Fix-> looting level abuse in EEC (#52)Zereff06
* fix-> looting level abuse in EEC Now the maximum is level 4 * Spotless apply for branch fix_EEC_looting_level_abuse for #52 (#53) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com>
2023-02-26Fix Mega Apiary GUI scroll issue (#54)Jakub
* Fix scroll issue * Inline variables * Buildscript
2023-02-26Override super methods to old value (#51)Maxim
* Override super methods to old value * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-02-14I dont know how (#50)Jakub
2023-01-31[ci skip] upgraded build systemRaven Szewczyk
2023-01-28[ci skip] Add git-blame-ignore-revs for spotlessApplyJason Mitchell
2023-01-28[ci skip] spotlessApply with the new settingsJason Mitchell
2023-01-28[ci skip] Update buildscript to RetroFuturaGradleJason Mitchell
2023-01-27Update build.gradlekuba6000
2023-01-27Add survival autoplace to EEC (#49)Jakub
* Add survival autoplace to EEC * OutputHatch
2023-01-27Move to long power base (#47)Jakub
* Move to long power base * fix * More moving * Fix math * Why am I soooo blind * Fix 1 ticking * More fixes * Save some tick time * Fix Swarmer mode power drain * Dont need it anymore
2023-01-26Fix NPE (#48)Jakub
2023-01-19Merge branch 'master' of https://github.com/GTNewHorizons/KubaTechkuba6000
2023-01-19fix NPE in TeaCollection (#45)Alexdoru
2023-01-17More licensingkuba6000
2023-01-17Earl Gray is now in Mega Apiary questkuba6000
2023-01-17New yearkuba6000
2023-01-17How these pixels even got therekuba6000
2023-01-14Fix Ultimate Tea Research (#44)Jakub
* Trigger after MT Reload * Update MTLoader.java
2023-01-09Fix voltage variable in comb chance calculation in Mega Apiary + some tweaks ↵Jakub
(#43) * Always use full potential power * Fix voltage variable (t) in comb chance calculation * Fix already existing apiaries
2023-01-03Update build scriptkuba6000