| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* 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
|
|
|
|
* Fix original voltage shows up when voltage is "unspecified"
* better check
* move calculation
|
|
* Fix localization failure with driller
* Fix
Former-commit-id: 476453a57b8b6a6be52709854e36d6b83092ac5d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|