aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kubatech/loaders
AgeCommit message (Collapse)Author
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-14Small cleanup (#100)glowredman
* Use llamalad's `@ModifyReturnValue` * Prefix mixin methods with "kubatech$" * Address some warnings * Remove dead code
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-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+
2023-08-17Allow EEC to get drops that have requirements (e.g. skulls) (#92)Jakub
* Update dependencies.gradle * Update build.gradle * Use the new API * Update dependencies.gradle
2023-08-02Partially fix quiver on skeletons in EEC (#91)Jakub
* Update dependencies.gradle * Update build.gradle * Fix quiver * Create new entity to stop messing with NEI preview * Update build.gradle * Update dependencies.gradle
2023-07-25Fix no output from Mega Apiary + some misc. changes (#90)Jakub
* Update dependencies.gradle * Update build.gradle * Update .gitignore * Create addon.gradle * Fix no output from Mega Apiary * Use checkProcessing instead of checkRecipe * Migrate Tea Line to RA2 * Update build script
2023-07-02Clean up and fixes (#84)Jakub
* Remove unused mixins * Unused * Unused * Update MobHandlerLoader.java * Fix EEC * Spotless * Update zh_CN.lang * Update dependencies.gradle
2023-06-22Remove Mobs Info NEI page from KubaTech (#82)Jakub
* Add Mobs Info * Use MobsInfo * Update dependencies.gradle * Update repositories.gradle * Update GT_MetaTileEntity_ExtremeExterminationChamber.java * Update dependencies.gradle
2023-06-15Use mixins accessors + some misc fixes (#77)Jakub
* Change reflections to mixins * Wrap witchery checking * Remove more repeating code * hmm * test generation * test * client sided * Update CommandCustomDrops.java * Update MobRecipeLoader.java * Save to static variable * Imports * Log message * Convert InfernalHelper to mixin accessors * Update build.gradle * One more * Return class nodes to optimize * Translations mixin * Automatically add commands * Fixes * Fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/12021 * Update kubatech.java * Update CommonProxy.java * Unnecessary qualified reference * Simplify ItemUtils * Check if single player diffrently * Remove accessor for infernal-mobs
2023-06-10Fix bug with flowers and show what flowers are missing in Mega Apiary (#76)Jakub
* Fix bug and show missing flowers in the GUI * Update build.gradle * imports * Update dependencies.gradle * Add "Missing flower types:" line * Update build-and-test.yml
2023-05-01ForgeDirection (#74)Jason Mitchell
* ForgeDirection * spotlessApply * update dep * update --------- Co-authored-by: GitHub GTNH Actions <unknown> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-04-26Move the research to GTNH tab for now (#72)Jakub
2023-04-10Licenseskuba6000
2023-04-10Update spotless formattingkuba6000
2023-04-10Tea Network update: still alpha (#69)Jakub
* Move to UUID checking and BigInteger tea count * Research category * Start working on tea limit * Maybe * Update en_US.lang * Fix * Save UUID mapping * Mark dirty * Fixes
2023-04-01Fix EIG and EEC energy consumption (#68)Jakub
* Deprecate and final modifier to mEUt * Fix all energy issues * Update build.gradle * Update MixinPlugin.java * Refactoring / Fixes * Update KubaTechGTMultiBlockBase.java
2023-03-23Move Mob Recipe Map Generation back to ServerStarting event (#65)Jakub
2023-03-21Fix wrong meta ID for EIG (#63)Pxx500
* fix * spotlessApply (#64) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-17Merge branch 'master' into testJakub
2023-03-17Show progress bar when generating mob recipe map (#59)Jakub
* Show progress bar when generating mob recipe map * test * Check for BLS * Process on server start * Buildscript
2023-03-16Its workingkuba6000
2023-03-12Mega Apiary GUI improvements (#58)Jakub
* Mega apiary GUI improvements * forgot * buildscript * Fixed on ModularUI * Test scrollable fix * Simplify * Inspection * Fixed in ModularUI
2023-01-28[ci skip] spotlessApply with the new settingsJason Mitchell
2023-01-27Move to long power base (#47)Jakub
* Move to long power base * fix * More moving * Fix math * Why am I soooo blind * Fix 1 ticking * More fixes * Save some tick time * Fix Swarmer mode power drain * Dont need it anymore
2023-01-19Merge branch 'master' of https://github.com/GTNewHorizons/KubaTechkuba6000
2023-01-19fix NPE in TeaCollection (#45)Alexdoru
2023-01-17More licensingkuba6000
2023-01-17Earl Gray is now in Mega Apiary questkuba6000
2023-01-17New yearkuba6000
2023-01-14Fix Ultimate Tea Research (#44)Jakub
* Trigger after MT Reload * Update MTLoader.java
2022-12-29BEES RENDERINGkuba6000
2022-12-18Fix non-forestry honey used to craft Mega apiary (#37)miozune
2022-12-15Add configkuba6000
2022-12-15Fixkuba6000
2022-12-15Enable drops from core modkuba6000
2022-12-15MODULAR UI (#34)Jakub
* MODULAR UUUUUUUUIIIIIIIIIII * Tea * Add recipe to ULTIMATE TEA * Stupid MT Scripts. I hate it * Yeet * More TEA * Add blocks * More Modular UIs * Textures * Fix custom UI containers * Texture, tooltip * UI with tabs * ButtonWidget * fix * Fix * Texture * Color is fixed * More UI work * Modular UI is hard dependency now * Spotless * Simplify * Format numbers * A * Update TeaAcceptorTile.java * Shadow is fixed, lets gooooo * hardness * Mixins mixins mixins * Tab icons * Fix crash * Shop concept * Bump ModularUI * Bump Modular UI * Nooooooooooo * GREY -> GRAY * Bump ModularUI * Bump GT5 * EEC with MUI test * Include incomplete structure * REFLECTIONS !! * Just use slot filter * Update pos when needed * Update GT_MetaTileEntity_ExtremeExterminationChamber.java * Spawner status * Nice toggle button * Send messages * Next toggle button * Start work on IAADDS * Scrollable inventory test * Draw queen slots * Fix * Update dependencies.gradle * Use sync widget * Add button to enable/disable working * Configuration in Mega Apiary * Refactor a bit * Update ModularUI * Bump ModularUI * Bump GT5 * Fix build * Update dependencies.gradle * Update build.gradle * Update dependencies.gradle * spotless * Begin working on configuration window * Update dependencies.gradle * Deprecated * Update dependencies.gradle * Optimize bee storage rendering (2 fps -> 100 fps) * Make Mega Apiary storage GUI usable * Configuration window looks ok * Color is fixed * TC research * Disable for now * Finish tea command * ok * Fix * Update en_US.lang * ZzZ * Stuff changed
2022-10-22Lower ciruits tier to UVkuba6000
2022-10-16Add Industrial Apicultural Acclimatiser and Drone Domestication Station (#26)Jakub
* Somewhat working * Some data generation * Chance * spotless * Update CommandBees.java * Buff Mega Apiary * Update GT5 * Add recipe * Update dependencies.gradle * yes * I kinda feel like a rainbow today * Block Mega Apiary rotation * Disable spotless on the strucuture * Update GT_MetaTileEntity_ExtremeIndustrialApiary.java * Doesn't matter * Disable bees command * Update StringUtils.java * Change class name
2022-09-20Show is mob can be captured in soul vialkuba6000
2022-09-20Stop GL error spam + Full head rotation on mobs in EEC (#20)Jakub
* Stop GL error log spam with buggy mobs * Also save attribs * Snowqueen * Keep error log with config option * Update EntityRenderer.java * Update * Update Config.java * spotlessApply * Also rotate head in EEC to look at the player * Update EntityRenderer.java Co-authored-by: GitHub GTNH Actions <>
2022-09-15Merge pull request #18 from GTNewHorizons/improvementsJakub
Fix recipe time in NEI
2022-09-14Add cache regeneration trigger configkuba6000
2022-09-13Fix time in NEIkuba6000
2022-09-13Stone swordkuba6000