aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-31updateMartin Robertz
2024-03-30Fix gui for Mega Apiary and greenhouse (#121)Quetz4l
* fix gui for apiary and greenhouse * do not display lines in gui where products are 0 * added colors and useful numbers: how many products are produced and how much is it in seconds * bs * add percentage display * add percentage display for mega apiary
2024-03-28Update dependencies.gradlekuba6000
2024-03-28Make EIG produce drops as described in the tooltip (bug fixes) (#120)Jakub
* EIG fixes * Change polish named variables
2024-02-17Fix recipe (#118)Jakub
2024-02-17updateMartin Robertz
2024-02-16Fix not dropping weapon (#117)HoleFish
2024-02-04[ci skip] upgraded build systemRaven Szewczyk
2024-01-12update depsMartin Robertz
2024-01-122024 already wowkuba6000
2024-01-12Update build.gradlekuba6000
2024-01-12Add a mode for EEC to void all enchanted and damaged outputs (#116)HoleFish
* add mode * Void All Of Them! * spotless * Move buttons --------- Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com>
2024-01-08[ci skip] upgraded build systemRaven Szewczyk
2024-01-02update bs+depsMartin Robertz
2024-01-02Fix Soldering Iron unable to set redstone output strength for the EEC. (#115)Abdiel Kavash
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-18update depsMartin Robertz
2023-12-18Remove now unneeded IMC for DEFusionCrafter (#111)miozune
2023-12-06EEC: Fix infernal spawns not happening with 4 EV hatches (#110)Jakub
2023-12-04update depsMartin Robertz
2023-12-04Rework GUIs (#108)Jakub
* Update dependencies.gradle * Move mod id and name to the code * New EEC gui * Configuration buttons and tooltip delays * a * test * Move EIG GUI to a new class * Use the new inventory class in MApiary * Update DynamicInventory.java * Fix * Inventory slots * Update dependencies.gradle * test * MAapiary switchable screen + progress * Recipe error results + fixes * Remove commented code --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-04Update dependencies.gradleMartin Robertz
2023-12-03Migrate to new RecipeMap (#104)miozune
* Migrate to new RecipeMap * update gradle+bs+deps --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-01Rename EEC to Extreme Entity Crusher (#103)Alexdoru
* rename EEC * mention EEC in the tooltip so it can be searched through NEI * spotless * change tooltip * change tooltip with aka * change tooltip without aka * Update GT_MetaTileEntity_MegaIndustrialApiary.java (#107) * Update GT_MetaTileEntity_ExtremeEntityCrusher.java (#105) --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-11-16update deps +bsMartin Robertz
2023-11-16Added onUnload method to ExtremeExterminationChamber to not leak the worldPelotrio
2023-11-16Update dependenciesPelotrio
2023-10-30update depsMartin Robertz
2023-10-30Add survival placekuba6000
2023-10-30Update build.gradlekuba6000
2023-10-30Add noOptimizekuba6000
2023-10-30Add conversion recipeskuba6000
2023-10-30Move lang entrierskuba6000
2023-10-30Fix overclockkuba6000
2023-10-30RA2kuba6000
2023-10-30Add casing recipes and alternative dragonbloodkuba6000
2023-10-30Update dependencies.gradlekuba6000
2023-10-30NEI handlerkuba6000
2023-10-30RA2kuba6000
2023-10-30dont crashkuba6000
2023-10-30Handle missing blockskuba6000
2023-10-30Start working on moving DEFC from EMTkuba6000
2023-10-14update depsMartin Robertz
2023-10-14Small cleanup (#100)glowredman
* Use llamalad's `@ModifyReturnValue` * Prefix mixin methods with "kubatech$" * Address some warnings * Remove dead code
2023-10-12update bs+deps (#99)Martin Robertz
2023-10-10Use the new method to copy entity from MobsInfo (#98)Jakub
* Update build.gradle * Update dependencies.gradle * Use the new API
2023-09-23update deps (#97)Martin Robertz
2023-09-23Cleanup noXXXYYY methods (#96)miozune
* updateBuildScript * Update dependencies * Cleanup noXXXYYY methods * Fix wildcard import
2023-09-05Merge identical slots in EIG + MApiary GUI (#93)Jakub
* Merge identical slots in EIG GUI * Mega Apiary * Update MobHandlerLoader.java * Update GTHelper.java * Update GT_MetaTileEntity_ExtremeIndustrialGreenhouse.java * Update GT_MetaTileEntity_MegaIndustrialApiary.java * Update build.gradle * crop * 99+