aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders/postload
AgeCommit message (Collapse)Author
2016-06-24Revert "make steam boilers not automatable"Dream-Master
2016-06-24Fix Superfuel railcraft compat and expand thaumcraft check (Blood Asp)Dream-Master
2016-06-24Blood Asp changesDream-Master
2016-06-22move a lot of Machine recipe to the core mod.Dream-Master
Method code to long
2016-06-22a874d9dd8875ebd421348866e88006fc0ed0c598 [a874d9d]Dream-Master
2016-06-22make Neutronium cheaperDream-Master
2016-06-22f56e821c1b590309e884b10eda07b5aa9fc5aaeb [f56e821]Dream-Master
2016-06-2271790e521495c8df87714cba48bed2460ea266e4 [71790e5]Dream-Master
2016-06-22 efa4392b3375c0fb4d9608123b5e2b12a0fdb307 [efa4392]Dream-Master
2016-06-22e5803f8c5ac6e14b92ca306b3fd74dbf0d8ef0a0 [e5803f8]Dream-Master
2016-06-22d718cac331526a1d13a4df12fba42ef01028bd90 [d718cac]Dream-Master
2016-06-22d3d2026375eddfefd43c9dceb19025c08a3c29cf [d3d2026]Dream-Master
2016-06-22e3453c05a302202a94a8f3a3f491b4587a8f0115 [e3453c0]Dream-Master
2016-06-22c5746fe6525f6b4cbe26582a0839456b6056874b [c5746fe]Dream-Master
2016-06-22Error fixesDream-Master
2016-06-229c6692c627c3ed43e7703fbd3019f1b9b7c8007b [9c6692c]Dream-Master
2016-06-22 cd3a4592db2a67e89c8e087e276d104e32f525fd [cd3a459]Dream-Master
2016-06-22abe8b44886b9c372aa2636d4769f0ceccdda57b6 [abe8b44]Dream-Master
2016-06-22bf3a79dc6265c87c69af2529d7a5ebe25f6d45da [bf3a79d]Dream-Master
2016-06-224521769f7ba6471dbc37d08177953c7ccac47b75 [4521769]Dream-Master
2016-06-2287c81f8d85793df6cfe7fb126b325d9a7554c73b [87c81f8]Dream-Master
2016-06-21 1a87c469afcd07d0adb05ca40bfba18f7dec5acb [1a87c46]Dream-Master
2016-06-21f11e8300f294952d3d1db8a6661ac40100d1a01d [f11e830]Dream-Master
2016-06-218f66f00cb6f62a6a09d48536ddecce0adf5041e3 [8f66f00]Dream-Master
2016-06-21ea644f216836e219ca0b0aa71acfc21b58d16576 [ea644f2]Dream-Master
2016-06-21438d5f39d32c34e9d5eff03ee2ae912833944578 [438d5f3]Dream-Master
2016-06-21694a087c75952f2c987abff6ada8139282b9c8c5 [694a087]Dream-Master
2016-06-21experimental branchDream-Master
2016-06-21reverse commitDream-Master
2016-06-21even with Blood asp experimental branchDream-Master
2016-06-21remove allDream-Master
2016-06-07so now Oxygen variant works wellDream-Master
Thanks @Tec
2016-06-07Revert "remove no oxygen component recipe in the ebf because not working."Dream-Master
This reverts commit c29302347c467aa49d69a68f8eb8054376580055.
2016-06-07Revert "so no with the no gas variant."Dream-Master
This reverts commit 150532cd79cd3501a152f1515f1aa0006058731d.
2016-06-06so no with the no gas variant.Dream-Master
2016-06-06remove no oxygen component recipe in the ebf because not working.Dream-Master
2016-05-28Make Stainless Steel more expensive to not skip to quick MV AgeDream-Master
2016-05-25Adding Assembly Line (no Assembler Casing recipe yet)Dream-Master
2016-05-25Adding the New Turbines from Gt 5.09 and some Assembler recipeDream-Master
2016-05-22Thaumcraft Aspect fixDream-Master
2016-05-22fixDream-Master
2016-05-22Merge branch 'Scan-termals-of-EBF'Dream-Master
Conflicts: build.properties src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_ElectricBlastFurnace.java src/main/java/gregtech/loaders/postload/GT_MachineRecipeLoader.java
2016-05-22Fix #591Dream-Master
Added EBf recipes for Ender io Materials with oxy and without
2016-04-30Change Neutronium Material and add Droconium EFB recipes.Dream-Master
2016-04-14Fix custom ore mixes more common than intendedUltraPeeks
The for loop above already registers all custom ore mixes. The first 16 custom mixes were registered a second time and were double as likely as intended to spawn. For example copper was much more difficult to find that way.
2016-04-09Revert "adding Adv Miner to us Version"Dream-Master
This reverts commit 6427be7b6d30811e979b346d5477daf0c84e9334.
2016-04-04adding Adv Miner to us VersionDream-Master
adding Drilling Fluid added a few Textures from Gt 5.09
2016-03-20add forestry Bowel recipes (Blood Asp)Dream-Master
2016-01-14Modify Wet Concrete to be able to use cellsTeteros
Wet Concrete was lacking cell support as it was a 'molten' fluid type. This patch adds a new type 'wet', which replaces 'molten' for Concrete. This means with this patch you can either use the canner with concrete dust to fill the cell, or the fluid canning machine to input or output Wet Concrete. Ideally Wet Concrete would be separate from Concrete as one is solid and the other fluid, but they were kept together for compatibility with existing recipes. 1 Concrete Cell = 144 Wet Concrete = Concrete Block 'Wet' fluid type can be used anytime you'd like both solid and fluid cell support, as these were usually separate for good reasons. Mostly to prevent the awkward ratio above.
2016-01-14Change 500EU/t recipes to 480EU/t in the EBF.Teteros
A tiny fragment of recipes in the Electronic Blast Furnace were set to 500EU/t instead of 480EU/t like all other recipes in the EBF. These were adjusted since having these deviate from the standard is troublesome for constant energy needs that the EBF requires.