Age | Commit message (Collapse) | Author |
|
change precentages
|
|
* cleanup
* waila
* fix & compatibility
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
Allow multiblock controllers to mark internal slots as automatable, and mark the controller slot of PA, AAL and CAL as such
|
|
* add Steam Centrifuge
* add Steam Washer
* Change Steam Washer
* Change Steam Multi
* Fix tooltip Washer
* Change Washer
* Change Steam Multi
* add id comment
* update deps + sa
* Added centrifuge tiers
* Added washer tiers
* Added compressor tiers
* Added macerator tiers
* Delete fixAllMaintenanceIssue();
* Delete fixAllMaintenanceIssue();
* Changed recipes
* Added meaningful names
* sa + update bs
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
|
|
|
|
|
|
|
|
* Added one time use instant rebalance button to LSC
* Update src/main/java/common/tileentities/GTMTE_LapotronicSuperCapacitor.java
Co-authored-by: NotAPenguin <michiel.vandeginste@gmail.com>
---------
Co-authored-by: NotAPenguin <michiel.vandeginste@gmail.com>
|
|
* Complete backend rework of the EIG
* Mergening Related Updates
Also some loader references refactoring
* fix
(cherry picked from commit 7fd5d7417bddfb6e49ede3986d9a547f15b21289)
* More Mergening fixes
Updates the declaration of the stem mixin to match the new format.
* Inline EIG IC2 bucket constants
addresses: https://github.com/GTNewHorizons/GT5-Unofficial/pull/2616#discussion_r1620596497
* Fix Seed Removal in regular seed simulations
Should address https://github.com/GTNewHorizons/GT5-Unofficial/pull/2616#discussion_r1620583338
---------
Co-authored-by: Guillaume Mercier <10gui-gui10@live.ca>
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* lang file
* sa
* Update GT_MetaTileEntity_ConcreteBackfillerBase.java
remove star imports
* Restore original logic
* Save and load NBT
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* cleanup
* fix typo
|
|
* add 3rd recipe for platinum concentrate precipitation
* use static imports
* hide the transitional recipe and add a line of comment as reminder
* unhide
|
|
|
|
* Null check
* Spotless apply for branch drops for #2625 (#2626)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
* Set up early and late mixins hodgepodge-style
* Port bartworks asm to mixins
* Wire up bartworks asm configs
* Fix wrong mixin targets
* Remove the coremod dependency
* update deps
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* Leaves, Breads and Pizzas re texture
* Crop Blocks Added
|
|
* fix line mode toggle broken on MP
* fix more client only method
* spotless
* change to client initiated mode switch instead
|
|
* deprecate LoaderReference
* replace all uses of LoaderReference
* delete loaderreference
* mod loaded checks in gagreg
* remove modloaded checks for merged mods
|
|
* remove need of nhcoremod for items
* add comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logic
|
|
|
|
|
|
* testing
* Fix textures
* Adding Drops, still need to add furnace recipe
* Need to fix the multiple smelting recipes. otherwise stuff works.
* part 2
* Remove wip block code I added
* Moved it to a new processing file
* Fix Oredict and add a stone dust chance output. And added a config option for fortune bonus.
* Finally got Spotless to work
* fix config system set it in gregtech config with oredropbehaviour in gregtech.cfg
* Added new option and an option that returns it to the old behaviour.
* Moved the raw ores to meta3 since meta1 was full. (MetaID range fix)
* Fixing the MBM to only process small ores with fortune.
* New config option
* try to fix the recipes not working on Zeta
* Implement Caedis Fortune fix
* Added comment
* Spotless
* Fix stone dust amount from macerator
* Adding Raw ore to the OreFactory (Untested)
* spotless
* Update this to actually drop the amount number of stack, instead of the stack set to the amount
* New Random function for fortune
and shapeless crushing recipes for the raw ores.
* Fix
* Actually make the block per dimension.
* Fix an () issue. And make this actually work ingame. and not just randomly.
* Change back drops
Ned to look into Silk Touch more
* Enable Silk Touch
* Wth Spotless?, THIS made you complain?
|
|
* Drone Center structure adjustments.
* Center -> Middle, to not clash with machine name.
* Revert "Center -> Middle, to not clash with machine name."
Looks dumb, and "Center" is used in other controller tooltips.
|
|
|
|
* 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>
|
|
* Fix far end asteroids size
* Use chunk seed to generate far end asteroids
|
|
add method
|
|
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
|