Age | Commit message (Collapse) | Author |
|
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>
|
|
* 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>
|
|
|
|
* add new solidifier hatches for multi machine
* Update GT_MetaTileEntity_Hatch_Solidifier.java
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
migrate
|
|
* add alternate recipes
* adjust for 1 less OC
|
|
force needs to be in GT
|
|
fix tooltips
|
|
* 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>
|
|
fix crop harvester stopping after 1 crop if harvesting is off
|
|
enable perfect OC on recycler mode
|
|
restore 4/4 oc
|
|
* Fix hatch
* fix fuel search
* spotless
|
|
* its gas not fluid
* sa
|
|
* Apply ParallelHelper methods
* Plasma hatches support ME hatches
* little change
* Forced structure check
* Batch Mode and sub 1t oc will not affect plasma consumption
* Fix finding programmed circuit in input bus
* highlight tooltips
* Fix hatch requirement and machine tier check
* spotless
|
|
override canDumpToME
|
|
fix tooltips
|
|
* Fix chemical plant
* mistake
|
|
use gt api for tool recipes
|
|
* Advanced Muffler Hatch improvements.
* Without an air filter, performance degrades to the level of a basic muffler, not to zero.
|
|
enable batch mode
|
|
* add tooltip to explain fluid mode on QFT
* change wording a bit
|
|
|
|
* Migrate recipes to RA. Fix oredict of outputs.
* New recipe UI for NEI.
* Reworked processing logic.
* Display EU/t in WAILA + misc fixes
* Small spelling updates.
* Full rework of recipes.
* Reverted Pyrotheum recipe.
* Restored old recipes + cleanup.
|
|
fix chisel busses
|
|
|
|
(#814)
Change fluid tank emptying recipe to be shapeless.
|
|
fix superbus UHV recipes and localization
|
|
|
|
|
|
|
|
their tooltip (#806)
* Add hatche to volcane
* Remove unnesesarity
* Add hatche to cryo frezzer
* Some inconsistency
* SPOTLESS AAAAAAAAAAAAAAA SPOTLESS AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
* Spotless apply for branch hatche for #806 (#807)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
fix typo
|
|
fix optional
|
|
This reverts commit efb6055259da3108fb7abdfb1465fcb235f43e88.
|
|
Fix asymmetry in the qft multiblock
|
|
fix id shift
|
|
|
|
* Fix some multis incorrectly restricting fluid input for hatches
* Update dependencies.gradle
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
recipes and ids (#794)
* Fix all the tiers in recipes including for wireless charger and overflow valve
* fix transmission components
|
|
* remove mavenlocal
* update dependencies
* normalize semifluid gens
|
|
generate germanium fully again
|
|
* fix red algae to cellulose recipe
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/15019
* fix
|
|
|
|
|
|
remove traceback
|
|
* Remove reference to GTPP_Recipe itself
* Remove GTPP_Recipe_Map_Internal
* Move recipemaps to separated class
* Remove unused recipemaps
* Migrate GT++ recipemaps
Remove sElementalDuplicatorRecipes in favor of GT replicatorRecipes supporting findRecipe
* Migrate the rest
* Adjust catalyst priorities
* Add ABS non-alloy recipe category
* Remove s prefixes from recipemaps
* Adapt to GT_StreamUtil rename
* Adjust recipe catalysts
* Fix build
* update gradle+bs+deps
(cherry picked from commit 8b185c7a4d881d38580cc98456265ebb751b6d93)
* update deps
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* fix steam machine nei structure diagram
this is caused by repeated failure of checkMachine(), which is caused by it not clearing special steam hatches
* more special hatch clearing
|