aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/util
AgeCommit message (Collapse)Author
2019-05-17adjusted recipe map sizesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-05-17fixed NBT dependant Recipesbartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-04-09fixesbartimaeusnek
+refractored code, +restored compability to vanilla ore gen, +moved GC and Forrestry code to own classes to prevent crashes inDev +implemented equals and hashcode on NearbySeeds class +added an information line to the Implosion Compressor tooltip
2019-03-03add nei support for the second cutter input slotDream-Master
2019-02-16remove Tec Tech researchstaion text.Dream-Master
Not needed Tec Tech have own Gui
2019-02-15Update assemby line/ reserach station info in nei for scanner recipesAlkalus
2019-02-12restored compability for the Driller Basebartimaeusnek
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2019-02-08fixed NPE related to custom materials, might break their language support.bartimaeusnek
2019-01-15adding the liquid fuel back for campatibility reasons (GT++)Dream-Master
2019-01-09restore compability for mods (superconductor wires)bartimaeusnek
- reroute Superconductor to SuperconductorUHV and mark Superconductor as Deprecated - also fixes a possible NPE in dev enviroments Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
2018-12-22redid small boiler logicbartimaeusnek
+ added blocks + added diamond + rescaled burn value of coal coke to 3200 instead of 6400 in small boilers
2018-10-27add 9 slot assemblerDream-Master
change tank capacity in assemblers remove double fluid regulator recipes
2018-10-18Merge branch 'experimental' into GT_devDream-Master
# Conflicts: # src/main/java/gregtech/common/tileentities/generators/GT_MetaTileEntity_MagicalEnergyAbsorber.java
2018-10-05try for force unification of assembler recipesbartimaeusnek
2018-09-19added explosion logbartimaeusnek
+readded GalacticraftFiles for @mitchej123 GC Compat +fixed a typo in IGregTechTileEntity
2018-09-11Added more Thaumic beesDream-MasterXXL
2018-09-08Various fixesbartimaeusnek
+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-07Revert "add 9 slot assembler till iv thanks to spartak"Dream-Master
This reverts commit 1a5dfa592e2cb951d1fd6ca9314facc6d852ebb3.
2018-09-07Revert "fix nei gui derp"Dream-Master
This reverts commit 2e0f92449b5f63020becdb4ad8f320251cf9e243.
2018-09-07fix naquadah reactor wirednessDream-Master
2018-09-07fix nei gui derpDream-Master
2018-09-07add 9 slot assembler till iv thanks to spartakDream-Master
2018-09-06remove nq viDream-Master
2018-09-05Revert "remove Nq reactor."Dream-Master
This reverts commit 2364a365608f23a08cf46b10e1c36835fc66219d.
2018-09-05Merge branch 'New_hightier_stuff_dev' into New_test_devDream-Master
# Conflicts: # src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
2018-09-05Merge branch 'New_hightier_stuff_dev' into New_test_devDream-Master
# Conflicts: # src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
2018-09-05remove Nq reactor.Dream-MasterXXL
@draknyte please add my new fuel to your multiblock. Thanks
2018-09-03Pipe/Cable overhaul & Add filter output on fluid filtersJason 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-01Merge branch 'experimental' into High_tier_circuits_devDream-Master
2018-09-01remove naq reactor uev and uivDream-Master
2018-08-31add 3 more naq reactor tiersDream-Master
2018-08-31added config option to allow broken recipe map for debug purposesbartimaeusnek
2018-08-21fixed GT Teleporterbartimaeusnek
+ improofed readability a bit (in dependencies in GT_Mod & GT_MetaTileEntity_Teleporter) - removed unused libs
2018-08-15Added powderbarrels to usage. Added recipes to make Adv Seismic Prospectors. ↵Richard Hendricks
Removed recipes for the old ones.
2018-08-15Do radius in blocks. Clean up printouts. Add in chunk information for ↵Richard Hendricks
located ores.
2018-08-15fix radiusRichard Hendricks
2018-06-30pulled small ores into codebartimaeusnek
-removed config for custom ores -removed immensive engineering support -removed magneticraft support -removed PFAAGeologica support +added small ores for GaGreg +version bump
2018-06-20New feature for chestbuffers/superbuffers:Transfer size mode. Instead of ↵Richard Hendricks
matching the output inventory, this mode will only transfer fixed sizes to output invetory. Useful for input hatches to Amazon Packager or PA filled with packagers.
2018-06-18Merge branch 'experimental' into scanner_fixesbartimaeusnek
2018-06-18fix for #2152bartimaeusnek
fix for reused DataSticks keep parts of old NBTTagCompound fixed blockores and removed one hashmap
2018-06-17Smp assembly-line books issures (#128)bartimaeusnek
2018-06-17added GT BlockOres, BlockMetals, BlockGems for Assemblylinebartimaeusnek
2018-06-16fixed Multiple items on one pagebartimaeusnek
2018-06-16fixed minor sorting issurebartimaeusnek
2018-06-16fixed SMP Assembly Line book issures.bartimaeusnek
2018-06-13fix derpDream-Master
2018-03-22Added descriptionWo0kiee
2018-03-22CleanupWo0kiee
# Conflicts: # src/main/java/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_AdvSeismicProspector.java
2018-03-22deleted formatting codesWo0kiee
2018-03-22Adv Seismic Prospector reworkedWo0kiee
Prospects from NW to SE 9 of oilfields (6x6 chunks each) and output min-max oil amount # Conflicts: # src/main/java/gregtech/common/tileentities/machines/basic/GT_MetaTileEntity_AdvSeismicProspector.java