aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-03-07Fixed Materialsbartimaeusnek
+ Fixed some GTNH small ores not having weight + fixed tooltip on Platinum Metallic Powder Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: ba15b8225fb1ccac85e788a2034f4e0dcbb7b817
2020-03-07Fixes #50 #51 #52bartimaeusnek
+ fixes a bug where old recipes were still chosen due to missing buffer update + copyright update + version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 0e7d755c5043c8f4d1e402e3ce63d9bf9b34bb8d
2020-01-18Fixed air offset for multisbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 7618e9883cfe006ca1855a3b1aa8feb4c76b759e
2020-01-18circuitassemblyline balancebartimaeusnek
+ refractor of code Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 4d1bbb965e7e264597c44766f508033151d955ab
2020-01-16Minor fixesbartimaeusnek
+ reworked LuVTierEnhancer + use of isAir() instead of block.equals(air) in base layer check method Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 743bbe8a3cf6847546a69eef2a6777c7947757df
2020-01-15Merge remote-tracking branch 'origin/master'bartimaeusnek
Former-commit-id: a4159f9a947cf91b79cf9c38917611149d94707a
2020-01-15fixed rejoin issuesbartimaeusnek
+ made circuit assembler recipes get readded if server is switched and re-calcuted + added a command to clear the crafting cache + made the NEI OreHandler more stable + worked a bit on implementing the APL + version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: f784e1ce2c2486f002d21f407010c87a41688f62
2020-01-07possible ix of OC Adapter recipe don't work #5220Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/5220 add circuit 16 to wrap of circuit recipe Former-commit-id: 78a293458ccbf73b2a5b1e6c80a5ad3a62284b68
2020-01-07Fixes:bartimaeusnek
+ Ores not beeing detected by Miners + CircuitImprints not craftable/recipe buildup when server changes Refractored some code Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 2f2d7b4977334c7faba8185ecb76229c57b939a3
2020-01-03Removed Duplicate recipesbartimaeusnek
when switching server/single player Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: c7b64b2e65aa8fc3107e09f368ddb14218784e16
2020-01-02moved imprint loader onto server startbartimaeusnek
+ fixes NBT issues with recipes Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: b145d22c3a8af5bdda021c4039b830935fd1dbe1
2019-12-27Initial high tier circuit cost adjustedbartimaeusnek
Fixed NEI cleanroom bug Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 0ae0c5d677bc9b653458cec6c42c2127ccc63f86
2019-12-24Fixed Unification enforcement handlerbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 9504e9c6269c910c43f335ba728205dae717a196
2019-12-22Mega Vaccum Freezer Structure Fixbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 19f221d0300dc97607b8f51a0cb3476115c114ca
2019-12-22finishing work on replacement listbartimaeusnek
+ version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 6e1302c5f38d49d3c7cfc2f8194cc5ada9bad1a4
2019-12-22Material Conversion Fixbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 4feb0999cb5e05275db0ae4b5267f6af23736d39
2019-12-22Lathe Fixbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: c3aa1485e695258c60e8fe561022f8c263785c93
2019-12-15worked on AccessPriorityListbartimaeusnek
+ switching now works fine + toArray() now works as expected + added Exceptions Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: b4707dfa63c6239a70f2ae829fef1b19d6ea7a58
2019-12-15changed prio to prefer newer elements if two have the same priobartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: ff122c58d8ad633486463d56b61c506c1200f62a
2019-12-15Renamed SSList -> AccessPriorityListbartimaeusnek
+ implemented clear() Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 56a7fd3f407454fb1eee55ec8e02a255267fbce8
2019-12-15Fixed SSList Iteratorsbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: ac9f5e451758b0e50ae33e6fc02985f77d4e4596
2019-12-14Quickfixbartimaeusnek
+ fixed possible NPE Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 429e31fa1436be9a3dafb32c1e061fbeb01bb1a0
2019-12-14Added Morons "Ademic Steel",bartimaeusnek
+ fixed additional oredict for oredict enforcer + added a config option to disable the crafting patch + made setters for overrides chainable (Werkstoff.Stats) + version increace Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: ba3570045ef6d4f29a51d6db16f5c57b4414e981
2019-12-14modified sorting algorythm to skip multiple nodesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: f48a59b9257759308ea7406a457d90adc40f4b02
2019-12-14added Self Sorting Listbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 60b2b9cdd5a015030c879bc1b06bb3f3bf8abeaf
2019-12-13removed index of callbartimaeusnek
+ by using an iterator instead of functional call Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 9ff73dc8b87c91fc8cf41c63f6d8a4664af7d68e
2019-12-13added ASM to buffer recipebartimaeusnek
+added a command to print the recipe list to a file Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 2d9d7406dc7377641cfcf6d38e744e89c7518a47
2019-12-11added fully automated Werkstoff Blocksbartimaeusnek
+ added recipes for the blocks + version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: dec9f6907e8c91cff240f6a9141c3531ceccea62
2019-12-09added additional OreDictbartimaeusnek
+ fixed issues with Thaumcraft Aspect Handler if Forestry isnt installed + refined error handling + removed redundant calls that have a function + version increase Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: eaa39a4359ee177307eaf954bdbe4032465ecb51
2019-12-09fixed problems with vanilla gt5ubartimaeusnek
+ inlined an else statement Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: f46f6f19f8a44f45b582c2cbe7802d06df6c471a
2019-12-09Updated Copyrightbartimaeusnek
+fixed or suppressed all warnings Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 72b19b4f3b8c4c2151559f06dc7455a045d7f28b
2019-12-09Updated Copyrightbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: eea59a9e5c0ad3f66137668fdd3defd3a7ddb27b
2019-12-08Smaller fixesbartimaeusnek
+ added a recipe for Th232 + enforced Zr unification + added a quality override for ToolQuality + used getters for speed, dur, and quality Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: bca918b0f7e147511705d8c2051e18072250cf5e
2019-12-08Fixed Numbers in Loaderbartimaeusnek
+ fixed Werkstoff Mixer recipes not generating + fixed insaine high voltage, and insaine short time requirements for FluidExtractionRecipe and FluidSolidifierRecipe + fixed ElectrolyzerRecipes, CentrifugeRecipes, ChemicalRecipes, MultiblockChemicalRecipes, MixerRecipes time + added not yet enabled TT integrated ManualTrafo Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 0e0b878ded7e1780bb71004cd6cb76016ca562e6
2019-12-06WerkstoffLoaderAPI fixesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 953e1f8f195691105e3bcefedc3f34fb101ac71d
2019-12-06WerkstoffLoaderAPI fixesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: c95af8174bf3e49b23c31e0fa984b669ac50274d
2019-12-06code maintenancebartimaeusnek
+ completely disabled GT++ ASM due to the wish of the author + repaired Unification Enforcer for items + general readability fixes + WerkstoffLoaderAPI fixes Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: b02ed0bee600695b3be09abd8ce59552676289ce
2019-11-14moved recipes editbartimaeusnek
+to fix CircuitAssembler Recipes +might break scripts Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 9a7dd8ebf5574611e275aef1ca3e4e3cd10e8823
2019-11-09added SmallOres fortunebartimaeusnek
+modified NEI handler Signed-off-by: bartimaeusnek <lokko12@web.de> Former-commit-id: 67fa75d497e38016116b612f34b378f4578ec338
2019-11-03fixesbartimaeusnek
+fixed small ore names +fixed Hg-Compound Werkstoffs not giving out Hg +fixed cell amount in a recipe Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: db1b903fe9f5b93a1abc381791fe7d8bd0760f6d
2019-11-03fixed small oresbartimaeusnek
+fixed small ore names +added registration for small ores +changed some tooltips +added mercury minerals to use with GaGreg Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: ee0f8301e2040459d922690b505d0760946383a2
2019-11-02added small oresbartimaeusnek
+fixed heated water pump Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: f2655dba9dabfb9a2fc58ec8e11c96fff5dcad5b
2019-11-01Fixed Unification Enforcerbartimaeusnek
+retiered YttriumOxide and CubicZirconia to HV due to Kekztech Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 24a492183a74f63c1cd0eade615488c166f4fd39
2019-10-31fixesbartimaeusnek
+fixed some recipes +fixed structure check for Circuit assembly line +added Formic acid to the acid gen +re-blacklisted planet stone dust for platinum overhaul Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 5db7bb137eb62c157546e97c78cf00779107e4c4
2019-10-29fixesbartimaeusnek
+ removed final field stuff due to a "java.lang.NoSuchMethodError" on server + fixed last remaining Platinum reverse recipes for Dreamcraft/GT Items + fixed a typo in the centrifuge recipe + added a circuit priorisation mode for the MEGA EBF + redid the CircuitAssemblyLine Structure-Check + version increase to match testing version Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 7037b78d15f87115e9064f712aaacd523d9784d6
2019-10-20fusion fixbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: f35ece6e934deb7d989f26cd4f1046311ad4492a
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-13fixed BioCulture "breeding" Systembartimaeusnek
+improved readability +rebalanced Rhodium (zinc loss removed, 0,8 -> 0,2 Rh per Pt) +optimised imports Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 2f58c0c6bba54adba05b82685e8fea830e3df468
2019-10-11+increased buildnumberbartimaeusnek
+added a bit on tectech compat Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 69f8fe52c9ec7b94a138db426f3c65496792d22b
2019-10-11added TecTech handlerbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> Former-commit-id: 9d40a13aa3cef2a1e87521147628fa2487a2e13c