Dragon2488
ef6f2e275b
Proper MetaItem implementation, removing of old meta items.
2017-06-11 18:00:19 +07:00
Archengius
0f051b4c11
Merge pull request #960 from codewarrior0/kill-excess-redraws
...
Kill excess redraws
2017-04-16 16:16:15 +07:00
Exidex
3751e743e9
Delete some unused staff
2017-04-08 14:12:19 +02:00
MauveCloud
36e8584e4c
Partial fix for #955
...
Restores ability to use different explosives.
2017-03-14 10:00:51 -07:00
David Vierra
55fdf45f59
receiveClientEvent only redraws as needed
2017-03-13 17:36:18 -10:00
MauveCloud
9da8a7789b
Fix for #910
2017-03-11 19:52:16 -08:00
David Vierra
52c42c2d63
Fix position logic in AdvMiner.checkRecipe (again)
2017-01-23 22:54:53 -10:00
David Vierra
9353ef19bd
Fix OilDrill and AdvMiner drilling through bedrock
...
IC2 doesn't allow us to get an ItemStack for the mining_pipe_tip, so we
grab the IBlockState instead.
2017-01-23 22:54:42 -10:00
David Vierra
959d878c62
Fix Charcoal Pile Igniter incorrectly comparing Blocks against IBlockStates
2017-01-21 15:25:02 -10:00
Dragon2488
e040fcfa94
Bugfixes & latest build.
2017-01-02 13:56:40 +07:00
Dragon2488
76847aa4e7
Huge changes + bugfixes & latest build.
2017-01-01 19:53:17 +07:00
Muramasa-
9df6a3d5f3
Update with unstable changes
2016-12-28 22:11:31 +00:00
Muramasa-
6c2c50a254
Update with 1.10 changes
2016-12-28 21:24:00 +00:00
Muramasa-
c51dc7a383
Fourth pass
2016-12-28 20:16:39 +00:00
Muramasa-
7957b2f4f3
Third pass
2016-12-27 23:48:43 +00:00
Muramasa-
7e3d4ccf4a
Port LightningRod (To be changed by Bloody) & Character fix
2016-12-27 21:08:16 +00:00
Blood-Asp
94cdcfe33c
Fix fluid naquadah generator not consuming fuel
2016-12-27 12:14:40 +01:00
Muramasa-
614362da49
Second pass
2016-12-26 00:55:20 +00:00
Blood-Asp
e1c60d8bad
EBF Efficiency improvements with hier tier coils
...
Every 1800K free heating capacity the EBF can be overclocked one tier
without efficency loss(4xEU/t, 1/4process time).
Every 900K free heating capacity EU/t is lowered by 5%.
2016-12-24 11:18:14 +01:00
Dragon2488
c8d66b8d82
Bugfixes, additions.
2016-12-24 14:48:42 +07:00
Muramasa-
2c8a4e7a81
First pass
2016-12-23 19:41:22 +00:00
Blood-Asp
46c145c06b
Fix efficiency in scan data of Diesel Engine
2016-12-19 14:27:29 +01:00
Blood-Asp
1aa9ce6501
Fix LuV+ disassemblers
2016-12-17 18:10:38 +01: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
Blood-Asp
cca28f29fa
Add mable and basalt ores to ore typefilter
2016-12-16 17:54:43 +01:00
Dragon2488
202c22f5ae
Major rewrite (second, third?), beta release.
2016-12-15 21:58:15 +07: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
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
4176f2c525
Fix Advanced Miner II occasionally outputting the wrong blocks
...
AdvMinerII would occasionally output the drops from a block recently
broken by the player. This happens when the wrong coordinates are
passed to GT_Block_Ores_Abstract.getDrops(), which causes it to fail to
find the TileEntity and then fall back to whatever the most recently
broken block was.
Fixes #751 (probably), #674 , #508
2016-12-04 15:22:03 -10:00
Blood-Asp
58206f909e
Merge pull request #727 from Dimach/unstable
...
Fixed oil rig
2016-11-04 22:13:45 +01:00
Dimach
bc619efb8a
Fixed oil rig.
2016-11-04 21:30:57 +02:00
Blood-Asp
2108b9cdc8
Assemblyline recipe scan fix and TC quicksilver/mercury recipes
2016-11-04 00:05:15 +01:00
Blood-Asp
c552f67120
Fix Large turbine tooltips
2016-11-02 23:16:23 +01:00
Blood-Asp
8a17c67442
Turn off AdvMinerII and OilDrill once work is done.
2016-11-02 23:14:40 +01:00
Blood-Asp
f806a7b76d
Fix super fuel not increasing efficiency
2016-10-26 21:02:15 +02:00
Blood-Asp
7926877ed1
Pollution Update/Rebalance
2016-10-25 20:22:56 +02:00
Blood-Asp
15eb43998a
Remove debug code
2016-10-22 16:42:30 +02:00
Blood-Asp
f12ae9a63f
Add Naquadah fuel rods and fix some Assemblyline recipes
...
Naquadah fuel = Mox with 10x runtime.
2016-10-22 16:38:18 +02:00
Blood-Asp
e2ee26e55e
Fix some recipes not working in processing array
2016-10-22 14:01:59 +02:00
Blood-Asp
f580712f18
Allow Oil Drills to pump oil in void worlds without bedrock
2016-10-19 18:41:29 +02:00
Blood-Asp
637f704235
Make Disassemblers >Insane Voltage disassemble faster without efficency loss.
2016-10-17 00:09:07 +02:00
Dimach
f037d652a7
Added forming press support for processing arrays.
2016-10-13 23:26:03 +02:00
Blood-Asp
c240b431f8
Fixed charcoal pile igniter bug
2016-10-13 22:48:08 +02:00
Blood-Asp
021ed41721
Update Multiblock Tooltips
2016-10-13 17:46:05 +02:00
Muramasa
66ab344159
Fix VALUES & Replicator recipes
2016-10-13 16:43:06 +01:00
Blood-Asp
1b78b56388
Alloy energy hatch in every slice of the assembly line
2016-10-09 00:13:49 +02:00