aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-12-20Fix duplicated recipes for ICO (#459)miozune
2022-12-17Update BaseItemComponent.java (#457)iouter
2022-12-16fix recipe (#456)chochem
2022-12-13Add ghost circuit support for Data Orb Repository (#452)miozune
* Add ghost circuit support for Data Orb Repository * oops
2022-12-13change how item color animation is ticked (#455)Glease
2022-12-12Added fallback for seperation toggle for existing mixers (#454)Maxim
2022-12-12Allow to toggle the seperation of busses (#453)Maxim
2022-12-11Fix Thermal Boiler (#451)miozune
2022-12-08single plate, not double plate (#450)chochem
2022-11-30Make AL recipes always visible (#449)miozune
2022-11-28Added number of needed rotor shafts to tooltip (#448)Maxim
2022-11-27Fix missing texture (#447)Jakub
2022-11-25Rewrite GUIs with ModularUI (#440)miozune
* Update GT * NEI migration & cleanup Deprecate GTPP_Recipe_Map_Internal#sMappingsEx and delegate to GT_Recipe_Map#sMappings instead Remove recipe modification check * Boiler * Programmed Circuit & Super Bus * Lower the number of fluid slots for multi mixer NEI * Solar Generator * Crop Manager * Bronze Workbench & Advanced Workbench * Turbine Housing & Rotor Assembly * Iron Plated Blast Furnace * Player Safe * Advanced Muffler Hatch * spotlessApply * Auto Workbench * Breaker, Control Core, RTG Hatch, Steam Bus, some cleanup * Fix crash when removing Breaker * Data Orb Repository * Charging/Discharging Bus * Pollution Scrubber * Storage Crate, Shelf, TieredChest They're just broken in the first place, don't blame me * cleanup * Steam Condenser It's broken in the first place, never blame me! * Catalyst Housing, Ball Housing * Fluid Tank, generators, custom hatches, cleanup * Computer Cube MKII Many things are broken in the first place, I swear * Inventory Manager * Migrate multiblock dehydrator recipemap to ModularUI * Overflow cover * Redstone Circuit Block * Multiblock * cleanup * Update GT
2022-11-23No Cell for Multiblock Dehydrator and ABS (#446)iouter
2022-11-16make structure definition fields static (#443)Glease
2022-11-13Remove turbine texture reflection (#439)Jakub
* Remove turbine texture reflection * yeet
2022-11-09fix broken shaped crafting and forge hammer recipe (#438)Yang Xizhi
2022-11-07Multi Block tweaks (#437)Martin Robertz
* Centrifuge assembler recipe start with recipe map * Bender * update BS+SA * Cutter * Matter Fab * Add machines * spotless
2022-11-07ABS recipe tweak to follow gt logic (#419)Martin Robertz
* ABS recipe tweak to follow gt logic * spotlessApply (#420) Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: GitHub GTNH Actions <> * remove EV variant * Update RECIPES_Machines.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-07Add a Extruder Casing recipe (#424)Martin Robertz
* Add a Extruder Casing recipe set Extruder recipe to iv component wise * spotlessApply (#425) Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-07unifying recipe with iv circuits (#432)Martin Robertz
add assembler recipe for casings
2022-11-07Macerator tweaks (#427)Martin Robertz
* change MAcerator Multi recipe add a Casing assembler recipe * spotless
2022-11-07add assembler recipe (#430)Martin Robertz
* add assembler recipe * spotlessApply (#431) Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-07Change Wascher Multiblock to one Tier components (#421)Martin Robertz
* Change Wascher Multiblock to one Tier components add a Assembler recipe for the casings * spotlessApply (#422) Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: GitHub GTNH Actions <> * remove ev variant * remove ev variant * spotlessApply (#423) Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-07Sifter multi (#428)Martin Robertz
* aff assembler recipe for Casings * spotless
2022-11-07Thermal centrifuge tweaks (#426)Martin Robertz
* Tweak Thermal Centrifuge to IV add Assembler recipe for Casings * spotless
2022-11-07change Industrial Electrolyzer to be IV (#429)Martin Robertz
add assembler recipe
2022-11-07change REcipe from Coke oven be EV (#433)Martin Robertz
add Assembler recipe
2022-11-07Unifying Warehouse to LUV (#436)Martin Robertz
add Casing Assembler recipe
2022-11-07change Volcanus be IV (#435)Martin Robertz
add assembler recipe for Casings
2022-11-07Add assembler recipes for Wire factory (#434)Martin Robertz
spotless
2022-11-04Add tainted sapling to tgs (#418)Guinea Wheek
* add tainted sapling to tgs * spotless
2022-11-02PSS incorrect loss fixed (#417)chochem
* PSS loss fix * spotless
2022-11-01add sc steam turbine (#414)Martin Robertz
* add sc steam turbine * sa and fix crash Co-authored-by: GlodBlock <1356392126@qq.com> Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com>
2022-11-01New quantum anomaly texture (#415)Connor-Colenso
* Change hypogen solidifier recipe EU requirements to UIV. * New texture for quantum anomaly. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-10-31Revert "ref(texture_api): update to the texture api (#386)"Martin Robertz
This reverts commit 0121112e5ea9c72050957af2c2ad4aecd9d70270.
2022-10-31Revert "add sc steam turbine (#413)"Martin Robertz
This reverts commit bd979e43c20322b3d4074ff0d43171b00d00ba88.
2022-10-31add sc steam turbine (#413)Yang Xizhi
2022-10-28Fix Material Progression and Semifluid Gen Cost (#403)Steelux
- Changed some materials used in GT++ material tier progression, because they require EBF coils above what is possible for the tier; - Changed fluid input on LV Semifluid Generator recipe from Bronze to Tin, since Bronze cannot be fluid extracted in LV; - Reduced the input count of items for those recipes, to bring it closer to the other generators.
2022-10-25Remove reflection from RTG Hatch (#411)miozune
2022-10-25Recipe fixes 2022/10/25 (#410)miozune
2022-10-25fix crop manager log spam (#408)Guinea Wheek
2022-10-24Update chemplant manual for TPV (#409)miozune
* Update chemplant manual for TPV * update BS Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-10-17fix double plate and long rod cant localized (#405)iouter
* fix double plate and long rod cant localized * sa
2022-10-16fix frame box and block cant localized (#404)iouter
2022-10-13Fix Sterile Farm Casing Recipe (No Tumbaga Pipe) (#402)Steelux
2022-10-12Fix Amount of Infinite Mutation Catalyst Output (#398)Steelux
- Changed output from 1 to 5 catalysts, to match the input of 5 carriers.
2022-10-12Revert the Nerf to Algae Farm Casing Cost (#397)Steelux
- Changed the Algae Farm casing tier to the low tier it was supposed to be at, this time at MV and with no dirt. The casing is shared with the TGS, which was the reason for the nerf, but the controller can gate that multi; - Adjusted the controller recipe for the Farm to also be MV.
2022-10-12fix material localization (#395)iouter
* fix material localization * spotlessApply
2022-10-10Make Chemplant Mv and use mv materials (#396)Martin Robertz