Age | Commit message (Collapse) | Author |
|
|
|
* Add IAllSidedTexturedTileEntity to reduce memory overhead for ore textures
(cherry picked from commit 274918800a3bf728e1db88e2d22b14cb6eb1a2e5)
* Cache texture for ore, since it doesn't change during the game obviously
(cherry picked from commit 45a2fe43f2cdb33fa7c0b05a4b8e4531fd2706a6)
* Reduce allocations for inventory ores rendering
(cherry picked from commit 5ed6526436e9b3a0586f37eac460f707636a102d)
---------
Co-authored-by: SKProCH <skproch@yandex.ru>
|
|
|
|
|
|
|
|
|
|
|
|
* update
* rework
* spotless
* = -> copy
|
|
|
|
* Fix far end asteroids size
* Use chunk seed to generate far end asteroids
|
|
|
|
|
|
|
|
add method
|
|
* Enable input bus separation for the MCR.
* Allow toggling by screwdriver.
|
|
|
|
|
|
This might be ignored by MC, but external JSON parser yells on this
|
|
|
|
The Apimancer's Drainer uses GT_MetaTileEntity_IndustrialApiary.getUsedQueen to retrieve the queen currently being processed by the Industrial Apiary.
getUsedQueen is annotated with @SideOnly(Side.CLIENT) which only allows this function to be called from singleplayer. This function is not available when called from server-side and leads to the crash detailed in this issue.
As far as I can tell, this function has no reason to be singleplayer / client-side only. This seems to be an artifact from when this function was imported over 2 years ago.
Testing this change in our world prevents the crash and allows the Apimancer's Drainer to work as expected with the Industrial Apiary.
Resolves GTNewHorizons/GT-New-Horizons-Modpack#16222
|
|
change
|
|
|
|
Fix to account for the difference in seconds and ticks to be more accurate.
|
|
|
|
add numbers to bio and breakthrough circuits
|
|
|
|
* Add plascrete block as an exception
* Spotless
* Add sort button
* rebalance range
* small fix
* Add a localized button
* Rename and add comment
* Spotless
|
|
|
|
anywhere? (#878)
* Fixed the controller texture for the turbines.
* The file is not called anywhere?
This file doesn't seem to be used anywhere. Maybe it's worth removing?
|
|
|
|
* Fix DBZ.
* Add spacing between value and unit.
|
|
* track idle time in MultiBlockBase
* save idle time in MTE NBT
* decay DTPF fuel efficiency overtime properly
* spotless
* track idle time in DTPF instead of base MTE
* small refactor to simplify logic
* Delete unused resetDiscount method
* Remove unused override
|
|
|
|
|
|
add void miner support for everglades
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* make it possible to add any block to void miner drops
* oops this needs to be opposite
|
|
* better safeguard for negative oc count.
* add new unit test
|
|
|
|
* Add constants for tier indexes.
Just following up on: https://github.com/GTNewHorizons/KubaTech/pull/122#discussion_r1568228992
* spotless apply
|
|
|
|
- Simply rotates the order of the spectral components. This works out because it's always 3 tiers that end up conflicting.
- T1-T2 all use white dwarf matter and mk2 fusions
- T4-T5 all use black dwarf matter and mk3 fusions
- T8-T9 all use MDCM and and mk4 fusions
|
|
|
|
|
|
|
|
remove recipe.cfg uses from gt++
|
|
* ichorium block fixes
* alu ingot fix
* iridium ore fix
* gt vanilla assembling fixes
* ic2 assembler recipe fix
* forestry assembler recipe fixes
* spotless
* electrolyzer
* more iridium ore fixes
* another ichorium block fix
* obsidian stick fix
* remove unused railcraft obsidian recipes
* remove disabled melon recipe
* bring custom plasma fuel values to code
* spotless
* remove most recipe config uses
* fully remove recipe.cfg
* dont change recipemapbackend for now
|
|
|
|
Fix uuid lookup
|
|
|
|
|