aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2024-05-22Add RawOre items and processing (#879)Martin Robertz
* Add RawOre items and processing * Added textures * Change to a switch instead of elseif and add shouldFortune check Removed isNatural check since GT++ Ores aren't TileEntities * update * update * Fixed the controller texture for the turbines. * The file is not called anywhere? This file doesn't seem to be used anywhere. Maybe it's worth removing? * update * update * Update random code * fixed * Add Silk Touch * Update dependencies.gradle * Update dependencies.gradle --------- Co-authored-by: Ethryan <3237986+Ethryan@users.noreply.github.com> Co-authored-by: Pilad <piladt@gmail.com>
2024-05-22Cleaning! (#881)Connor-Colenso
* Remove fluorite from sandstone references * Remove some unused content, rogue useless configs * Remove more junk * Remove more * Remove RF converter, I think this is disabled anyway? Or should be? * Opps missed this * Cleaning * Remove sick blaze, I can't even get this to spawn? The spawn egg also isn't in NEI? * Delete unused Australia textures * Unused texture loading * Bulk remove seemingly unused textures. * Remove xpjuice, seemingly no use? Change the localised name of mobessence to Mob Essence. Remove EnchantingUtils, no longer needed. * Clean * Unused tooltips * Remove hydrogen blob * Spotless apply for branch Cleaning! for #881 (#882) spotlessApply Co-authored-by: GitHub GTNH Actions <> * More cleaning * Lots of unused code. * Some reflection cleanup * Revert "Remove sick blaze, I can't even get this to spawn? The spawn egg also isn't in NEI?" This reverts commit d244b7dba00a9aee42b4a0596e842956acb36c5a. * Restore random conversion recipes * Unused texture * Unused stuff * Restore some missing textures * Spotless apply for branch Cleaning! for #881 (#883) spotlessApply Co-authored-by: GitHub GTNH Actions <> * Conditionally enable xpjuice recipe on OpenBlocks loaded * Spotless apply for branch Cleaning! for #881 (#884) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-05-21Rocket engine pollution fix (#885)chochem
* fix pollution amount * slight code cleanup
2024-05-10Add textures for numbered bio and breakthrough circuits (#880)GDCloud
add numbers to bio and breakthrough circuits
2024-05-10Fixed the controller texture for the turbines.PlayerCache is not called ↵Pilad
anywhere? (#878) * Fixed the controller texture for the turbines. * The file is not called anywhere? This file doesn't seem to be used anywhere. Maybe it's worth removing?
2024-05-04Add void miner support for everglades (#877)Lyfts
add void miner support for everglades Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-04-30GT recipe.cfg cleanup (#871)chochem
remove recipe.cfg uses from gt++
2024-04-22Fix steam multi bonuses and document them (#875)chochem
fix steam multi bonusses and documentation
2024-04-22Fix Waila for steam multis (#876)chochem
* Fix Waila for steam multis * dep and name update
2024-04-20Downtier dehydrator multiblock from ZPM to LuV (#873)NotAPenguin
* Make multiblock dehydrator use tier 6 (LuV) materials instead of tier 7 (ZPM) * Use IV energy core instead of LuV * Revert accidental change to wire tier
2024-04-19Fix Thermal Boiler accepting energy hatches. (#872)Abdiel Kavash
2024-04-17Remove unwanted trivial cbd recipe (#870)chochem
remove unwanted cbd recipe
2024-04-16Allow wire cutter to toggle batch mode on MABS (#868)NotAPenguin
* Allow wire cutter to toggle batch mode on MABS * Spotless apply for branch fix/tool-batch-mode for #868 (#869) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-11Fix Boldarnator tooltip. (#865)Abdiel Kavash
* Fix Boldarnator tooltip. * spotless --------- Co-authored-by: Connor-Colenso <52056774+connor-colenso@users.noreply.github.com>
2024-04-11Fix recipe loop. (#866)Abdiel Kavash
Remove erroneous recipe.
2024-04-07Fix the speed of the chemplant (again) (#864)chochem
* fix speed bonus * simplify as requested
2024-03-31Stocking input busses don't update texture on TGS (#863)HoleFish
* fix * move warning
2024-03-29Fix Volcanus NEI preview (#862)Lyfts
fix volcanus preview
2024-03-24changing the magic letters to an understandable modes (9in1) (#860)Quetz4l
changing the magic letters to an understandable mode * bs
2024-03-24Added missing fruits to the TGS (#858)Abdiel Kavash
Added missing fruits
2024-03-24Fix barnarda c in tgs (again) (#859)chochem
fix barnarda c in tgs (again)
2024-03-23Fix isamill NPE & chemplant structure check (#857)HoleFish
fix
2024-03-23Fix tier in chemplant error display (#856)chochem
fix tier
2024-03-23Fix coal tar recipes (#855)chochem
* make coal tar distilling consistent and RA2 * fix circuit
2024-03-22Fixes for wireless chargers (#852)Jaiden Baker
* Fix wireless chargers * Add getOnlinePlayers PlayerUtils function * Wireless Charger MP fix * Optimize mapping check
2024-03-21Allow crib works for chemplant again (#854)HoleFish
fix catalyst searching
2024-03-20Implement shutdown reason mechanism (#853)HoleFish
* migrate machines * add annotation * damn animation
2024-03-17add amps in hatch in one go (#851)boubou19
2024-03-16Fix Industral Arc Furnace structure check (#850)HoleFish
* fix structure check * typo
2024-03-14Fix crib separation for industrial multi machine (#849)chochem
fix crib for industrial multi machine
2024-03-13Numeric widget and localized number formatting. (#848)Abdiel Kavash
* NumericWidget and number formatting. * oopsies * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-03-11Free casings Matter Fabrication CPU (#840)dahgul333
Free casings for normal work
2024-03-10Dev (#846)Martin Robertz
* update (cherry picked from commit 8991894b7892136585913aaab50f0e5f005f6756) * make it compatible with new GT version (cherry picked from commit 14dc7f0faec66426378e01ce591216fd1e1c5d46) * Spotless apply for branch dev for #846 (#847) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-09Align fish centrifuge recipes with GT (#845)chochem
align fish recipes with GT
2024-03-04Remove GL11 Calls (#844)BlueWeabo
2024-03-04Enable input separation for the Cutting Factory. (#843)Abdiel Kavash
2024-02-28Fix several recipes (#842)HoleFish
* chemiplant frontend * fix missing coke oven recipe * new cell-less recipes * fix conflict hydrogen freezing recipe * fix missing ethylbenzene-to-fuel recipes
2024-02-28Tree Growth Simulator can now harvest leaves and fruits, using appropriate ↵Abdiel Kavash
tools. (#839) * TGS logic rework and new outputs * TGS logic rework and new outputs * NEI frontend. * NEI frontend part 2 * Recover saws from controller slot to input bus. * Added documentation and removed unused stuff. * Recipes for non-Forestry trees. * Updated tooltip. * Better handling of saws in controller slot from previous versions + grafter support. * Added Forestry and Extra Trees trees registration and processing. * BS + deps. * Disable ME stocking bus to fix an exploit. * Fixes based on feedback. --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-02-28Let remainingFlow become 125% of realOptFlow, rather than raw optimal… (#841)koiNoCirculation
* Let remainingFlow become 125% of realOptFlow, rather than raw optimal flow. This can fix the inconsistance between optimal flow in tooltip and that in turbine. * criteria should be totalFlow != realOptFlow in HP Steam and Steam turbine * fluidIntoPower should be long type, because ichorium huge turbine can generate power greater than Integer.MAX_VALUE on SC Turbine. * Final change. * 1 -> 1L * revert the accidentally refactor in Plasma turbine --------- Co-authored-by: yiteng.liu <yiteng.liu@11bee.com>
2024-02-27fixMartin Robertz
2024-02-27add new solidifier hatches for industrial multi machine (#810)Quetz4l
* add new solidifier hatches for multi machine * Update GT_MetaTileEntity_Hatch_Solidifier.java --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-02-22Advanced implosion supports buffer (#838)HoleFish
migrate
2024-02-22Add alternate recipes for neptunium and fermium plasma (#837)GDCloud
* add alternate recipes * adjust for 1 less OC
2024-02-15Force properties should be in GT (#836)chochem
force needs to be in GT
2024-02-15fix QFT tooltips (#835)HoleFish
fix tooltips
2024-02-14GT++ Fish Catcher Water Block Check (#818)George Higashiyama
* Fix Gt++ Fish Trap Adjacent Block Checks * Replace GT++ Fish Catcher testing rates with official rates * Remove string contains for "Water" from GT++ Fish Catcher * Adjust rates to account for the impracticality of using all 6 sides * Update src/main/java/gtPlusPlus/core/tileentities/general/TileEntityFishTrap.java Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
2024-02-14Fix crop harvester stopping after 1 crop if harvesting is off (#833)Lyfts
fix crop harvester stopping after 1 crop if harvesting is off
2024-02-13Enable perfect OC on the matter fabrication CPU recycler mode (#834)GDCloud
enable perfect OC on recycler mode
2024-02-104/4 overclocks for IsaMill and FlotationCell again (#831)HoleFish
restore 4/4 oc
2024-02-10Fix LFTR (#832)HoleFish
* Fix hatch * fix fuel search * spotless