| Age | Commit message (Collapse) | Author |
|
|
|
generation (#1994)
* oredict plate recipes
* oredict dust recipes
* ore processing recycling recipes
* shaping recipes
* more fixes
* fixes
* 2 fixes
* remove unnecessary qualifications
|
|
* Always store at least 2048 EU regardless of tier, so that the machine can work properly
should close #11190 in GTNewHorizons/GT-New-Horizons-Modpack
* change tooltip to match real formula
should close #13238 in GTNewHorizons GT-New-Horizons-Modpack
* shot in the dark to fix some chemical formulas
* Fix hardcoded formula for ZrF_4
* fix nitinol formula
* Add a method to count uppercase characters
* A better shot at fixing chemical formulas
Added ghetto detection of when there is more than 1 element in a grouping, even when their symbols combined don't exceed three characters (like hydroxide)
* fix material components in ammonium tetrafluoroberyllate
last in a series of commits designed to resolve #11340 in GTNewHorizons/GT-New-Horizons-Modpack
* Add a method that only exposes the data orb selected by the circuot
* Make the duplicator only check for recipes with the selected data orb
Should close #11583 in GTNewHorizons/GT-New-Horizons-Modpack
* Change TGS tooltip to reflect real behavior
* Change TGS info in NEI to reflect true behavior
Should close #11650 in GTNewHorizons/GT-New-Horizons-Modpack
* Don't remove energy from the PSS when it attempts to fill a full hatch
should resolve #13317 in GTNewHorizons/GT-New-Horizons-Modpack, where the issues was mistakenly identified as the PSS accepting power when it is full. In fact, it does stop accepting power when full, but it is constantly leaking power into hatches.
However it should be noted that unless the PSS has no hatches, it pays a tax each tick which will of course mean that it is almost never going to be filled up.
* Fix some minor errors due to writing all previous commmits with github's file-view edit feature
try it sometime and suffer!
also spotless apply
* better formatting
* off by one
* add a line for power loss in the gui
* fix 0iq moment
* Revert "Don't remove energy from the PSS when it attempts to fill a full hatch"
This reverts commit c20cc0b3a528872c8003bea2944aa1ad7a020e01.
* typo
* additional typo
* Delete layout.json
merp
|
|
|
|
|
|
Co-authored-by: Fiyorin <david@bitmail.cc>
|
|
* added support for botania glass in clean room. No more than 50% in structure.
* bs
|
|
* null checks for cables
* actually fix drillhead recycling
* revert old incorrect drill fix
* fix netherstar cables
|
|
* rework OC formula
* better wording
* new formula
* wording (it's not always increasing)
* address review + shorten drain time
|
|
* it works?!?
* fixes
* spotless
|
|
* bs
* any glass for ExtremeHeatExchanger
* any glass for NeutronActivator
|
|
* fix Large Infinity plates use TGregworks not Tcon mod
* update bs
* Update src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java
Co-authored-by: miozune <miozune@gmail.com>
* Merge branch 'fix-Infinity-Plate' into fix-Infinity-Plate-2
# Conflicts:
# src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java
* change if mod is loaded
* spotlessApply (#209)
Co-authored-by: GitHub GTNH Actions <>
* spotless
* spotlessApply (#210)
Co-authored-by: GitHub GTNH Actions <>
* remove infos about plates
* add gt material
* check if GG is loaded
* spotlessApply (#211)
Co-authored-by: GitHub GTNH Actions <>
* fix
* sa
* spotlessApply (#212)
Co-authored-by: GitHub GTNH Actions <>
* fix derp
* duct tape fix prevent crashing
* sa
* add missing import
* Fix Bedrockium
* oops
---------
Co-authored-by: miozune <miozune@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
* glasses for structure
* new Api for glasses
* changed glass requirements
* fix api desc
* sa
|
|
tfft
|
|
|
|
* bs
* add structure lib chat description
* support any EV+ Tier Glass
|
|
* process log RA2
* process crop RA2
* process nuggets ra2
* process gear ra2
* process pipe ra2
* unhide leninade
|
|
Former-commit-id: e16261e4f7303795c62e5e89f7b7176c2cf149f0
|
|
|
|
* null check and removal for reversearcfurnace
* max 9 not 10 outputs
|
|
* part 1
* part2
|
|
* add eternity
* textures
* timepiece
* disable ebf + freezing
|
|
|
|
With the ForgeDirection migration, the signature of the getTexture() in
GT_MetaPipeEntity_Cable changed and the @Override annotation in the GT++
subclass was accidentally dropped.
|
|
|
|
|
|
|
|
|
|
* Fix MetaTEs not being registered at all in non-dev env
* Specify AT file name
|
|
|
|
* * will be turned off after build
* the on/off button in the gui is enabled
* Spotless apply
* fix em transformer
machine shuts OFF after restarting
* fix em transformer
* remove this
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
Fix Unpackager recipes
|
|
|
|
|
|
|
|
Update dependencies
|
|
|
|
|
|
With the ForgeDirection migration, the signature of the getTexture() in
GT_MetaPipeEntity_Fluid changed while forgetting to update the GT++
subclass. I'm guessing this is rooted in the fact that this method was
missing the @Override annotation.
|
|
|
|
|
|
* cell and ingot vac freezer
* sticklong RA2
* block RA2
* StoneVarious RA2
* crafting RA2
* Wire RA2
* fixes
|
|
add more stuff to Material Obsidian
(cherry picked from commit dc7b0cee34e22a99d03fe8676dc616b2f69c96d5)
|
|
|
|
Former-commit-id: 665ecd88259d026ce15ba11b831ad91983dd5518
|
|
* backwards compat
* spotless
|
|
|
|
* Use compileOnlyApi where appropriate
* Maybe Chisel doesn't need to be published
|