| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
* another deprecation
* agrichem ra2
* dehydrator coils
* nuclear chem
* general recipes
* generic chem RA2 and NO,NO2 cleanup
* start with gregtech recipes
* another deprecation
* more gregtech recipes
* dont deprecate ABS yet, was just a mistake
* gregtech recipes
* even more gregtech recipes
* finish assembler recipes
* fuels and fluid extraction
* centrifuge and mixer
* chem recipes
* compression and maceration
* remove duplicate bending
* blast furnace (remove a broken one)
* AL recipes
* distilling
* baseitemingots
* bee recipes and some cleanup
* coke things
* random one
* cryo and pyro
|
|
Former-commit-id: 71b781e3c3c7a407221c4e35cac70bc9fc114eb2
|
|
Former-commit-id: 2976d9ecd9f23516d46d54780f1ba609a1ea2e0f
|
|
|
|
* Less aggressive System.nanoTime()
* Address reviews
|
|
* Deprecate GT_RecipeBuilder#noXXXYYY methods
* Remove existing references
|
|
|
|
|
|
|
|
|
|
|
|
* Adds several UI elements to multiblock drills
* Spotless
* Adds formatNumbers calls in places where it'd been missed
* Eliminate wildcard import
* Add @NotNull annotations to new fields and methods
|
|
* Added BarnardaC bee effect, added harder alternative mutation for indium bee
* Improved tooltip and waila hud for iapiary
* Shorten effect name for beealyzer
* Moved Effects to own files, cached constants
* Refactor constant names
|
|
|
|
|
|
* Display current recipe
* 2 decimals
* fixes
* formatNumbers
* Fix formatting
* update modularui
---------
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
merge after feature freeze
|
|
|
|
fixes: https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/14443
Fools Ruby, as it is, merely serves to screw with players, literally providing no other value, sure it is a "historic quirk" of the pack, but then again, so are dense plates from ++ amongst other things, so I don't exactly see why we should keep a "historic quirk" for the sake of it.
|
|
|
|
* deprecate getMachineVoltageFromTier
* migrate assembler recipes
* migrate mixer recipes
* migrate implosion compressor recipes
* migrate forming press recipes
* forgot an assembling recipe
* migrate blast furnace recipes
* migrate universal chemical reactor recipes
* migrate fluid extractor recipes
* migrate bending machine recipes
* migrate assembling line recipes
* migrate autoclave recipes
* migrate chemical bath recipes
* get rid of BW_Util.getMachineVoltageFromTier(3)
* get rid of BW_Util.getMachineVoltageFromTier(1)
* get rid of BW_Util.getMachineVoltageFromTier(2)
* get rid of BW_Util.getMachineVoltageFromTier(4)
* get rid of BW_Util.getMachineVoltageFromTier(5)
* get rid of BW_Util.getMachineVoltageFromTier(6)
* get rid of BW_Util.getMachineVoltageFromTier(7)
* get rid of BW_Util.getMachineVoltageFromTier(8)
* get rid of BW_Util.getMachineVoltageFromTier(9)
* get rid of BW_Util.getMachineVoltageFromTier(10)
* get rid of BW_Util.getMachineVoltageFromTier(11)
* get rid of BW_Util.getMachineVoltageFromTier(12)
* migrate fluid solidifier recipes
* migrate forge hammer recipes
* migrate pulveriser recipes (1/3)
* migrate electrolyser recipes
* migrate electromagnetic separator recipes
* migrate extruder recipes
* migrate packager recipes
* migrate primitive blast furnace recipes
* migrate vacuum freezer recipes
* migrate wiremill recipes
* migrate cutting machine recipes
* migrate lathe recipes
* migrate laser engraver recipes
* migrate fluid canner recipes
* migrate pulverizer recipes (2/3)
* migrate extractor recipes
* migrate arc furnace recipes
* migrate sifter recipes
* migrate compressor recipes
* fix duration
* migrate fluid extractor recipes
* migrate centrifuge recipes
* migrate autoclave recipes
* spotless apply
* resolved build issues related to output chances of recycling "aHTGR_Materials"
* resolved build issues related to output chances of recycling "Burned out TRISO pebble (Uranium)"
* spotless
* migrate fluid heater recipes
* bump GT version
* fix time and eu/t of centrifuge recipes
* fix time and eu/t of centrifuge recipes
* spotlessApply (#356)
Co-authored-by: GitHub GTNH Actions <>
* add a todo for chem rebalance issues in electrolyser recipes
* fix typo
---------
Co-authored-by: Kyium <kiu4537@yahoo.co.uk>
Co-authored-by: chochem <40274384+chochem@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Former-commit-id: cf3cb4bc6838158ed55daca3cf6a052ea02ac0a0
|
|
* Adds item and charging info to Locker WAILA panel
* Refactor Locker WAILA tip entries to happen more on client side
|
|
|
|
|
|
|
|
|
|
Delete unused stuff
|
|
|
|
|
|
|
|
* Restore PA controller recipe
* Remove duplicated recipe
|
|
Spotless apply for branch delete-unused-stuff for #64
|
|
|
|
|
|
deleted:
monazite residue
rare earth trifluorides
fluorinated neodymin rare earths
|
|
|
|
|
|
|
|
* cleanup gt++ phthalic acid
* better use material
|
|
|
|
* Merge identical slots in EIG GUI
* Mega Apiary
* Update MobHandlerLoader.java
* Update GTHelper.java
* Update GT_MetaTileEntity_ExtremeIndustrialGreenhouse.java
* Update GT_MetaTileEntity_MegaIndustrialApiary.java
* Update build.gradle
* crop
* 99+
|
|
|
|
* Implement Stream<FindRecipeResult> findRecipesWithResult for GT_RecipeMap
* Change ProcessingLogic.process to actually use new findRecipesWithResult
* Change ProcessingLogic.process to start finding something only for OUTPUT_FULL result
* Refactor ProcessingLogic.process to make logic more readable
* Replace while with for loop, remove NOT_FOUND return in end of findRecipesWithResult
* Apply spotless
* Make findRecipe use findRecipes, add annotation to GT_Recipe and FindRecipeResult for processRecipe and make method protected, replace wildcard imports
* Remake isRecipeWithOutputFullFound
* Add @Nonnull to methods
* Apply spotless
* Remove Stream version of findRecipeWithResult, replace with predicate one. Add GT_Predicated_Recipe_Map class for utilizing this method. Changes some existent recipe maps to inherit from base class.
* Remove GT_Predicated_Recipe_Map, add Predicate directly to GT_Recipe_Map#findRecipeWithResult. Add AdvancedRecipeValidatorPredicate and FindRecipeWithAdvancedValidatorResult to allow store validation calculations for further use and proper errors displaying.
* Fix InsufficientVoltage errors
* Changes according to review comments. Integrate FindRecipeWithAdvancedValidatorResult to FindRecipeResult, rename AdvancedRecipeValidatorPredicate, encapsulate AdvancedRecipeValidatorPredicate fields, fixes some typos, etc
* Moves InsufficientVoltage check to GT_ParallelHelper. Removes FindRecipeResult#State#INSUFFICIENT_VOLTAGE
* Return an old findRecipeWithResult
* Renames things, call old methods for singleblocks
* Renames things, makes FindRecipeResult ctor private
* Apply spotless
* Move RecipeValidator, fix comments typos
|
|
|