| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Former-commit-id: a1e015a603e645aadf97a5dc4eccdd5fa384a1af
|
|
* Added more information to yotta structure tooltip
* Change mentioning of EC2 to AE2FC in yottahatch
|
|
* Added baubles compat to wireless charger
* Integrate some intelliJ suggestons to reduce number of warnings
* Clean up method access
* Some more cleanup
* Revert accessibility of isItemValid
* Removed logging
* Some more cleanup
|
|
* Display mac stack tier in WAILA
* Added proper tier loading from tooltip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add Mobs Info
* Use MobsInfo
* Update dependencies.gradle
* Update repositories.gradle
* Update GT_MetaTileEntity_ExtremeExterminationChamber.java
* Update dependencies.gradle
|
|
|
|
* Fix bug in EEC
* Output all crops / bees when controller is broken
|
|
* Improve Long Distance Pipe WAILA status
Also addiotional information to the NEI item tooltip
* Long Distance Pipeline texture improvements
The side textures of the pipeline start/end blocks are now aligned with
the axis through the input output face (most visible with the Item
Pipeline). This is based on the Buffer texture code.
In addition, the input and output face textures have received the
typical blue/orange coding found on multiblock hatches and busses.
|
|
|
|
|
|
|
|
Former-commit-id: 045438d43c647d5620f1f9ffbb67eaac06259ee1
|
|
Add perfect OC behaviour and reduce pollution output by a factor of 10
|
|
This recipe was "buffed" by ~170x by someone to a nonsense number. The user at this tier is making likely in the region of 500B EU/t, if not more. OCing this 5-6 times will cost 236B - 1T EU/t and take 375-750 seconds. A much more reasonable value.
For comparison, this multi at its best makes 12T EU/t, that means that the EU cost to craft this currently is 6% of 1 tick of energy output. This is clearly absurd.
In future please discuss content changes with the actual author to get intent rather than randomly changing things.
|
|
* Added null checks to single recipe check saving
* Removed left over brackets
|
|
false tooltip (#675)
|
|
* Switch GSON NBT saving to String
* Switch name to json extension
|
|
* Fix Precision
This increases the maximum amount of temperature upgrades from 8 to 10 while halfing the amount of temperature boost they give to allow for more precision. Previously you were not able to simulate a warm biome in normal/normal. Doubles Boost, halfes energy consumption.
* increase to 16
|
|
|
|
player sneaks and is holding one (#2088)
* update deps
* cables/wire as full block
* only when sneaking and allow it for fluid and item pipes
* fix other items being able to bring it up
|
|
* updateBuildScript
* Remove unused members in PluginGT5Base
* Remove GuiRecipeHelper
* Use enhanced switch
* Remove / suppress unused members
* Fix empty catch block
* Apply final where possible
* Use toArray(IntFunction)
* Fix redundant default parameters
* Use enhanced for
* Use addAll
* Fix explicit type argument
* Redundant throws
* SameParameterValue
* String concatenation in loop
* constant condition
* Redundant initializer
* Redundant new String()
* Redundant cast
* Instantiation of utility class
* Fix Javadoc
* Don't instantiate DecimalFormat every time
* Put curly brackets
* Rename: liste -> list
* Rename: vertauscht -> swapped
* Rename: schritt -> step
|
|
|
|
|
|
remove botdustries monomethylhydrazine
|
|
|
|
|
|
|
|
|
|
* try with og and arg
* adjust all
* work relative to starting gas
Former-commit-id: d5747ce95acc53fda473deabfa69158aa9b34140
|
|
* Fix crash on MP
* Move away from SlotWidget for circuit selection window
|
|
Also make some labels translatable.
|
|
* Change reflections to mixins
* Wrap witchery checking
* Remove more repeating code
* hmm
* test generation
* test
* client sided
* Update CommandCustomDrops.java
* Update MobRecipeLoader.java
* Save to static variable
* Imports
* Log message
* Convert InfernalHelper to mixin accessors
* Update build.gradle
* One more
* Return class nodes to optimize
* Translations mixin
* Automatically add commands
* Fixes
* Fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12021
* Update kubatech.java
* Update CommonProxy.java
* Unnecessary qualified reference
* Simplify ItemUtils
* Check if single player diffrently
* Remove accessor for infernal-mobs
|
|
|
|
|
|
|
|
* Buff Celestial Tungsten Plasma fuel value to 720M
* Change mk1 chain values
* Change mk2 chain values
* Change mk3 chain values
* Correct krypton plasma output
* spotlessApply (#670)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Remove Dragonblood from comb qft recipe
This removes the unreal 100l of dragonblood in QFT.
* spotlessApply (#668)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Fix missing copy call for fluid recipe builder
* maybe this needs copy as well?
|
|
* remove GC ASM - was broken and disabled anyway
* tooltip change was also permanently disabled
|