Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
ArrayOutOfBoundException (#1244)
|
|
* switch to gson
* json loader code cleanup
|
|
* Added means of customizing GUI colors through lang file
* Color values are now stored in json file instead of the lang file
* Made json only load upon resource reload and ensured server compatibility
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* 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 the order of noble gas breeding to match proper rarity
* Updated Order of second parent
* Changed chance of Xenon bee to match decreased chances
|
|
* 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
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
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(multitile): upgrade to SoundResource enum
* fix(warnings): re-enable and deal with specific warnings
- Nukes @SuppressWarning("ALL") abomination; that hid a real bug of infinite
recursion, that would have caused a crash in some cover registrations.
- Reviewed and addressed each individual warning, down to typo or grammar.
- Either fixed or disabled warning on minimal scope, with commented reason.
* add(javadoc): document deprecated
|
|
* Remove energised from GT5 to move to core
* Buff tesseract trans metal
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
* Add delay to pollination
* nbt
* Don't pollinate when breeding
* Retrieve all individual drones from queen death
* use mOutputItems.length
* Bug fix
|
|
|
|
|
|
* Add wiremill recipe for SC UEV Base
* Adding UIV and UMV SC (#1213)
* fixing sphalerite electrolyze recipe
* beginning of UIV/UMV SC
* real sc mat
* real umv sc craft
* fixes sc umv heat temp
* Fix ID conflict
* Move wiremill recipe
Co-authored-by: RIONDY 'POPlol333' Adam <76914762+POPlol333@users.noreply.github.com>
|
|
* fixing sphalerite electrolyze recipe
* beginning of UIV/UMV SC
* real sc mat
* real umv sc craft
* fixes sc umv heat temp
|
|
|
|
|
|
@GTNH-Colen
|
|
(#1190)
|
|
|
|
|
|
* 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.
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
|
|
number (#1199)
|
|
|
|
* Start with lower energy without acceleration upgrades
* Pollen collection is an upgrade... I didnt know.
* Implement Queen Pollination
* Fix battery slot not working
* Dont try to pollinate when there is no chance to success
|
|
|
|
* Additional Maintenance Hatch Recipe
* Revert "Additional Maintenance Hatch Recipe"
This reverts commit c2168dc3f536021a75cc7c5636bb7093aa27baba.
* Additional Maintenance Hatch Recipe
|
|
|
|
Buffing Cryotheum Bee to procude Blizz dust directly instead of tiny piles.
|