Age | Commit message (Collapse) | Author |
|
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
* Added all Ores to Voidminer in DeepDark
+ removed Infinity Ore
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* renormalize line endings
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
+ removed Infinity Ore
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
|
|
|
|
changed subversion to 33
|
|
* WIP, doesn't do anything yet, up to RFC
* Initial attempt at Chunk manager
* Added chunkloading support to multiblock miner.
* moved basic miner-independent chunkloading-related stuff up tier, to be more reusable
Co-authored-by: Richard Hendricks <richardhendricks@pobox.com>
|
|
|
|
|
|
* improved loading times a lot
+ whitelisted only a few materials that really get changed with gt
+ code maintenance
+ tested and ready for shipping
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* improved readability
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* improved loading times by buffing recipes
+ buffer increases performance by another ~40%
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
* Fixed breaking bug
+ added a config option to disable material whitelist
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
-added FakeScannerRecipes for all Schematics
|
|
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
|
|
+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
|
|
density. Increase orevein height to 9 layers. Give small ores a free 1 fortune boost to compensate for lower orevein densities.
|
|
Decreased density of some oreveins. Increased orevein percentage to 100%
|
|
|
|
|
|
# Conflicts:
# src/main/java/gregtech/common/tileentities/generators/GT_MetaTileEntity_MagicalEnergyAbsorber.java
|
|
Add config for Small Boiler Automation (#1449)
* Add config for Small Boiler Automation
Default is off
* Update GT_Mod.java
* Update GT_Mod.java
* Update GT_MetaTileEntity_Boiler.java
Fixed retarded logic
|
|
+readded GalacticraftFiles for @mitchej123 GC Compat
+fixed a typo in IGregTechTileEntity
|
|
* 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
|
|
+cleaned up code a bit
|
|
+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
|
|
|
|
+ improofed readability a bit (in dependencies in GT_Mod & GT_MetaTileEntity_Teleporter)
- removed unused libs
|
|
Fixed Mufflers and Large Boiler Fuels. (#1319)
92bcce8fd50004abc898cdd3464942b9a98d24a9
https://github.com/Blood-Asp/GT5-Unofficial/commit/92bcce8fd50004abc898cdd3464942b9a98d24a9
|
|
|
|
coremod to enable disable.
|
|
-removed config for custom ores
-removed immensive engineering support
-removed magneticraft support
-removed PFAAGeologica support
+added small ores for GaGreg
+version bump
|
|
reverted easily.
|
|
|
|
|
|
+ fixed typo (32 instead of 30eu/t at Prospection Data scan)
+ added Schematic scan NEI-recipe
|
|
|
|
|
|
Commit: fce9104d49920eadbaabc48e33bfcb39b5ae8340 [fce9104]
Fix custom enchantment for materials
|
|
|
|
|
|
|
|
remove LV and MV Mass Fabricator because they have no function
|
|
Commit: eb7185ca85a967c18acca514cb43bc096e0fcdb6 [eb7185c]
Merge pull request #1284 from redmage17/unstable
Configed Machine Casings
|
|
|
|
|
|
|
|
GT6 styled pipes
|
|
Commit: b87a55800f2a140ce0ad74b9a951994d9fdba9f5 [b87a558]
Removed NEI Large boiler fuel entry for Carbon Dust (#1295)
Fixes #1285. Invalid Burn value on Carbon dust in NEI page for Large Boiler Fuels.
|