Commit graph

81 commits

Author SHA1 Message Date
Shawn Buckley
e4f5504a89 Update dependencies 2015-10-18 22:50:44 -04:00
Blood-Asp
ce25063b91 Merge pull request #232 from ShawnBuckley/jdgui-comments
Removed JD comments
2015-10-18 17:29:43 +02:00
Blood-Asp
197225027a Merge pull request #231 from ShawnBuckley/ore-logger
Update ore dictionary logger header language
2015-10-18 17:29:22 +02:00
Blood-Asp
513c6606f2 GT5.08.31 2015-10-18 17:28:51 +02:00
Shawn Buckley
22202a5fd7 Removed JD comments 2015-10-14 22:33:33 -04:00
Shawn Buckley
836aac1d1a Update ore dictionary logger header language 2015-10-14 17:34:26 -04:00
Blood-Asp
6d8abce427 first half of 5.08.31 2015-10-12 01:23:48 +02:00
Blood-Asp
9d85f43d56 Another hotfix 2015-10-04 00:33:15 +02:00
Blood-Asp
452431a40a Hotfix 2015-10-03 23:15:52 +02:00
Blood-Asp
6d9c73a70a Update version 5.08.30 2015-10-03 15:23:52 +02:00
Blood-Asp
c3fd04d6f4 Merge pull request #201 from TehporP/master
Create zh_CN.lang
2015-10-01 14:24:34 +02:00
TehporP
14224334fe Create zh_CN.lang 2015-10-01 10:56:42 +08:00
Blood-Asp
b4e3f96c21 Merge pull request #199 from pyure/patch-3
Large Boilers now accept distilled water (w/o exploding)
2015-10-01 00:25:23 +02:00
Blood-Asp
183cfa6f06 Merge pull request #195 from mezz/master
Fix #194 Annoying sounds with Forestry Worktable
2015-10-01 00:25:11 +02:00
Blood-Asp
528cd9a89f Merge pull request #193 from pyure/master
#186: Hatch names and descriptive tooltips
2015-10-01 00:25:03 +02:00
Blood-Asp
4b000b64ab Merge pull request #176 from doushio9967/advcircuit-achievement-fix2
Let GT AdvCircuits trigger the stepforward achievement.
2015-10-01 00:24:54 +02:00
pyure
fe24c662b2 Large Boilers now accept distilled water (w/o exploding) 2015-09-28 18:55:23 -04:00
mezz
37def8854d Fix #194 Annoying sounds with Forestry Worktable 2015-09-25 16:46:07 -07:00
pyure
27d4848463 Really minor convention tweak in block_ores
Returning from the default clause of a switch stops eclipse from bitching about unhandled enums.
2015-09-25 18:25:21 -04:00
pyure
144d01c254 Tier acronym added to hatch names 2015-09-23 20:00:24 -04:00
pyure
ccdca47378 Descriptive tooltip added for hatch 2015-09-23 19:54:06 -04:00
pyure
ce9c4fa737 Descriptive tooltip added for hatch 2015-09-23 19:53:34 -04:00
pyure
00fdecb382 Descriptive tooltip added for hatch 2015-09-23 19:52:49 -04:00
pyure
ecc7df01b4 Descriptive tooltip added for hatch 2015-09-23 19:51:53 -04:00
pyure
0ad3c057b1 Update GT_MetaTileEntity_Hatch.java
getSlots() static method added
2015-09-23 19:50:40 -04:00
doushio9967
8aec6864e1 Let GT AdvCircuits trigger the stepforward achievement. 2015-09-11 12:02:37 +02:00
Blood-Asp
4d9fd9fb86 update gitignore 2015-09-05 23:29:34 +02:00
Blood-Asp
1f3bb4317f GT5.08.29 2015-09-05 23:18:46 +02:00
Blood-Asp
fbf9df8b2e error revert 2015-09-05 00:48:39 +02:00
Blood-Asp
31c80e0078 Merge remote-tracking branch 'origin/master' 2015-09-05 00:46:03 +02:00
Blood-Asp
0cb1cbd6bc Version 5.08.28 2015-09-05 00:43:17 +02:00
Blood-Asp
683d46f4c8 Merge pull request #156 from InfinityStudio/master
Fixed large steam turbine do not consume steam.
2015-08-30 17:26:36 +02:00
DerekCHAN
08b28cbb65 Fixed large steam turbine do not consume steam.
Large steam turbine do not consume steam as MFR installed. Simply caused by MFR changed regular steam "fluid.steam" to "fluid.mfr.steam.still.name".
2015-08-22 23:37:57 +08:00
Blood-Asp
4263f3b43f push buildscript 2015-08-21 21:45:39 +02:00
Blood-Asp
a7f60e0752 GT5.08.27 2015-08-16 01:10:06 +02:00
Blood-Asp
87a74a3344 Merge pull request #143 from pyure/patch-2
Turbines don't shut down automatically
2015-08-15 21:51:02 +02:00
Blood-Asp
2892a32022 Merge pull request #142 from pyure/patch-1
Heat Exchanger updates
2015-08-15 21:50:37 +02:00
pyure
f0090eef75 Turbines don't shut down automatically
Turbines no longer shut down automatically when they lose steam.  Instead, efficiency drops 10% per cycle when inactive.
2015-08-15 00:03:33 -04:00
pyure
2f340097b9 Heat Exchanger updates
* Can now adjust the minimum threshold for Superheated steam via Integrated Circuits inside the LHE

* Restored full useWater reliance
* HotCoolant now increases efficiency at same rate as lava (80 instead of 20, feel free to revert)
* Please double-check math on Lava output.
2015-08-14 23:56:36 -04:00
Blood-Asp
0341ae67ef Merge pull request #136 from pyure/master
Turbine fixes
2015-08-13 21:38:53 +02:00
pyure
b0e064bf28 Steam Turbine fixes
Removed requirement for getAverage()
2015-08-12 15:39:42 -04:00
pyure
e41504b920 Steam turbine getAverage() disabled
Removed requirement of getAverage()
2015-08-12 15:17:31 -04:00
pyure
0c7b825e7e Plasma turbine fixes
* Math fixes (no more crazy output numbers)
* getAverage() references removed 
* multiple input hatch support (first fluid-type handled only in case user tries to fuel with different-valued plasma types simultaneously)
* 125% maximum overflow inefficiency
2015-08-12 15:15:45 -04:00
pyure
27da7acbb3 HP Steam turbine fixes
* Math fixes (no more crazy output numbers)
* getAverage() references removed 
* multiple input hatch support (no more exploits by feeding HP Steam to multiple hatches)
* 125% maximum overflow inefficiency
* Output ties directly to actual HP Steam consumed
2015-08-12 15:14:06 -04:00
pyure
6d61dead98 Gas turbine fixes
* Math fixes (no more crazy output numbers)
* getAverage() references removed 
* multiple input hatch support (first fluid-type handled only in case user tries to fuel with methane + hydrogen simultaneously)
* 125% maximum overflow inefficiency
2015-08-12 15:11:57 -04:00
pyure
a3a6c55275 remove getAverage()
We now do gradual output changes depending on the difference in current and target output level
2015-08-12 14:47:33 -04:00
pyure
1b3e6ef291 Merge pull request #1 from Blood-Asp/master
Merging or totally fucking up, one or the other.
2015-08-12 14:28:52 -04:00
Blood-Asp
b0a60598aa Merge pull request #134 from pyure/patch-4
Large Heat Exchanger water/steam ratio
2015-08-12 15:52:21 +02:00
pyure
8e15794c0a Large Heat Exchanger water/steam ratio
* Ratio now 1:160 (perfect)
* Now use useWater properly as intended 
* NOT using math.Round() or math.Floor()
2015-08-11 18:49:51 -04:00
Blood-Asp
95607cae55 Merge pull request #127 from pyure/patch-2
Update Large Steam Turbine
2015-08-09 23:19:52 +02:00