aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2023-01-17Fix loading order (#267)miozune
* Update buildscript & dependencies * Set useDependencyInformation to false Former-commit-id: 93f055437b49cad56c15c1af6266a4f6c9d198d0
2023-01-17Add modinfo for child mods (#265)glowredman
* Update BWCore.java * Update mcmod.info Former-commit-id: 8ba5b13abb55d34186acbf589e1d262aab5c6d2a
2022-12-10Add tooltip for remaining seconds for radio hatch (#245)miozune
* Add tooltip for remaining seconds for radio hatch * Add space Former-commit-id: 98a3e97b40c98745223e9a47e52e262b79108999
2022-12-02Rewrite GUIs with ModularUI (#239)miozune
* port most of the radio hatch to modularuii * be done with this radio hatch. fuck colors * radio hatch right bar color woooo * spotless hell * final color fix ffs * a bit of tweak * NEI * Windmill * LESU * cleanup * Water Pump, Destructopack, cleanup * Circuit Programmer, Radiation Shutter * Use new MUI method for setOnScrollNumbers Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: a717aa0117091559dd00bc0a10e54db2025979fc
2022-10-24Add balanced batch mode to MEBF, MVF, MCR & MDT (#225)Sampsa
* Add batch mode to Mega Blast Furnace * Add batch mode to Mega Chemical Reactor and Mega Vacuum Freezer * Apply spotless * do required changes * fix wrong eu/t being used when batch mode is enabled * Fix batchmode to be a float and add MDT to batching mode * Spotless apply for branch batch_megas for #220 (#222) * Fix EIG structure tooltip (#221) * Added coil and glass count to the tooltip * Fixed EIG structure tooltip * spotlessApply Co-authored-by: Maxim <maxim235@gmx.de> Co-authored-by: Sampsa <69092953+S4mpsa@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Fix imports hopefully * Spotless apply for branch batch_megas for #220 (#223) * Fix EIG structure tooltip (#221) * Added coil and glass count to the tooltip * Fixed EIG structure tooltip * spotlessApply Co-authored-by: Maxim <maxim235@gmx.de> Co-authored-by: Sampsa <69092953+S4mpsa@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * do Sampsas wanted changes * Spotless apply for branch batch_megas for #220 (#224) * Fix EIG structure tooltip (#221) * Added coil and glass count to the tooltip * Fixed EIG structure tooltip * spotlessApply Co-authored-by: Maxim <maxim235@gmx.de> Co-authored-by: Sampsa <69092953+S4mpsa@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Simplify logic, remove batch mode tick limit bypass * Apply spotless * Fix unintentional speedup of batches less than 256 Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> Co-authored-by: PGE Programirane <pge-programirane@abv.bg> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Maxim <maxim235@gmx.de> Former-commit-id: 3ba950f0f7852e20ee08dac6ae119da7fd880ad8
2022-10-08add Bio Fluid Block lang key (#209)くぁーりぃ
Former-commit-id: 171eafe6e82a43a265843f4087f76a045639ef1e
2022-10-07add the glass (#208)BlueWeabo
Former-commit-id: 708159b2af4bd7f321f0e17122819393b1230ea0
2022-09-23Windmill-reblance (#205)iouter
* Windmill-reblance * resolve * new dmg Former-commit-id: ec3b7688cb3669e13181c5327f9187aeb6bade95
2022-09-06add nei page and code rewrite for radhatch (#195)Yang Xizhi
* add neihandler for radhatch * spotlessApply (#196) Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * gui container and recipe logic rewrite * clean up * spotlessApply (#197) Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * request change * add sievert display and sound effect * Spotless apply for branch radhatch for #195 (#199) * fix DT construct and survivalConstruct having wrong offset (#198) * spotlessApply Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Former-commit-id: bac12a5f712ca340284bdb6f3be4bb26a43f9594
2022-07-29Circuit Assembly Line enhanced tooltip (#171)Jakub
* Glass * Fix glass, CAL description * 1x energy hatch * Perfect OC Former-commit-id: 1349f985020a1cfd69c7958d43f139ecf188d66b
2022-07-05Fix tooltip wierdness (#148)miozune
Former-commit-id: ba4d5186ad0a4a715777cce301be3a0c3e13b4f0
2022-07-02Add material owner tooltip (#147)miozune
* Add material owner tooltip * Improve translation Former-commit-id: 607f4e6d9fc61f32226e69da54b44784c4e333fb
2022-06-23Custom EIC Recipe (#140)Connor-Colenso
* Allow fluids to be accepted/outputted from EIC. * Temp recipe until GT updated for EIC only. * Unused import. * Improve coil texture (from Jimbno). * Add overclocking. * Custom recipe for EIC. * Bump gradle version. * Change to molten spacetime. * Bump dep again. Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Former-commit-id: 54df48938d82a9e8d28e77444f6c304fe1abba91
2022-05-19Borosilicate rebalance (#127)miozune
* Borosilicate rebalance * Change texture name Former-commit-id: b527918bac7fec90a8a181462303d5389bd546ae
2022-04-17Add a line in the scan result of the bacterial vat to see its current ↵MuXiu1997
efficiency (#118) * Refactor * Add info data * Fix things Former-commit-id: fc8ce830edaad436c77c745c0637c16e725d57d6
2022-03-04StructureLib integration (#99)Jakub
* Implement StructureLib to Mega Vacuum Freezer * Remove unused translation * EIC StructureLib integration Electric Implosion Compressor * Bacterial Vat StructureLib integration * Remove unused translations * Change air block to isAir * Block rotation of EIC * Add recipe map to MVF * Manual Trafo StructureLib integration * Windmill StructureLib integration * Block Windmill rotation Former-commit-id: 43331bd8d46203a87bdadd234295c2e75ac82621
2022-02-14uhv and uev glass (#92)Yang Xizhi
Former-commit-id: ab8787b69208e6804c6ed8c1e086bf2cb6e2fdd8
2021-12-02Migrate to unified build script (#59)Johann Bernhardt
Former-commit-id: 9b48b72af5e2885baffbe3f89984364d99bc58d4
2021-11-24added config values for BW machinesboubou_19
Former-commit-id: e4f343233ad202d0c58bc05a50817b4f4311e72c
2021-10-31Circuit Assembly Line now uses StructureLibMatt
Former-commit-id: 1400ffc3bdcb4018129c8998701c4c53688b4a0a
2021-09-27update mvf tooltipGlodBlock
Former-commit-id: 25374e35bca04de3cb6e87037174be0b863f4337
2021-09-05Bring back THTRkuba6000
Multiple changes to both reactors Former-commit-id: 7c3887a984a35787aa19cf809b9b02cd1aac3982
2021-08-29Structurelib integrationkuba6000
Former-commit-id: e51fc32ee196e013088bf03404d6a1c478b62f69
2021-08-28Small mistakeskuba6000
Former-commit-id: dcdd7a8b45923cb099bc068808397a0a239df11b
2021-08-28Name & description changedkuba6000
Thorium High Temperature Reactor -> High Temeperature Gas-cooled Reactor Former-commit-id: b37a05b7dff3247bc370290c04a764855c721276
2021-08-28New fuelskuba6000
Now only in english Former-commit-id: f7305d7dee36564afd4b1e19af28ce220a45b469
2021-07-04Fix biso/triso typoGTNH-Afx237v7
Former-commit-id: 199cfddc6dd59fc4b0a44ca66527a17492a61c52
2021-06-27Fix THTR controller textGTNH-Afx237v7
Former-commit-id: 94a3c47d8c56131035698bae534dfeca0eada382
2021-05-17fix MBF controller typoGTNH-Afx237v7
see https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/6912 Former-commit-id: 89d62e95241be1adebd7777a71fef14b44fe5177
2021-01-25New Casing from EmeraldsEmerald (#123)basdxz
Former-commit-id: c40a991698f54423fa2108f5c1086fdf2bcf1993
2020-06-22Added Autogenerated Casingsbartimaeusnek
Former-commit-id: 4533005bb093686fb3192113c572c3821cb5c36c
2020-05-27Update to v13bartimaeusnek
* Added VoidMinerWIP Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Continue work on VoidMiner + Added a function to BWOreLayers + Made the voidminer actually WORK somewhat Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Continue work on VoidMiner + added recipes + made the void miner consume noble gasses to boost output + refactored code by quite a lot + added newest GT Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added GalacticGreg lib Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * added localisation of achivements Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * updated GTLib Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * updated GTlib Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Several fixes + Fixed BioVat + Added some Debug Commands + Changed Void Miner logic Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Refactor Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Refactor + removed Experimental ThreadedLoader + moved LoaderCalls into LoaderReference Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Refactor + moved FMLCommonHandler.instance().get(Effective)Side() into SideReference Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * made radio hatch compat call static Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Made More Stuff static + improved flow control Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added more Block-Recipes +version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * api changes + fixed void miner not consuming energy + Made API standalone (mostly) Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Made OrePrefixes lookups NullSecure Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed a typo Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * LICENSE update Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added Config for Metas and Tiers for Ross + fixed GT++ compability Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixes + Fixed ConfigHandler initiating GTValues during coremod startup + Fixed MegaEBF sometimes overflowing Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * change recipes for Void Miner using Ore Drill Tier 6 bump gt dependencie and version * update code chicken core and gt version * Added VoidMiner Tiers + Added Recipes for Void Miners Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixed VoidMiner Output Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * added void miner localisation for achievements Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed NPE Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Made Void Miner Times in Assembly Line more reasonable Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed fermentation recipes in biovat Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added a force shutdown, due to licensing of GT++ Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixed Glass Checked + buffed Oganesson + made LoadItemContainers static + removed force shutdown Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Update WerkstoffLoader.java * Fix imports import cpw.mods.fml.common.Loader was missing * Redid CLS support Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Some new featues + Added Multiblock Updateability to BW Blocks + Added Pollution to WaterPump + Added new Windmill GUI + Refactored Windmill a bit Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added animation to windmill Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * add gt to libs folder to let jenkins build (cherry picked from commit 12f6dae5e2233b533bce1cf6b0c29e9e85a60a0b) * Various Development + Added TT support to MEBF and MVAC + Fixed Energy Logic on MDT + Fixed MEBF not outputting fluids on bottom hatches + added auto-export for water on the simple stirling pump + redid glass folder structure + added EBF / Large Chem circuit Unification + updated TT dependancy + version increase x2 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Various Development (#75) + Added TT support to MEBF and MVAC + Fixed Energy Logic on MDT + Fixed MEBF not outputting fluids on bottom hatches + added auto-export for water on the simple stirling pump + redid glass folder structure + added EBF / Large Chem circuit Unification + updated TT dependancy + version increase x2 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added TT Low Power Lasers + Fixed Circuit Logic and added bounds check + added TT Low Power recipes + updated GT-lib + version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Block changes2 (#77) * Various Development + Added TT support to MEBF and MVAC + Fixed Energy Logic on MDT + Fixed MEBF not outputting fluids on bottom hatches + added auto-export for water on the simple stirling pump + redid glass folder structure + added EBF / Large Chem circuit Unification + updated TT dependancy + version increase x2 Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Added TT Low Power Lasers + Fixed Circuit Logic and added bounds check + added TT Low Power recipes + updated GT-lib + version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Redid LuV Osmiridium Replacer + version increase + deleted old lib Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * Fixes + Unified usage of .hasItemType instead of bitshifts/ .getGenerationFeatures().hasXY() + removed a wrong cast + fixed textures + cleaned up code + removed *some* duplicate recipes for tool items + increased version, increased api version Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> * fixed voidminer + fixed MEBF not working with LAZORS or Multi Amp hatches below UV-Glas + fixed LAZORS not exploding when they recive too much Amp lasers * Redid Radio Hatch Stuffs ~~~ + ItemStacks finally work properly + Forbid insertion of a non-Rad-Material + Version increase * fixes + disabled circuit unification + removed unused decoratePlanet on Ross128ba + changed "splitStack" to "setStackSize" + renamed "WorldProviderRoss128Ba" to "WorldProviderRoss128ba" * Math update + Added specialised functions for floor ceil wrap and clamp + Replaced old function calls + LowPower Pipes now have the IC2 glass fibre texture + fixed overflow on the AccessPriorityList + fixed "NOSUCHITEM rod" error + suppressed some warnings + version increase * Fixed Burned Out THTR Stuff * Had the wrong version number Co-authored-by: Dream-Master <dream-master@gmx.net> Co-authored-by: jackowski626 <jf@wikiera.net> Former-commit-id: 3dce197579f950aa9c2e450e446e03c74b41dc83
2020-04-23updated fr_FR translation (#67)boubou19
Former-commit-id: cab236b0321d3a7535fa95c508f7de8140ebd307
2020-03-23Changes Boronsilicate to BorosilicateBass
Fixes #56 Former-commit-id: ace1f51565fc468e90c059f4bd3bb99940c9aaa0
2019-10-15Fixesbartimaeusnek
+fixed circuit assembly line +changed THTR, now requires up to 0.5% of input per cycle +added saftey-nullchecks to BioLab +buffed Ross128ba Helium and Saltwater +added General purpose Fermenting Bacteria & fermentation recipes to the Bio Vat +version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: f5d0470ab8375536e9e880918390b54d658139ed
2019-10-10fixesbartimaeusnek
+added ASM fix for RWG +fixed conversion recipes if GT++ isnt installed +fixed texture loader +added mega distillation tower +made Circuit Assembly Line needs power +added heat level 9 for MamiTomoe +added capsules/fixed capsules +started working on bottles +started working on dyson swarm +added The Core picture +added bottle pngs +version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 59da6d7f671e9af160b45b0b9a3021048dbaaa9d
2019-09-28+added localisation to BioCulture System(add your locale to the GT Language ↵bartimaeusnek
File) (fixes #38) +removed dead AE2 code +applied new prefix logic to the thaum compat +added most of GT Tools and some Electric GT Tools +greatly improved bridge materials +fixed some platinum stuff not giving back the correct dusts +fixed formic acid input loss +moved code in the propper packages Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: cd295221dc66e27a72cddc900e70535ea81c5d54
2019-09-21security patchesbartimaeusnek
+moved some commands, +fixed a typo +removed null items +rebalanced TheCore +added forestry compat (possible due to their LGPL license!) +fixed langfiles Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: cf1373fd88ba341662144023f989bc45fef3c48d
2019-09-14fixesbartimaeusnek
+added a warning to not disable Ross after world start +fixed a lot of broken recipes +further fixed bridge materials/OreDict +added Tiberium FuelRods +fixed lenses not showing up +fixed gem only materials +added NoBlast SubTag Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 4ede8aeef53134b181aba6b15c5e372eda4ef9ea
2019-09-03Merge pull request #35 from huajijam/masterbartimaeusnek
update chinese translation Former-commit-id: 97dbb4e429e743723bf8d7d97e04b55b440e3ad9
2019-09-02Moar Fixesbartimaeusnek
+THTR now puts out the correct amount of IC2HotCoolant +improvements on the Unification Enforcer (added a way to convert old fluids) +fixed original EBF noble gas recipe to not be affected by lower tier gas +rebalanced ZPM+ Circuits +added new Textures by EmeraldsEmerald Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 7cb480259f0cc023c04bc55a58785649b242cf8f
2019-08-28Several fixes, last planned pre 0.5 releasebartimaeusnek
+worked on Ross128bA +added config option for magical forrests on Ross128b +fixed non working Werkstoff recipes +added config options for CAL +added config option for new EBF Gas recipes +added pictures for circuits (thanks EmeraldsEmerald) -fixed CAL recipe Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 70c7fc511c2ddacd908831e9d4501708bc23c332
2019-08-15added pngs to circuit assembly line partsbartimaeusnek
+fixed part recipes +hide trash from nei Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 28aa41372e52886f7f8ce08e8452fabc440ebb14
2019-08-04Update Circuit update‘s lang‭huajijam
Former-commit-id: 1a7a3f25fe4a187de9442ed1f092405288209c50
2019-07-31improved circuit recipe generationbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 915e3e018f1b929bdd5ca03cbb668a85ade12e02
2019-07-19update the chinese translation and fix bugs‭huajijam
Former-commit-id: 99965b4fb0f9efada6de2b9c58af5a22fdbd6b77
2019-07-16added GT++ compat, fixed bugs, improved codebartimaeusnek
+added qualifiers to a lot of stuff, +wrote a GT++ compat for the radio hatch +fixed a typo in he bacterial vat description +made the bio vat loose his output when sv arent delivered though the whole process +hopefully fixed the stackoverflow for ores +buffed output on siftable ores +made my werkstoffsystem work with the biovat Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 1f414f3ebc7b214f85c89e1cd597910d4dfec2f1
2019-04-28update chinses translation and fix more bugssssss (#29)huajijam
* fix a simple bug that i have never mind * update translation Former-commit-id: fc0087dc6a6794d611782199d6e5c50f3d1ffdeb
2019-04-21fixesbartimaeusnek
+Optimised BlockChecker +made THTR structure check NOT ignore walls +corrected tooltip on THTR +added Empty mode on THTR +fixed coords hash +started work on OC integration +rewrote blockchecker just to see if a loop would be faster than a recursive check +version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 9cad6f0b7ab2d3fafa413b515baa405c8961cce5
2019-04-19fixesbartimaeusnek
+this time really fixed (#27) +added small rocket gui stuff +fixed a bug where the moon of ross128b would cause issues with the dim handler +added Electric Implosion Compressor recipe and tooltip +fixed Electric Implosion Compressor recipe "Map" Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: aeee7f250bedb4ea9b5fb2e4656ea01be48211e3