aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
AgeCommit message (Collapse)Author
2018-10-15add new coil recipes and texturesDream-Master
2018-10-15Added LPIC and ULPIC to GT (need for new Energy Hatch recipe)Dream-Master
change texture files a bit
2018-10-13Quest suggestion: Liquid Filter #3714Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/3714
2018-10-13fixDream-Master
2018-10-10Assembler recipe for basic Forestry circuit can't use NAND chips #3722Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/3722
2018-10-10Assembler recipe for basic Forestry circuit can't use NAND chips #3722Dream-Master
https://github.com/GTNewHorizons/NewHorizons/issues/3722
2018-10-07cherry pick 3531fb264fe46af2168340d4a38528dc116a2ce3 [3531fb2]Léa Gris
Magical Energy Absorber fix stop drain and rework Vis to EU Conversion ( #1478) * fix(magicalenergyabsorber) stops when buffer can not store the next maximum eu output * rework(magicalenergyabsorber): computation of vis to eu conversion New configuration option to define how much EU Per Vis (not CVis) I:EnergyPerVis_20=20 This value is divided by 100, so it is actually 0.2 EU per Vis The Magical Energy Absorber will try to drain enough CVis, comulating all aspects, until it can reach max Output, or has drained all available aspects. Number of total cummulated CVis output required in a Node per Magical Energy Absorber Tier: Novice (LV): √(32 × 10000 ÷ (20 × 90)) = 13,333333333 ⇒ 13 CVis Adept (MV); √(128 × 10000 ÷ (20 × 80)) = 28,2843 ⇒ 28 CVis Master (HV): √(512 × 10000 ÷ (20 × 70)) = 60,474315681 ⇒ 60 CVis Grand Master (EV): √(2048 × 10000 ÷ (20 × 60)) = 130,639452948 ⇒ 131 CVis As referrence: The Huge Creative Node from Thaumcraft has 500 of each primal aspects. * fix(machine): magic energy absorber - Fixed Dragon Egg Siphon mode to work as intended when `B:MagicEnergyAbsorber.AllowMultipleEggs_false=false` (fix #1482) - Fixed Vis drain from Visnet (Energized Node/Vis Relay) drain rate (fix #1119) - Added Vis conversion as a configuration option: `I:MagicEnergyAbsorber.EnergyPerVis_20=20` - Replaced broken Aspect drain from items, with drain from Essentia Containers in range, using same mechanic as the Infusion Altar - Added Essentia Aspect conversion as a configuration option: `I:MagicEnergyAbsorber.EnergyPerEssentia_320=320` - Fixed Enchantments drain to convert all available enchantments - Made input filtered to valid enchanted items/books (Item must be enchantable and enchanted) - Fixed Enchantments drain to not consume input; if it can not buffer generated energy from it, or if it can not output disenchanted item - Added a user settable Tiered operation range using a Screwdriver. Default Range Tier is Machine Tier. Max Range Tier is Machine Tier + 2. Range is 2^(Range Tier): 1, 2, 4, 8, 16, 32, 64 blocks - Fixed Ender Crystal drain mechanic, to allow multiple Crystals to be drained. - Made each in-use Ender Crystal, exclusive to a Magic Energy Absorber - Improved default Ender Crystal energy worth to 512EU/t instead of 32EU/t
2018-10-07cherry pick 6a1b45f2be752afd77db32e011bbd1118949b8ae [6a1b45f]Dream-Master
fix(blockmachines): persistency on harvest (#1498) This patch fixes persistency of NBT tags in machine item when machine block is harvested. Machines with an @Override on setItemNBT will now persist data correctly when harvested? Change fixes intended persistency behaviour of following machines: - Item buffers will persist screwdriver configured output stack size when harvested. - Item distributors will persist setings of items per face.
2018-10-07cherry pick 45bee961bfb7d66265c39255a7f5957456ea278c [45bee96]Dream-Master
fix(oilsand ore): centrifuge recipes (#1485) - fix chance for sand output from 0.63% to 50%-25% depending on richness - fix rich oilsand ore flagging
2018-10-07cherry pick b46a466878c07f8343894899304dce605b6b1d44 [b46a466]Dream-Master
Fixed bug in macerator recipes. (#1468)
2018-10-07chery pick eef9513ef22c8f48b70e968c2699bb9e2f179643 [eef9513]redmage17
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
2018-10-06Merge remote-tracking branch 'origin/bmf2' into testDream-Master
2018-10-06OreDictDuctTapebartimaeusnek
2018-10-05Merge branch 'experimental' into GT_Bees_devDream-Master
2018-10-05fix materialsDream-Master
2018-10-05added dimethylbenzene from charcoalDualBallers
2018-10-05fix dimethylbenzene from charcoalDualBallers
2018-10-05move materialsDream-Master
2018-10-05put materials to extra mateiralsDream-Master
2018-10-05Pyrotheum and Cryotheum beesDream-Master
2018-10-05add Dimethylbenzene to Distillations TowerDualBallers
2018-10-05Merge pull request #154 from GTNewHorizons/bmf2bartimaeusnek
try for force unification of assembler recipes
2018-10-05try for force unification of assembler recipesbartimaeusnek
2018-10-05add more requieremts for new beesDream-Master
2018-10-05Add new beesDream-Master
Apatite, Ash and Fertilizer
2018-10-05buff bees in autoclave alotDream-Master
2018-10-05remove super cheap growth medium recipesDream-Master
2018-10-05fix bee localizerDream-Master
2018-10-05remove not working spaghetti codeDream-Master
2018-10-03refined automatic bee exchangebartimaeusnek
2018-10-02Merge pull request #152 from Zoko061602/GT_Bees_devMartin Robertz
PBI & Iron III Chloride Recipes
2018-10-02fixDream-Master
2018-10-01Fixed Iron III chloride Recipe and PBI recipesDaniel
2018-10-01Fixed Iron III Chloride FormulaDaniel
2018-09-30reverseDream-Master
2018-09-30fix errorDream-Master
change back to gendustry bees
2018-09-30add circuit assembler recipes alsoDream-Master
2018-09-30Merge remote-tracking branch 'origin/GT_Bees_Dev_Experimental' into GT_Bees_devDream-Master
# Conflicts: # src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java
2018-09-30oredict circuits working now hopfullyDream-Master
2018-09-30+added unification of Gedustry bees -> GT beesbartimaeusnek
+fixed NPE without certain Mods Loaded
2018-09-23Fixed spellingZoko061602
2018-09-23change back to gt. gendustry bees takover not workingDream-Master
2018-09-23remove unused codeDream-Master
2018-09-23change forestry squeezer recipesDream-Master
2018-09-23cosmic neutronium are not available in moten formDream-Master
change to quantium
2018-09-23added missingfix recipesfor magnesium beesDream-Master
2018-09-23fixDream-Master
2018-09-23fix squeezer recipesDream-Master
2018-09-22add forestry squeezer recipes to dropsDream-Master
2018-09-22spell fixesDream-Master