Renamed steam engine to stirling engine to better fit its actual mechanic.

This commit is contained in:
SirSengir 2012-07-27 14:28:07 +02:00
parent d6dabd35ce
commit 0122ef17db
3 changed files with 2 additions and 3 deletions

View file

@ -78,5 +78,5 @@ tile.pathMarkerBlock=Wegmarkierung
tile.blockHopper=Trichter
tile.pumpBlock=Pumpe
tile.engineWood=Redstone-Motor
tile.engineStone=Dampfmotor
tile.engineStone=Stirlingmotor
tile.engineIron=Verbrennungsmotor

View file

@ -85,5 +85,5 @@ tile.pathMarkerBlock=Path Marker
tile.blockHopper=Hopper
tile.pumpBlock=Pump
tile.engineWood=Redstone Engine
tile.engineStone=Steam Engine
tile.engineStone=Stirling Engine
tile.engineIron=Combustion Engine

View file

@ -9,7 +9,6 @@
package buildcraft.api.transport;
public interface IPipeTile {
IPipe getPipe();