aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-01Thermal Boiler rework (#815)Abdiel Kavash
* Migrate recipes to RA. Fix oredict of outputs. * New recipe UI for NEI. * Reworked processing logic. * Display EU/t in WAILA + misc fixes * Small spelling updates. * Full rework of recipes. * Reverted Pyrotheum recipe. * Restored old recipes + cleanup.
2023-12-29Fix chisel busses (#817)chochem
fix chisel busses
2023-12-29Improve shader compatibility for tool overlay (#2425)Matthew William Noel
* Improve shader compatibility for tool overlay * Another one
2023-12-29update gtMartin Robertz
Former-commit-id: d2eb16eca028d2150fc4a0fb39751e54e63b92d6
2023-12-29fix industry frame and plat block (#385)chochem
Former-commit-id: 7633e42f57b250d04876ac63a936dcc08fae5c31
2023-12-29update depsMartin Robertz
2023-12-29Cleanup deprecation (#2416)miozune
* Remove isValidMetaTileEntity and filterValidMetaTileEntities * Remove OUTPUT_FULL * Remove calclavia oredict * Remove unused GT_GUIColorOverride constructor * Remove getItemGridPositions * Remove unused tool classes * Remove unused GT_Runnable_Sound constructors * Remove unused cover constructors * Remove getBasicOutput() * Remove unused GT_MetaTileEntity_GasTurbine constructors * Remove ImplosionCompressorRecipes#addImplosionRecipe * Remove mOutputItem1 & mOutputItem2 * Remove GT_MetaTileEntity_Miner#moveOneDown & #getFakePlayer * Remove unused GT_Worldgen_GT_Ore_Layer constructor * Remove GT_ModReference * Remove deprecated BaseMetaTileEntity#receiveMetaTileEntityData * Remove deprecated cover variables * Remove deprecated GT_CoverBehaviorBase#isCoverPlaceable * Remove unused variables from GT_MachineRecipeLoader * Remove #getCalcificationOutput * Remove IC2_Fuel_Can_Empty and IC2_Fuel_Can_Filled * Remove deprecated #polluteEnvironment() * Remove FluidDisplaySlotWidget
2023-12-29update depsMartin Robertz
2023-12-29update depsMartin Robertz
2023-12-29Add centrifuge recipes for dual and quad depleted fuel rods. (#816)Abdiel Kavash
2023-12-29Merge pull request #81 from Nxer/addElisis
add Digester and DissolutionTank survival construct method
2023-12-29add Digester and DissolutionTank survival construct methodNxer
2023-12-28update depsMartin Robertz
Former-commit-id: 944666f3a1e7616e2f4fd7cc090671d9014b3ee0
2023-12-28Add connect/block to line of fluid pipes (#2407)Батьків Нестор-Євген Васильович
* Add connect/block to line of pipes * Oopsie * Add check for same fluid * Add check for same pipe size * Address some reviews * Move to new tool modes * Wildcard reeeeeeeeeeeeeeeee x2 * Adress Miozune`s review * Why not, I like it * AAAAAAAA IM stupid AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
2023-12-28update depsMartin Robertz
2023-12-28Fix RecipeMapBackend not indexing Alternate ItemStacks (#2434)TechnicianLP
* Add handling for GT_Recipe_WithAlt in RecipeMapBackend * Revert dependencies downgrade
2023-12-27fix muffler hatches (#384)chochem
Former-commit-id: 2367f1cdc054684cd78c84fa97b0a77ec0e697ea
2023-12-27Fix muffler hatch numbers (#2433)chochem
fix muffler hatch numbers
2023-12-27Add default impl to getToolTypeName and add a null check (#2430)Caedis
2023-12-26Prevent loading hook on server (#2428)Andrei Antropov
Fix issue in: #2419
2023-12-26Add modes to tools (#2423)Батьків Нестор-Євген Васильович
* Add tool modes change * Deprecate! Deprecate! Deprecate! * Add mode to item name * Opsie * Byte 8 bit * Add enum * Spotless * Types types types!!!! God I love types * Make it trigger when player clicks midair * update deps + fix wci --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-26Fix low power laser converter exploding after being painted and placed back ↵antropod
in the world (#383) Former-commit-id: dd1ca5912c0ca3242a95bb31596bb0d495b22783
2023-12-26Change to the overclock logic of Fusion Reactor (#2422)HoleFish
* adjust overclock * static
2023-12-25update depsMartin Robertz
2023-12-25fix simple washer recipe issue about Nq Process (#229)Nxer
* fix simple washer recipe issue about Nq Process * Update NaquadahReworkRecipeLoader.java * Update NaquadahReworkRecipeLoader.java * Update NaquadahReworkRecipeLoader.java --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-25fix simple washer Pure Dust of Cerium and Samarium issue (#80)Nxer
2023-12-25Restore the ability to use multiple ME hatches for one machine (#2426)miozune
2023-12-24Rework the UI of singleblock pumps. (#2420)Abdiel Kavash
Change singleblock pumps to be machines, not tanks. Rework the UI of the pump.
2023-12-23Allow a soldering iron to use soldering material from an IC2 Tool Box. (#2421)Abdiel Kavash
* Allow a soldering iron to use soldering material from an IC2 Tool Box. * Add error message about insufficient soldering material.
2023-12-22update depsMartin Robertz
2023-12-22Fix z ordering for stack size in `Stocking Input`Andrei Laiff
2023-12-22Allow emptying of fluid tanks by placing them anywhere in the crafting grid. ↵Abdiel Kavash
(#814) Change fluid tank emptying recipe to be shapeless.
2023-12-21Fix superbus UHV recipes and localization (#812)chochem
fix superbus UHV recipes and localization
2023-12-21fix dep problems (#811)chochem
2023-12-21update deps (#2414)Martin Robertz
2023-12-20Fix CRIB adding null item inputs (#2415)miozune
2023-12-20Fix CAL Locking itself (#381)Батьків Нестор-Євген Васильович
* Fix CAL Locking itself * Update GT_TileEntity_CircuitAssemblyLine.java Fix null * I did the funny Former-commit-id: bf835f2b3cd559b542fb54873b025be4adedfc43
2023-12-20update depsMartin Robertz
Former-commit-id: e20c8047a9725a3777c8a3e28e3cdcf6fe731a34
2023-12-20Allow Mega Oil Cracker to use an input bus. (#382)Abdiel Kavash
Former-commit-id: 1f9366a499ee20814019e946b96468e620e02837
2023-12-20Allow Oil Cracker to use an Input Bus for programmed circuit automation. (#2413)Abdiel Kavash
* Allow Oil Cracker to use an input bus. * Fix tooltip to mention input bus.
2023-12-20update depsMartin Robertz
2023-12-20update depsMartin Robertz
2023-12-19Fix queen dupe bug in Mega Apiary (#114)Jakub
* Update dependencies.gradle * Fix queen dupe bug
2023-12-19Allow the EIG and MApiary to use IC2 Distilled Water in place of regular ↵Abdiel Kavash
water in the structure. (#113) * Allow the Industrial Greenhouse to use IC2 Distilled Water in place of regular water. * Spotless, build, test. * Allow Distilled Water in Industrial Apiary too.
2023-12-19fix EuO getting lost (#79)chochem
2023-12-19update deps (#2411)Martin Robertz
2023-12-19Fix basic machine OC not using amperage (#2410)miozune
2023-12-19Don't rotate block if player is sneaking (#2409)miozune
2023-12-19Fix logic with old OC calculation code (#2408)miozune
2023-12-18fix dep (#2405)chochem