Commit graph

845 commits

Author SHA1 Message Date
Blood-Asp
46c145c06b Fix efficiency in scan data of Diesel Engine 2016-12-19 14:27:29 +01:00
Dragon2488
f531833a27 artifacts 2016-12-19 15:15:42 +07:00
Dragon2488
fccf86a708 Bump version number. 2016-12-19 15:02:59 +07:00
Dragon2488
3b5ae6198a Visual fixes, durability fix. 2016-12-19 15:02:33 +07:00
Archengius
27f8bb4193 Merge pull request #806 from nikita488/test
Partial lighting fix
2016-12-18 23:19:09 +07:00
nikita488
593bb7c453 Partial lighting fix 2016-12-18 18:47:21 +03:00
Dragon2488
16ccbb2cdf artifacts. again. 2016-12-18 02:31:49 +07:00
Dragon2488
5c4e60ee72 Fixed Crash with generation of GT ores. 2016-12-18 02:28:34 +07:00
Blood-Asp
6e3e6494a1 Merge pull request #803 from dgabehar/unstable
Crash with Modular Exoskeleton #769
2016-12-17 18:21:51 +01:00
Blood-Asp
c9eb3dc3b4 Rise Hot coolant -> heat conversion ration in IC2 heat exchanger by 20% to avoid rounding bug 2016-12-17 18:20:59 +01:00
Blood-Asp
f3f90f699b Fix Food Can recipes 2016-12-17 18:16:37 +01:00
Blood-Asp
1aa9ce6501 Fix LuV+ disassemblers 2016-12-17 18:10:38 +01:00
Dragon2488
db28da12e2 Updated artifacts 2016-12-18 00:00:13 +07:00
Dragon2488
2dc3925c62 Bugfixes 2016-12-17 23:56:09 +07:00
Dragon2488
0a78b7c508 Updated artifacts 2016-12-17 20:31:21 +07:00
Dragon2488
a6416b6d88 Fuck. DrawBlockHighlightEvent is called for entities too. 2016-12-17 20:28:42 +07:00
Dragon2488
2d44f402ad Artifacts for 5.10.20 2016-12-17 16:24:40 +07:00
Dragon2488
97f7f34dae Bugfixes 2016-12-17 16:12:14 +07:00
Blood-Asp
f0ff2a6cfc Void wrong type of steam inserted into steam turbines.
Prevents getting stuck on superheated/normal steam change.
2016-12-16 18:34:26 +01:00
Dragon2488
9865ca8307 Updated artifacts 2016-12-17 00:29:16 +07:00
Dragon2488
24f436b066 Crash with latest IC2 fix. (again?) 2016-12-17 00:28:09 +07:00
Blood-Asp
cca28f29fa Add mable and basalt ores to ore typefilter 2016-12-16 17:54:43 +01:00
Dragon2488
30493666a2 Updated artifacts 2016-12-16 23:40:00 +07:00
Dragon2488
30318c25fa Crash with latest IC2 fix. 2016-12-16 23:39:12 +07:00
Blood-Asp
650ec1a800 Fix ULV and LV wire/cable recipes 2016-12-16 17:23:39 +01:00
Doug Gabehart
3d2dd065fa Added check to ensure that fluid is set trying to provide air to player during onArmorTick
Looking at how to fill helmet tank from air cell
2016-12-15 17:11:13 -06:00
Dragon2488
59514322d5 Updated jars 2016-12-16 00:13:48 +07:00
Dragon2488
1183d4765d Fixes. 2016-12-16 00:12:47 +07:00
Doug Gabehart
b41c3370cc Fixed processing power issue where values continually increased up to infinity 2016-12-15 09:10:45 -06:00
Dragon2488
08a257ebd1 Added latest builds 2016-12-15 22:06:12 +07:00
Dragon2488
18dce39497 Bump version. 2016-12-15 22:04:05 +07:00
Dragon2488
a9efed5fdc CCL dependency. 2016-12-15 21:59:35 +07:00
Dragon2488
202c22f5ae Major rewrite (second, third?), beta release. 2016-12-15 21:58:15 +07:00
Doug Gabehart
6364378437 More stability improvements. (Null value and checks to ensure keys exist) 2016-12-14 20:35:43 -06:00
Doug Gabehart
6ceff6d783 Fixed issue with Modular Armor inventory not saving properly after removing the call to closeScreen
Added null and key checks when determining if a full radiation or electrical armor set is configured
2016-12-14 16:04:20 -06:00
David Vierra
7d1e42f75c Don't allow Large Turbine to start up without Dynamo Hatch
Large Turbine was incomplete if the Dynamo Hatch spot was taken up by a different GTTE, but not if that spot was just Air or some other block.
2016-12-14 20:06:31 +01:00
Doug Gabehart
b9ebe16655 Removed player.closeScreen call to fix graphics glitch when switching armor tabs 2016-12-14 11:34:00 -06:00
Doug Gabehart
df00993c0d Added updateArmorStats method which includes additional checks to ensure that values are not null and the key in question exists in mStats
Removed player.closeScreen call in mouseClicked to prevent display glitch when switching armor gui tabs; (mouse focus from returning to 2x2 crafting grid)
2016-12-14 11:12:07 -06:00
Dimach
d51f43f97b Ore harvest level rework. Fixed #730. 2016-12-13 20:20:36 +01:00
Blood-Asp
1efd486dbb Disable markDirty function of TileEntitys
http://forum.industrial-craft.net/index.php?page=Thread&postID=205162#post205162
2016-12-13 20:10:30 +01:00
Blood-Asp
f86fce4cf3 Fix mining laser recipe 2016-12-13 20:08:23 +01:00
David Vierra
3b5dfb6f7b Fix #785 - Unlimited EU in Dynamo Hatch
I went with @Techlone's simple solution after all.

Counting out the individual EU might make more sense if any of the multiblocks could have more than one dynamo hatch, but they don't, so this is just fine.
2016-12-13 19:24:31 +01:00
Blood-Asp
8e31958980 Merge pull request #777 from Dimach/unstable
Fixed #767
2016-12-13 19:17:47 +01:00
Blood-Asp
423b3ad8ef Merge pull request #798 from Techlone/unstable
Fix optimal plasma flow tooltip
2016-12-13 19:16:21 +01:00
David Vierra
0cd2371e3b Change Oil Cracker tooltip to match reality (and vice versa)
Oil Cracker only allows Maint/Energy hatches in the middle ring. Input and output hatches can be anywhere on the sides.

Minimum casing count is changed to 18 to match the tooltip, rather than increase the tooltip to 19. This allows two input and output hatches on either side, for when you want to run two cracking recipes with the same cracker.

(It turns out the cracker doesn't care which hatch the inputs and hydro/steam are put into. I don't really care either!)
2016-12-13 19:15:08 +01:00
David Vierra
dcf348a7e1 Fix efficiency penalty incorrectly applied to large gas+plasma turbines
This is a copy-paste error from the original code in the large steam
turbine. `aOptFlow` is the optimal flow rate expressed in EU/t, while
`totalFlow` is expressed in fuel L/t
2016-12-13 19:15:08 +01:00
David Vierra
f98ce7ef08 Fix #771 - 9x output on boosted Diesel
Remove an extra efficiency multiplier. `mEfficiency * mEUt` is already done in `GT_MetaTileEntity_MultiBlockBase.onRunningTick`
2016-12-13 19:15:07 +01:00
David Vierra
d699de59ba Adjust Diesel Engine tooltip to match requirements
16 Casings are required along the corners and edges. The Hatches may not be along a corner or edge, but may only be placed on the sides, next to a Gear Box.

Also note Diesel, Lube, and Oxygen use.
2016-12-13 19:15:07 +01:00
David Vierra
d519d7f00b Replace all literal numbers referring to tool types with named constants 2016-12-13 19:15:07 +01:00
Archengius
56487abe99 Merge pull request #801 from danbka33/progress
Hide bar #799
2016-12-13 23:15:53 +07:00