| Age | Commit message (Collapse) | Author |
|
Former-commit-id: 69a6b45042c4259adec4dbbf810190256c5abbe7
|
|
* Update dependencies.gradle
* Update build.gradle
* Update .gitignore
* Create addon.gradle
* Fix no output from Mega Apiary
* Use checkProcessing instead of checkRecipe
* Migrate Tea Line to RA2
* Update build script
|
|
|
|
* Fixed mass fab sometimes crashing in scrap mode
* Also skip invalid items
* Removed unncessary null check
* Revert skip behavior and added custom running text for when the item doesnt yield scrap
|
|
|
|
* Remove outdated script
* Update dependencies
* Validate side when processing packet
|
|
* Remove AbstractedStack
* Remove outdated script
Former-commit-id: 462a8b3e49915df48fd772bdc4ff13f097d39b4c
|
|
* Add support for Crafting input hatch
* spotless
|
|
* Update buildscript
* Send oregen pattern to client on login
|
|
* Remove outdated script
* updateBuildScript
* Update GT
* Remove unused methods
* Fix findRecipe for Elemental Duplicator
|
|
* Fixed fermium check on QFT
* Fix logic again because apparently it was inverted
|
|
|
|
|
|
chanced recipes (#2130)
* better calculation
* roll for each parallel
* skip rolling for recipes with chance at 100%
* address not setting as null when stcksize is 0
|
|
|
|
|
|
|
|
* enable batchMode
* address review
* Revert "address review"
This reverts commit c8769f1d729f1b91165da757f66033e49c08ae3b [formerly 0d6d3c99967ed755b5f3ff9eade68aac35b63f01].
Former-commit-id: 18d10adb9b835c8dbd9fe13b27ca4e3ab064e689
|
|
* add averageNS
* add ns to line
* add lang and space on unit
|
|
wrong discount (#344)
* fix
* update deps and address review
* Fix compile error
---------
Co-authored-by: miozune <miozune@gmail.com>
Former-commit-id: f8c3a5e34ee854778ce7a80d3a11a636d45bc477
|
|
* fix
* address reviews
* spotless
|
|
* Crafting input buffer
* persist data
* rename and stuff
* no more waiting for multis to start
* rearrange ui
* spotless
* fixes
* refactor
* Crafting Input Slave
* getCrafterIcon
* crafting input bus
* spotless
* Update GT_MetaTileEntity_MultiBlockBase.java
* Update GT_Loader_MetaTileEntities.java
* Update GT_Loader_MetaTileEntities.java
* Update GT_MetaTileEntity_MultiBlockBase.java
* Update GT_MetaTileEntity_MultiBlockBase.java
* Update GT_Loader_MetaTileEntities.java
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* Revert "Fix hull crafting table recipes (#2170)"
This reverts commit 3d05af464ff0d20020b988fdfccd9252fd9d06fd.
* Fix recipe removal order
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Adding The FIne Wire + Recipe in wiremill
* spotlessApply (#701)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
Now it should work. Vexatos fixed it
Former-commit-id: c6df69a9030d0cad50cd4d723936e432abcebc2e
|
|
|
|
|
|
in https://github.com/GTNewHorizons/GT5-Unofficial/pull/1927 titaniumtetrachloride was changed to need 3 rutile instead of 1. This was the result of new processing lines for bauxite and ilmenite that yielded much higher amounts. As a result of the changes to titaniumtetrachloride all other sources of rutile were nerfed by a factor of three. This change would return rutile to the same yield of titanium as before the titaniumtetrachloride rebalance
|
|
|
|
* Migrated extruder
* Migrated alloy smelter
* Migrated arc furnace
* Migrated centrifuge
* Migrated ICO
* Migrated cutter
* Migrated dehydrator
* Migrated electrolyzer
* Migrated fluid heater
* Migrated forge hammer
* Forgot gtpp machines are cursed
* Migrated mac
* Migrated mixer
* Migrated molecular transformer
* Migrated bender
* Migrated sifter
* Migrated thermal centrifuge
* Migrated VF
* Migrated washer
* Migrated wiremill
* Migrated Volcanus
* Migrated adv implo compressor
* Migrated XL turbines
* Migrated chemplant
* Migrated MABS
* Migrated ABS
* Migrated cyclotron
* Migrated Zhuhai
* Migrated rock breaker
* Migrated rocketdyne
* Migrated semifluid generator
* Migrated QFT
* Minor optimization
* Migrate refinery
* Migrated solar tower
* Migrated TGS
* Migrated duplicator
* Migrated PSS
* Migrated algae pond
* Migrated froth flotation cell
* Migrated LTFR
* Migrated LPF
* Migrated sparge tower
* Migrated salt
* Migrated isamill
* Migrate DT
* Migrated HE
* Migrated mass fab
* Migrated chisel
* Migrated boiler
* Migrated steam machines
* Migrated amazon
* Disable batch mode button on XL turbines
* Update dependencies.gradle
* Updated dep
* Addressed first batch of reviews
* Migrated assembler
* Removed unused checkRecipe methods
* Forgot these
* Fix and cleanup chemplant
* Removed getAmounfOfOutputs
* Removed special multi behavior
* Migrated sound mostly
* Addressed new reviews
* Fix build fail and chisel sound
* Derp
* More reviews addressed
* Oversight on chemplant batchmode
* Fix DT speed bonus
* Removed iron blast furnace
* Removed generator array
* Removed
* Simplify rocket engine logic
* Removed left over artifacts
* Minor fixes
* Removed nerf chips
* Removed tesla tower
* Revert and fix chemplant recipe map
* Fix chemplant catalyst damaging
* Addressed reviews
* Derp
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* Exposed recipe consumption via method
|
|
Former-commit-id: a4838b2f30f9f51b16dc42c77b53f1c6cd5e9a18
|
|
* pu239 cleanup
* lang cleanup
|
|
* Fixes Large Essentia Smeltery Autoplace
* corrects the typo
|
|
Former-commit-id: 2b5c3cf134db3f6d9365d8d1bca566b9506bf384
|
|
|
|
|
|
* Added getter for speed bonus and eut discount, making the migration of gtpp machines easier
* Added getter for current parallel
* Added method that exposes recipe finding
* Extract setup of processing logic like in super
* Added controller slot to input list of processing logic
* Adressed review
|
|
|
|
|
|
* Change formatting
* Spotless!!!
---------
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
|
|
|