aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-08Merge pull request #15 from GTNewHorizons/fix/update-dependenciesMartin Robertz
Update dependencies
2023-05-08Fix link in READMEmiozune
2023-05-08updateBuildScript & spotlessApplymiozune
2023-05-08Update dependenciesmiozune
2023-05-08Remove unused code & migrate to FluidSlotWidget (#619)miozune
* Remove unused code & migrate to FluidSlotWidget * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-08Migrate to FluidSlotWidget (#321)miozune
* Migrate to FluidSlotWidget * Update dependencies Former-commit-id: d5838d0e19b18af0c8fc60a1c50773c4b0a10461
2023-05-08Migrate to FluidSlotWidget from FluidDisplaySlotWidget (#1963)miozune
2023-05-07deprecate all the recipes adders (#1961)boubou19
* deprecate all the recipes adders * spotlessApply (#1962) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-07Convert more recipes to RA2 (#1957)chochem
* convert some MTE recipes to RA2 * Lens RA2 * Rotor RA2 * fixes * Stone RA2 * Gem RA2 * fix * ingot RA2 * stick RA2 * better time notation
2023-05-07Add docs to mute (#1960)chill
* XSTR: fix typo * XSTR: remove commented-out code * MultiTileEntity: explain hatches and reword comments * Move the note on hatches from MTE to Controller * Remove wrongly-located javadoc * XSTR: reword to be easier understood
2023-05-06Fix cover data never being set (#1958)miozune
2023-05-06Brick electrolyzer fix (#1956)Pxx500
* disable brick autogenerated recipe * change brick formula to a more reasonable one
2023-05-06update bsMartin Robertz
2023-05-06Exploring some various ForgeDirection fixes (#1950)Jason Mitchell
* Fix mFacing NPEs * Default facing fixes (#1945) * QuickFixes incomplete facing fixes * fix Neither UP nor DOWN conditions as offsetY == 0 is not valid test * fix neither up nor down again * Still not fixed: use ForgeDirection.flag for clarty killed more ordinal siding. * get ride of offset testing --------- Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com> Co-authored-by: Jason Mitchell <mitchej@gmail.com> * bit logic fix * Fix single block machine facings * Predict the machine facing direction clientside before the server packet arrives * Fix isFacingValid logic --------- Co-authored-by: Léa Gris <lea.gris@noiraude.net> Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Raven Szewczyk <git@eigenraven.me>
2023-05-06update bsMartin Robertz
(cherry picked from commit bcd1bfb50446b744ab087c4e00dd423cf7d2dd7a) Former-commit-id: 0c8cacd35b1d1b0729f985e1410bb687f79c4089
2023-05-06update depMartin Robertz
(cherry picked from commit fe6783cd29524c0014a714b6b1b36b06fc11dde7) Former-commit-id: e5f327a44996d4f7ea78e5a1a10a05fd94c8cab0
2023-05-06Merge branch 'dev'Martin Robertz
2023-05-06Merge pull request #68 from chochem/BWreplacementsfixMartin Robertz
Remove BW luvtierenhancer references
2023-05-06Remove LuVtier enhancements (#320)chochem
* remove LuVtier enhancements * load order * add bridge subtag * dont change imc loading Former-commit-id: 11ff08612e7e386d08918820b20056335fd47be3
2023-05-06Split MetaTE loader and integrate bw material replacement (#1954)chochem
* split MetaTileEntities loader * sort into load * now switch material * add comment * cleanup
2023-05-06Show energy flow amperage and correct voltage tier in WAILA for machine ↵Wilhelm Schuster
blocks (#1955) Previously, WAILA just showed voltage tier based on total energy flow. This was problematic for machines that accept multiple amps such as the Arc Furnace. Even though it can accept up to 3A of input, increasing the total input voltage by one tier, it obviously cannot accept that voltage from a single source.
2023-05-06update dep+bsMartin Robertz
2023-05-06update depMartin Robertz
2023-05-05Display multiblock name&icon in AE2 interface terminal and crafting tree ↵Raven Szewczyk
view instead of the hatch (#1944) * Update buildscript * Apply spotless * Update ae2 and other dependencies * Display multiblock name&icon in AE2 interface terminal and crafting tree view instead of the hatch * Remove no longer needed Avaritia dep --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-05Revert "no tengam (for now!)" (#196)Martin Robertz
This reverts commit 2164da46f28cc35898d5ba391f06af9f6dfbee71.
2023-05-05integrate BW replacements (#203)chochem
2023-05-05fix (#1951)BlueWeabo
2023-05-05Adjust ev multiamp hatch recipes (#202)chochem
* add transformers to recipes * bs
2023-05-05Add channels to MABS (#618)kstvr32
* add channels to MABS * update build scripts
2023-05-05add channels to mega oil cracker (#319)kstvr32
Former-commit-id: e2d13c874dfc10e1f38501d2067dfb67bed044e8
2023-05-05remove luvtierenhancer referenceschochem
2023-05-05Fix NPE with Radio Hatch (#317)miozune
* Fix NPE with Radio Hatch * spotlessApply (#318) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Former-commit-id: 568f57922469539b06da1444c8c35db4dea25748
2023-05-04add channels to QFT (#616)kstvr32
2023-05-03Adjust new ore lines (bauxite, ruby, etc) (#1948)chochem
* balance * cleanup tiny dusts and double recipe
2023-05-03Adds 1 manual slot to Stocking Input Bus for lenses/molds (#1946)kstvr32
* Adds 1 manual slot to Stocking Input Bus for lenses/molds * Replace SlotGroup with SlotWidget Co-authored-by: miozune <miozune@gmail.com> * cleaned up code --------- Co-authored-by: miozune <miozune@gmail.com>
2023-05-03allow mute registers to be made outside of gt5u (#1947)BlueWeabo
* allow mute registers to be made outside of gt5u * add back the check using forge api * fix the typo oops
2023-05-01derpMartin Robertz
2023-05-01update depMartin Robertz
2023-05-01bs+saMartin Robertz
2023-05-01ForgeDirection (#74)Jason Mitchell
* ForgeDirection * spotlessApply * update dep * update --------- Co-authored-by: GitHub GTNH Actions <unknown> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-01Merge pull request #67 from GTNewHorizons/ForgeDirectionMartin Robertz
ForgeDirection
2023-05-01update depMartin Robertz
update bs
2023-05-01ForgeDirection (#158)Jason Mitchell
* ForgeDirection * update dep --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-01Add mods to mod enum (#1943)Jakub
2023-05-01ForgeDirection (#8)Jason Mitchell
* ForgeDirection * update bs + update dep * yeet class * fix --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-01update depMartin Robertz
2023-05-01revertMartin Robertz
Former-commit-id: 99dd0fe80af10498b74ee86ab2c3f826de162212
2023-05-01revertMartin Robertz
2023-05-01update dep fileMartin Robertz
2023-05-01update depMartin Robertz
Former-commit-id: 2fe81d61b3da7fad053379c0794d7fdde572c028