Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-16 | rename drops | Dream-Master | |
2018-09-16 | fix comb recipes | Dream-Master | |
2018-09-16 | Add more bee combs | Dream-Master | |
2018-09-16 | add more bee combs recipes | Dream-Master | |
2018-09-16 | work on comb recipes | Dream-Master | |
2018-09-15 | fix derp | Dream-Master | |
fix bugs | |||
2018-09-15 | optimize imports | Dream-Master | |
2018-09-15 | Add Propolis and Pollen | Dream-Master | |
optimize imports | |||
2018-09-15 | Add Drops recipe and change ROCK to rock in flowers allele | Dream-Master | |
2018-09-15 | fix derp | Dream-Master | |
2018-09-15 | Add drops to gt | Dream-Master | |
2018-09-15 | More Thaumic Bee works | Dream-Master | |
2018-09-15 | fixed and change bee recipes | Dream-Master | |
2018-09-15 | replace whole bee template with the traits copied from branch | Dream-Master | |
2018-09-15 | more bee fixes and changes | Dream-Master | |
2018-09-11 | Added more Thaumic bees | Dream-MasterXXL | |
2018-09-10 | added all alloy bees and combs. centrifuge recipes missing | Dream-Master | |
2018-09-09 | Merge branch 'experimental' of ↵ | Dream-Master | |
https://github.com/GTNewHorizons/GT5-Unofficial into GT_Bees_dev | |||
2018-09-08 | GC Energy Compat | Jason Mitchell | |
* GT cables now properly fill GalacticCraft machines with Energy IC2/AE2 Energy Compat * Updated IC2 & AE2 energy compatability * Added an option ic2EnergySourceCompat (default is on) to allow GT cables to pull energy directly from IC2 energy sources (nuclear reactors, MSFEs, etc) without the need for a transformer * Filling IC2/AE2 energy buffers will now send multiple amps if needed Misc * Use a set instead of an arraylist for transfer electricity; deprecated backwards compatiable method left in | |||
2018-09-08 | Merge branch 'experimental' into GT_Bees_dev | Dream-Master | |
2018-09-08 | added tooltip for glass | bartimaeusnek | |
+cleaned up code a bit | |||
2018-09-08 | add ic2 line to code | Dream-Master | |
2018-09-08 | Various fixes | bartimaeusnek | |
+Added GT-FML-Log +Added an Exception if a Nq reactor without recipe map is created +Added the ability to add ReinforcedGlass in the CleanroomWalls (https://github.com/GTNewHorizons/NewHorizons/issues/3584) +Added a config option for changing the ReinforcedGlass percentage +Renamed Materials2 -> GTNH_ExtraMaterials and fixed it | |||
2018-09-07 | change the process to lv | Dream-Master | |
will add more tiers | |||
2018-09-07 | organic comb types merge from gendustry | Dream-Master | |
2018-09-07 | fix naquadah reactor wiredness | Dream-Master | |
2018-09-06 | remove nq vi | Dream-Master | |
2018-09-06 | remove unused stuff and rename fuels | Dream-Master | |
2018-09-05 | +added replacement class for ALL of the Nq Gen classes.... | bartimaeusnek | |
2018-09-05 | Merge remote-tracking branch 'origin/pipe_overhaul_and_fluidfilter_fix' into ↵ | Dream-Master | |
New_test_dev | |||
2018-09-05 | Revert "remove Nq reactor." | Dream-Master | |
This reverts commit 2364a365608f23a08cf46b10e1c36835fc66219d. | |||
2018-09-05 | Merge branch 'New_hightier_stuff_dev' into New_test_dev | Dream-Master | |
# Conflicts: # src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java | |||
2018-09-05 | Merge branch 'New_hightier_stuff_dev' into New_test_dev | Dream-Master | |
# Conflicts: # src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java | |||
2018-09-05 | remove Nq reactor. | Dream-MasterXXL | |
@draknyte please add my new fuel to your multiblock. Thanks | |||
2018-09-03 | * Fix: Colored cables/pipes properly connect (or don't) to each other based ↵ | Jason Mitchell | |
on color * Trigger connection evaluation on painting of cables/pipes or machines * Trigger connection evaluation on placement of blocks -- IE: A wire/pipe open to air, and then a dirt block is placed on it - this will close the pipe/wire connection | |||
2018-09-03 | Pipe/Cable overhaul & Add filter output on fluid filters | Jason Mitchell | |
* Unified connect() method for pipes/wires - each subclass has it's own canConnect(), letsIn(), and letsOut() methods that map to the specifics for that implementation * Shift Clicking while placing a GT machine will now try connecting to the cable/pipe it is placed on * You can open a connection to the air for pipes & wires, allowing the next thing you place down to auto connect (ie: a JABBA barrel) * Distribute Fluids - Modeled after several of the upstream PRs * Fluid regulators on pipes should stop spazzing out now * Fluid filter covers - Now work with filtering output BUG/TODO: * Spray paint doesn't seem to keep wires/pipes from connecting properly * Spray paint on wires/pipes should force a disconnection check | |||
2018-09-02 | fix solar namings | Dream-Master | |
2018-09-02 | change solar pannels to meta generated items 03 | Dream-Master | |
add ass line localizer for items | |||
2018-09-02 | add more circuits | Dream-Master | |
2018-09-02 | add new circuit | Dream-Master | |
2018-09-02 | working on new circuits | Dream-Master | |
2018-09-02 | fix solar panels | Dream-Master | |
2018-09-01 | remove naq reactor uev and uiv | Dream-Master | |
2018-08-31 | add 3 more naq reactor tiers | Dream-Master | |
2018-08-31 | Added new Solar Panels from UHV to UIV (no recipes yet) | Dream-Master | |
2018-08-31 | add reinforced Glass tubes | Dream-Master | |
add recipes for it | |||
2018-08-31 | More Bio Circuit parts | Dream-Master | |
2018-08-31 | Add more high tier circuit parts and boards | Dream-Master | |
2018-08-31 | rename oil drill to oil/fluid/gas drill | Dream-Master | |
2018-08-30 | Fixed Java exception when removing chunks from list. | Richard Hendricks | |