asiekierka
|
fd370955bd
|
add gate verification post-copy, fix minor update bug
|
2014-10-26 07:32:12 +01:00 |
|
asiekierka
|
59686cd481
|
add gate copiers, close #2081
|
2014-10-25 22:22:25 +02:00 |
|
asiekierka
|
64c263c1cb
|
fix checkStyle, make color tooltips localized
|
2014-10-25 19:59:10 +02:00 |
|
asiekierka
|
9427f00c8f
|
fix minor rendering bug, add tooltips
|
2014-10-25 18:36:56 +02:00 |
|
asiekierka
|
92c8747dda
|
Revert "fix #2092"
This reverts commit e562b6f737 .
|
2014-10-25 18:20:51 +02:00 |
|
asiekierka
|
ee92dd822c
|
add stained glass pipes
|
2014-10-25 17:34:45 +02:00 |
|
asiekierka
|
d02b0dc066
|
restore the old redstone i/o behaviour in core/triggers as well
|
2014-10-25 12:07:18 +02:00 |
|
asiekierka
|
210900a8f8
|
temporaily restore old redstone i/o behaviour
|
2014-10-25 12:06:48 +02:00 |
|
asiekierka
|
999b045b13
|
optimize NBT usage and some other oddities
|
2014-10-25 11:58:25 +02:00 |
|
asiekierka
|
13fddf9b87
|
add an escape route for cases where a gate is on all sides of a pipe
|
2014-10-25 11:41:58 +02:00 |
|
asiekierka
|
59350f8677
|
fix #2095
|
2014-10-25 11:40:34 +02:00 |
|
asiekierka
|
e562b6f737
|
fix #2092
|
2014-10-25 08:48:27 +02:00 |
|
asiekierka
|
4839a666c1
|
fix #2093
|
2014-10-25 08:46:52 +02:00 |
|
asiekierka
|
60e0e17980
|
add workaround for #2090
|
2014-10-24 23:22:10 +02:00 |
|
asiekierka
|
fd6a456434
|
add buildcraft quarry frame cleanup, close #2005
|
2014-10-24 20:11:05 +02:00 |
|
asiekierka
|
46432d2579
|
properly fix Java 7 dependency
|
2014-10-24 20:07:14 +02:00 |
|
asiekierka
|
5cd1f38a4a
|
remove dependency on Java 1.7
|
2014-10-24 19:37:14 +02:00 |
|
asiekierka
|
7f0f16ef62
|
fix docking station crash in negative-numbered dimensions
|
2014-10-24 16:57:33 +02:00 |
|
asiekierka
|
4ac490a581
|
fix style
|
2014-10-24 16:34:15 +02:00 |
|
asiekierka
|
030191d7cd
|
redstone output is now sided for gates, close #2085
|
2014-10-24 16:22:32 +02:00 |
|
asiekierka
|
482e1d575c
|
redstone input is now sided for gates, for #2085
|
2014-10-24 16:18:28 +02:00 |
|
asiekierka
|
fe64c3e39b
|
clean up resources, add missing emerald gate tooltip
|
2014-10-24 16:06:20 +02:00 |
|
asiekierka
|
686d7113d2
|
fix facade cycling, add support for chiseled quartz and pillars
|
2014-10-24 15:53:49 +02:00 |
|
asiekierka
|
44a0b1bf6f
|
restore 6.1.2 valve behaviour after getting feedback
|
2014-10-24 15:18:22 +02:00 |
|
asiekierka
|
6085945d9a
|
remove science book/technology code, close #2088
|
2014-10-24 10:32:10 +02:00 |
|
asiekierka
|
95427776d4
|
fix #2083 and redstoneInputSide bug
|
2014-10-23 15:47:28 +02:00 |
|
asiekierka
|
25aedffac3
|
update to 6.1.3, fix #2082
|
2014-10-23 14:48:02 +02:00 |
|
asiekierka
|
645deeb3ea
|
Add extra getters to FlexibleRecipe for #2078
|
2014-10-22 19:11:54 +02:00 |
|
asiekierka
|
95c85ae535
|
fix #1599
|
2014-10-22 17:47:08 +02:00 |
|
asiekierka
|
3c24d1ecf4
|
hook up the bucket stripes pipe handler to the Forge fluid API
|
2014-10-22 16:58:01 +02:00 |
|
asiekierka
|
3323779c74
|
further stripes pipe refactor, improve API, close #1670
|
2014-10-22 16:44:46 +02:00 |
|
asiekierka
|
42f6d298ee
|
refactor stripes pipes, create early version of stripes pipe API, for #1670
|
2014-10-22 16:30:53 +02:00 |
|
asiekierka
|
559387ba38
|
fix checkStyle
|
2014-10-22 11:13:33 +02:00 |
|
asiekierka
|
dcb138bba3
|
rewrite redstone engines, certain pipes among others; start work on #2075
|
2014-10-22 11:04:12 +02:00 |
|
asiekierka
|
8e025fede5
|
logging should have been using BCLog, not Logger; run automated cleanup on source code
|
2014-10-22 06:30:05 +02:00 |
|
asiekierka
|
5a4635876c
|
improve engine mechanics and fix orientation bugs
|
2014-10-22 06:25:18 +02:00 |
|
Adrian Siekierka
|
582ebb9887
|
Merge pull request #2072 from adudney/LightOptimizations
Optimized power transport pipes a bit
|
2014-10-22 06:20:11 +02:00 |
|
Adrian Siekierka
|
bc142a1c6e
|
Merge pull request #2073 from adudney/EnergyDisplayHelper
Energy display helper
|
2014-10-22 05:28:26 +02:00 |
|
Andrew Dudney
|
55ae375dd2
|
Changed Math.min call to outside the loop so as to split power evenly between inputs when more energy is requested than can be output
|
2014-10-21 16:34:00 -06:00 |
|
Andrew Dudney
|
5923e2333c
|
Optimized power transport pipes a bit
|
2014-10-21 16:26:46 -06:00 |
|
asiekierka
|
7bc31deb52
|
add further invalid IMC checks and logging for #2071
|
2014-10-21 16:26:14 +02:00 |
|
asiekierka
|
f30b370870
|
fix #2071
|
2014-10-21 12:04:45 +02:00 |
|
asiekierka
|
007390617c
|
use IEnergyConnection instead of IEnergyHandler
|
2014-10-21 10:48:45 +02:00 |
|
Adrian Siekierka
|
6755db397b
|
Merge pull request #2070 from adudney/NameRemappingMark2
Fixed Laser remapping (again) and gave buildToolBlock a name
|
2014-10-21 09:03:15 +02:00 |
|
Adrian Siekierka
|
3a21ad7138
|
Merge pull request #2069 from adudney/EnergyExtraction
Stopped wooden pipes from extracting from IEnergySources
|
2014-10-21 09:03:03 +02:00 |
|
Andrew Dudney
|
9e291e9bd3
|
Check style
|
2014-10-20 18:14:54 -06:00 |
|
Andrew Dudney
|
997a2eb98e
|
Fixed Laser remapping (again) and added buildToolBlock name so that there are no more null names (That's the thing that the builder/filler uses to show the red flying breaker block)
|
2014-10-20 18:06:57 -06:00 |
|
Andrew Dudney
|
dabb9946e1
|
Stopped wooden pipes from extracting from IEnergySources, it seems to be unnecessary
|
2014-10-20 15:59:05 -06:00 |
|
asiekierka
|
0b4ec5b84b
|
optimize chutes further
|
2014-10-20 16:23:12 +02:00 |
|
asiekierka
|
b9657e8bbc
|
optimize quarry and chute tile entity lookups
|
2014-10-20 16:16:18 +02:00 |
|