Age | Commit message (Collapse) | Author |
|
* Remove redundant inputSeparation=true call
* Remove deprecated MetaTileEntity#isDisplaySecondaryDescription
* Always use ModularUI
* Remove useModularUI
* Remove unused GUI features
* Remove IGlobalWirelessEnergy
* Remove CommonValues.V & CommonValues.VN
* More deprecation cleanup
---------
Co-authored-by: boubou19 <miisterunknown@gmail.com>
|
|
* move assembler and compresser recipes
* move canner+extractor+packager
* register MTEs in preload
* move to init instead
|
|
* makeshift solution of telling structurelib to not place gt hatches
* Spotless apply for branch feature/gt-no-hatch for #2881 (#2882)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* GT music system
* Minor fix for some glitches when switching dimensions with P2Ps on both sides
* Most features implemented except headphones
* Implement wireless headphones
* Disable debug mode
* Spotless
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
|
|
* partially fix tesla transmission
* Spotless apply for branch fix/tesla for #2878 (#2879)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
* add forbidden getModItem calls
* remove bartworks gmi
* remove goodgenerators gmi
* spotless
* no more literals in getModItem calls
* fix kekztech calls
* fix kubatech calls
* fix gregtech calls (1/?)
* move WA from NHCore to GT5U
* MTE enum expanded with bw values
* MTE enum expanded with tectech values
* fix inversion
* fix gregtech calls (2/?)
* copied enum from NHCore to GT5U and moved machine hulls
* moved plasma gens and alloy smelters
* moved machine matter amplifiers, assemblers, scanners, Pump, transformers
* moved battery buffer 1,2,3,4, battery charger 4x4, dynamo hatches, energy hatches
* moved wet transformers, hi amps transformers, turbo chargers, chest buffers, rock breakers, input hatches, output hatches
* moved circuit assemblers
* moved chemical bath, chemical reactor, fermenter, fluid canner, fluid extractor, fluid heater, mixer
* moved autoclave, bending machine, compressor, cutting machine, distillery, electric furnace, electrolyzer, electromagnetic separator, extractor, extruder, fluid solidifier, forming press, forge hammer, lathe, precision laser engraver, macerator, matter fabricator, microwave, washing plant, polarizer, recycler, replicator, sifter, slicer, thermal centrifuge, wiremill, arc furnace, centrifuge, plasma arc furnace, canning machine
* moved batteries
* comment
* spotless apply
* yeet * imports
* bronze blast furnace is no more since a while
* sanitize kubatech MTE registration
* merge GG's MTE enum into GT5U one
* fix gregtech calls (3/4)
* fix gt++ calls (1/?)
* small cleanup
* fix gt++ calls (2/3)
* fix gt++ calls (3/3)
* temporary test
* fix config
* Revert "temporary test"
This reverts commit ad99b8a4736794aab1d01ff453809c6f7e721724.
* disabled the GT check until GTNH-Intergalactic is merged into GT5U or at least its GT5U parts
* spotless apply
* dumb dumb
* fix dynamic access to CustomItemList
* update tests
* fix scala test
* fix script?
* fix script?
* actual fix?
* there we go!
* yeet GT for now, until we move the EOH Controller recipe somewhere else
* fix dep
|
|
* remove dead code
* use proper materials for tiered circuits
* remove yet another RA1 call
* remove deprecated usage
* small step toward Research station assline recipes migration
* remove dead code
* remove dead code
* remove dead code
* migrate BW recipes
* remove some more RA1 code
* remove bad search and replace + spotlessapply
* yeet deprecated code and change how sieverts for recipes are computed
* fix loading
* fix bad replacements
* spotless apply
|
|
Fix fullenergy debug
|
|
* Remove fixEnergyRequirements
* update
* fix
* spotless
|
|
fix ph sensor not taking decimal numbers
|
|
* Refactored GT_MetaTileEntity_Boiler_Bronze::updateFuel
* Refactored GT_MetaTileEntity_Boiler_Lava::addUIWidgets
* GT_MetaTileEntity_Boiler: Set item filter on fluid & fuel slots
* GT_MetaTileEntity_Boiler: Made automation handling more consistent and respect slot filters
* Remove deprecated fuel & ash slots from solar boilers
* Removed overrides identical to super
* Streamline coal boiler combustion logic
|
|
|
|
* try to add baryonic matter fluid texture
* fix baryonic matter custom fluid
* adjust purified water names
* do not form waterline multis without positioned hatches to prevent crashes
* final baryonic matter texture
|
|
|
|
|
|
|
|
* Fix Plasma Mixer recipe to use a craftable hatch
* Fix UXV 1M Laser research collision
|
|
|
|
* Implement dim num agnostic isGenerationAllowed function
Replaces references to old function in as many places as possible
Only reference that can't be changed right now is `E:\MinecraftProjects\GT5-Unofficial\src\main\java\com\github\bartimaeusnek\crossmod\galacticgreg\VoidMinerUtility.java:189`
* Account for unloaded world or null provider by instead doing a dim number check
This route should be avoided when possible.
* Apply Spotless
|
|
|
|
adjust t8 logic
|
|
* Removed cursed galacticraft dependency. Sorry mitch :(
* spotless
* Spotless
* Update GT_Loader_MetaTileEntities.java
---------
Co-authored-by: ah-OOG-ah <75745146+ah-OOG-ah@users.noreply.github.com>
|
|
* Remove Dependancy
* Now rendering again
* Spotless Apply
|
|
* Faster dev boot times (120s --> 80s while profiling)
* Clean up sloppy hard deps and properly gate them behind isModLoaded() checks.
* Include CoreTweaks as runtime only non publishable for faster boot as well
|
|
Laser Hatches (#2859)
* Remove laser recipes based on tiers
* Add 4M and 16M Laser Hatches
* Add Laser Mirror
* Add Laser Mirror recipe
* Refactor mirror
* Add customizable amperage to laser source hatches
* Hide lasers from NEI, add customizable amperage to target hatches
* Fix missing connection branch
* Address review
|
|
fix min casings on tier 2 mvf
|
|
Fixed the issue where if bonuses were good enough it would take more than 1 amp + cleaned up now unused text
|
|
* fix qft chances in recipes
* fix qft frontend
* remove cry about it catch
|
|
Require 1 fluid input in assline recipes
|
|
ceria chem balance
|
|
fix arc furnace tooltip
|
|
fix radiobarite name
|
|
Removes right-click function of regulator covers
|
|
Add Et Futurum Requiem to the mods list so we can modify recipes in Core.
|
|
|
|
* Removed coolant logic from LHE & XL LHE
* Added LHECoolantRegistry, which replaces the coolant checking logic
|
|
adjust cleanroom assembler recipe cost
|
|
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* Buff later naqfuels and misc changes
* Buff Mk5 alternate recipe speed
|
|
* Plasma Line buffs and EHE changes
* Change efficiency to 1.0 (still has +50% boost from Steam buff)
* One too many zeros
* SC Steam -> 100 EU, 100L of Normal Steam, Base efficiency to 1.2
* Rebalance Extremely Unstable Naquadah to match SpNt (Nerf turbines)
|
|
* Change cracking LCR recipe generation
-> Changed the CR recipe generation to be singleblock only;
-> Added equivalent LCR recipes but at HV tier and halved recipe time.
* Spotless apply
|
|
* Add new butane option for Anti-Knock
-> Add new alternative MTBE fluid made from Butane instead of Butene, to prevent mixing the two fluids;
-> Add equivalent recipes for the new fluid, with Butane instead of Butene.
* Spotless apply for branch Butane_For_AntiKnock for #2762 (#2763)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
* duct tape fix
(cherry picked from commit 7cfb3923d6ff6abe6d56d6bbab3d05eb5529bb64)
(cherry picked from commit 670b21508b9f429eace6bee29b7426dd30c4dd00)
(cherry picked from commit 881dcefd8d2e6d72d1fa4970ee9704adfbf68c4c)
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dream Master <dream-master@gmx.net>
|
|
|
|
* swap circuits in engraving for distilled water
* change quark goop textures and water colors
* add structure tooltip to grade 8 multi
* display quark catalysts in t8 frontend
* add simple uv treatment frontend to show lenses
* add final quark catalyst textures and recipes
* remove electromagnet from recipe
* fix baryonic perfection recipemap and quark colors in scanner output
|
|
* Added the miniature wormhole generator
* Updated structure & tooltip and added hatch hask
* Fixed controller promotion not working
* Initial work wormhole render + spotless + git strangeness
* Fix wildcard imports
* Removed redundant code + added more reasonable defaults
* fix
* sa
* Remove debug print statements
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: CookieBrigade <138534411+cookiebrigade@users.noreply.github.com>
|
|
|
|
* Fix Steam Washer structure
* Change tick update
* Add check structure
* Add check autofill water in structure
* Improved the method of filling the structure with water
* Apply spotless
* Fix structure bug
* Apply spotless
* let NEI show different recipe map
---------
Co-authored-by: Nxer <306803661@qq.com>
|
|
* Fix solenoid page assignment
* Forgot to declare the page itself
* Accidentally dropped the override tag
|
|
|