Commit graph

1697 commits

Author SHA1 Message Date
Blood-Asp
ea782bba71 rocketfuel? 2016-12-26 15:45:00 +01:00
Blood-Asp
69d920c22b Plunger Sounds 2016-12-26 15:44:55 +01:00
Blood-Asp
b599c86958 Sense use cost 2016-12-26 15:44:51 +01:00
Blood-Asp
eabce17260 MAgic super fuel changes 2016-12-26 15:44:46 +01:00
Blood-Asp
c36e2578db Fix diesel engine info 2016-12-26 15:44:41 +01:00
Blood-Asp
e865990e11 Rise Hot coolant -> heat conversion ration in IC2 heat exchanger by 20% to avoid rounding bug 2016-12-26 15:44:36 +01:00
Blood-Asp
92c702a3a1 Fix Food Can recipes 2016-12-26 15:44:31 +01:00
Blood-Asp
d6fd3fd7fa Foid invalid steam in turbines 2016-12-26 15:44:25 +01:00
Technus
443806f73a Fix EBF coil buff 2016-12-26 15:44:00 +01:00
Blood-Asp
f361360e06 Better furnacing with better coils. 2016-12-26 15:32:41 +01:00
Blood-Asp
8bc9e659a6 rocketfuel? 2016-12-26 15:28:49 +01:00
Blood-Asp
3483fad95b Plunger Sounds 2016-12-26 15:25:48 +01:00
Blood-Asp
94c2d1fbfa Sense use cost 2016-12-26 15:25:09 +01:00
Blood-Asp
d08d3ce564 MAgic super fuel changes 2016-12-26 15:21:39 +01:00
Blood-Asp
7234f4b808 Fix diesel engine info 2016-12-26 15:16:58 +01:00
Blood-Asp
291bdd1529 Rise Hot coolant -> heat conversion ration in IC2 heat exchanger by 20% to avoid rounding bug 2016-12-26 15:15:43 +01:00
Blood-Asp
451b501424 Fix Food Can recipes 2016-12-26 15:15:36 +01:00
Blood-Asp
0ad315d000 Foid invalid steam in turbines 2016-12-26 15:14:31 +01:00
Blood-Asp
6465134c4c Fix type filter 2016-12-26 15:13:42 +01:00
Blood-Asp
3a8b8bc380 Fix type filter 2016-12-26 15:13:29 +01:00
Technus
f9593e403e Revert "becon base"
This reverts commit 5673532389.
2016-12-26 10:31:12 +01:00
Technus
5673532389 becon base 2016-12-26 10:23:43 +01:00
David Vierra
f10d77ef91 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-17 17:19:11 +01:00
David Vierra
1a4e134f16 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-17 16:36:07 +01:00
Technus
756a6b9f63 Change dyes again and make machines use the GT Dyes instead of Forge Dyes. (makes gui looks like rendered block) 2016-12-17 16:34:55 +01:00
Technus
6eed47cfaa kek 2016-12-17 14:21:06 +01:00
Technus
a9682acf92 Fix gem recipes this time for real. 2016-12-16 17:18:49 +01:00
Technus
e59c63ac64 revert cable fixes 2016-12-16 17:18:41 +01:00
Technus
8b2096ea78 Fix gem recipes this time for real. 2016-12-16 17:05:20 +01:00
Technus
49681ce847 revert cable fixes 2016-12-16 09:37:57 +01:00
Technus
3be8aef524 Fix on first tick just in case someone wasnt to tp to 0 0 0 0. 2016-12-15 19:08:18 +01:00
Technus
81ba247d78 Rework muffler add texture for eM overflow 2016-12-15 14:15:06 +01:00
David Vierra
3787b0399b 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-12 17:09:02 +01:00
David Vierra
eb45538f03 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-12 17:05:35 +01:00
Technus
60a9a2c09e Not needed serverside, 2016-12-12 17:04:54 +01:00
Technus
6d291877d2 EM container. 2016-12-11 20:25:14 +01:00
Technus
85bcc9e49e Commit Stuff 2016-12-11 17:24:01 +01:00
Technus
6225926757 Add item 2016-12-11 16:16:41 +01:00
Technus
302d4fec7f Fix recipes. 2016-12-10 20:56:07 +01:00
Technus
fa98d04d13 Tweak fusion more 2016-12-10 10:05:10 +01:00
Technus
da8d547cfd Tweak Fusion 2016-12-10 09:49:46 +01:00
David Vierra
c8655c6d49 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-08 22:06:38 +01:00
David Vierra
06636fd149 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-08 22:05:59 +01:00
David Vierra
c0f6a4e77a Fix boosted diesel x9 on things. 2016-12-08 22:05:28 +01:00
David Vierra
6c00cc8849 Diesel Tooltip from bloodasp 2016-12-08 22:00:07 +01:00
Technus
037953a47f Fix emmiter and sensor recipe 2016-12-08 21:47:07 +01:00
Technus
ad6de73748 Remove some more cells 2016-12-06 12:39:59 +01:00
Technus
5611cc7404 Remove Nq+ cells use stick longs instead - also made the last 2 naq reactors more tiered. (the uv needed less processing for fuel...), also cleanum whitespace 2016-12-06 12:27:17 +01:00
Technus
a232fbd842 Remove cell registration. 2016-12-06 12:10:26 +01:00
Technus
badccece12 Fix recipes in mixer (ffs y u no work for HSS-S) 2016-12-06 11:56:22 +01:00