Age | Commit message (Collapse) | Author |
|
|
|
* Meta Generated Items renderer overhaul
* Adjust naming
* Force alpha test
* Properly render overlay
|
|
* allow building multiple anyOf structure elements in same batch
* port utility from gt++
* add shouldSkip to hatchClass and hatchIds
* minor improvement to DT structure code
* pass in trigger stack
* add makeshift translation for item hint
* fix lcr not having autoplace
|
|
* Allows the Plasma Turbine to add hatches to the top and bottom
* Added dynamo sides to change
|
|
* no more magical texture index
* add a reverse map for fxxk sake
|
|
|
|
* Update some textures to be more consistent and have proper black spots in pipes
* Brighter textures
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
|
|
* Fix multi smelter for one to multiple recipes
* Do not manually split stack size
|
|
holding shift (#1268)
|
|
* Useless import
* Lower case for methods
* Double transfer rate for machines using two hatches.
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
|
|
|
|
hotfix to already merged pr
|
|
* Implemented gui textcolor override with .mcmeta files
* cleanup
* Added shared class to reduce code duplication
* Moved #drawLine back to GT_NEI_DefaultHandler
|
|
|
|
|
|
* Add localization to MC language list
* Revert workaround patches
|
|
|
|
|
|
* Add FluidLimiter Cover
* Update ItemList.java and register
* Add texture
* Refactor method
|
|
This reverts commit b60c4c7073b79ba46e27905f87a7be617d5019ce.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|