| Age | Commit message (Collapse) | Author |
|
* Fix possible out-of-bounds error.
* Bye bye OpV
* Bye bye OpV
* Some textures while I'm here
* Test
* Maybe
* New command
* Fix forge minecraft shenanigans interfering with saving data.
* Localisation of achievements
* Add save intervals for energy map.
* Refactor as to not use dumb bloat
* New interface for wireless hatches
* Remove prefix
* Big refactor and code cleanup. Also fixes bug with energy not getting added sometimes
* Fix typo causing ore dict issues
* New interface
* Clean up commands a little
* Add some colouring and clean up a little.
* Update desc
* Add more catches for command misuse and colours
* Jenkins
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
Updated lang file and tooltip
|
|
* Updated the order of noble gas breeding to match proper rarity
* Updated Order of second parent
* Changed chance of Xenon bee to match decreased chances
|
|
|
|
Minor biomainframe and nano circuit computation buff
|
|
hatches (#275)
|
|
Co-authored-by: Alexandre Tardif <alexandre.tardif@nexusinno.com>
Former-commit-id: 518ff768c3539531be39b6c6177649d4e8504da0
|
|
* Remodeled chunkloader code after RC chunkloaders to make them actually work
* Added limit to chunk radius
* Some cleanup
|
|
Improved Energy Infuser
|
|
changing UIV/UMV energy hatch and dynamo to use their own SC, also nerfed stargate lol
|
|
|
|
|
|
|
|
|
|
|
|
* Ran spotless on GT_MetaTileEntity_PrimitiveBlastFurnace.java
* Reduced method call duplication in onPostTick
* Run a checkMachine when a BBF chimney obstruction is cleared.
* Corrected unintended change
|
|
|
|
|
|
|
|
based machines to be rotated more freely
|
|
* Added function to also charge RF tools
* Added check if the TE is server side before registering it in the charging helper
* Removed unused imports
* Fixed charged items not increasing when charging RF tools and removed unnecessary check for cofh on mod load
* Removed unnecessary import
|
|
Changed DEFC controller recipe and moved it to TecTech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Disable the large generator array
* Re-add and comment Recipe
Co-authored-by: Alexandre Tardif <alexandre.tardif@nexusinno.com>
|
|
* YOTTANK glorification
Added remainining 4 cores + cells to YOTTANK
Made the Multiblock allow up to neutronium borosilicate glas
* Recipe changes
supercoolant added plus pumps exchanged
* Request changes
Made all cores 20 seconds in Assline
made cells 50 seconds in Assline
added recursive recipes to make 128 cores of one Tier to 1 of the next one
Fixed Voltages
Fixed Pump Quantity
* Fixed Quantity
Fixed Pump Quantity on Cells as well
* spotless
* Changed uncraftable Recipes
Some recipes were uncraftable (dense plates reduced to 8)
+ changed pumps in cell recipe to match it properly
* Fixed yet other pumps
Co-authored-by: Dream-MasterXXL <dream-master@gmx.net>
|
|
* Fix exploit with disassembler
* spotlessApply
|
|
set time to 120 sec
|
|
|
|
* Upgrade slot tooltip
* Fix Hellish biomes temperature
* Princess -> Queen process is always automated
|
|
* Process MT additions when joining to a server
* Run only in multiplayer
* Keep explicit imports
|
|
|
|
It honestly never occurred to me that SOMEONE would not derive from GT_MetaTileEntity_EnhancedMultiblockBase
|
|
stargate lol
|
|
|
|
|
|
|
|
|
|
|
|
networks with security stations (#1217)
https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10948
|
|
* fix(warnings): remove broad wanings suppression
This shell script was applied to remove all instances of
`@SuppressWarnings("ALL")`:
```sh
grep -lr '@SuppressWarnings([[:space:]]*"ALL"[[:space:]]*)' src/ |
xargs -l1 \
sed -n -i.bak '/@SuppressWarnings([[:space:]]*"ALL"[[:space:]]*)/!p'
```
* nuke @SuppressWarnings("all") in GT_NEI_DefaultHandler
Case insensitive:
```sh
grep -lr '@SuppressWarnings([[:space:]]*"[Aa][Ll][Ll]"[[:space:]]*)' src/ |
xargs -l1 \
sed -n -i.bak '/@SuppressWarnings([[:space:]]*"[Aa][Ll][Ll]"[[:space:]]*)/!p'
find src -type f -name '*.bak' -delete
```
* fix(warnings): GT_NEI_DefaultHandler
* fix(warnings): GT_Mod
* fix(warnings): GT_Values
* fix(warnings): Materials
* fix(warnings): GT_BeeDefinition
* fix(warnings): GT_PostLoad
* fix(warnings): GT_Worldgenloader
* fix(warnings): GT_PreLoad
|
|
|