aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/loaders
AgeCommit message (Collapse)Author
2016-06-2298566ccee07e6df58b0c3ca04373071cdc6795fd [98566cc]Dream-Master
2016-06-22abe8b44886b9c372aa2636d4769f0ceccdda57b6 [abe8b44]Dream-Master
2016-06-22bf3a79dc6265c87c69af2529d7a5ebe25f6d45da [bf3a79d]Dream-Master
2016-06-224521769f7ba6471dbc37d08177953c7ccac47b75 [4521769]Dream-Master
2016-06-22898a045a97bf2a04fe41644cc7db8e70cefab090 [898a045]Dream-Master
2016-06-2287c81f8d85793df6cfe7fb126b325d9a7554c73b [87c81f8]Dream-Master
2016-06-2282f14512d819a7627bcd18cc3332814f9a05fcdb [82f1451]Dream-Master
2016-06-22f17905aecccf55886604278fc9fa8d0f8e64b1ef [f17905a]Dream-Master
2016-06-22a35809785819334ddc55ed7322594916c73abd6a [a358097]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-21new files from gt pull requestsDream-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-18fix #466Dream-Master
Machines higher than IV have a recipe conflict
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-09Revert "Try to add Oil Drill. Works but not pumping oil"Dream-Master
This reverts commit 26f65443ff25de28f0a48b0e5fa824ee96f86c41.
2016-04-04Try to add Oil Drill. Works but not pumping oilDream-Master
2016-04-04adding Adv Miner to us VersionDream-Master
adding Drilling Fluid added a few Textures from Gt 5.09
2016-03-20small fixDream-Master
2016-03-20Now all slabs worksDream-Master
2016-03-20rotors machine recipes.(Blood Asp)Dream-Master
2016-03-20add forestry Bowel recipes (Blood Asp)Dream-Master
2016-03-20Forestry Log with meta id >16 are now nerfed by GregDream-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.
2016-01-13Add plastic recipes to Distillation Tower & Distillery.Teteros
Distillation tower will now be able to refine ic2biomass and oil to molten plastic and tiny pile of plastic respectively. Tiny pile was chosen due to the limitation of 5 fluids and one item in the distillery, it's equal to '16' molten plastic. Distillery will refine oil and biomass in a 1:1 ratio to molten plastic, just like oil to lubricant does. Ratios suggested favour oil more than biomass. Remove unused oil types from distillation recipes and set biomass MV recipe to 32:1000 for easier calculations.
2016-01-11Fix recipes Bio GasDream-Master
2015-12-31This woksDream-Master
2015-12-31Take the Biomass recipes inside the codeDream-Master