fix #2697, add changelog

This commit is contained in:
Adrian 2015-05-06 23:32:42 +02:00
parent 70e1436964
commit c363707bfd
2 changed files with 19 additions and 1 deletions

View file

@ -28,7 +28,7 @@ buildcraft.boardRobotFluidCarrier.desc=Moves fluids between tanks
buildcraft.boardRobotBomber.desc=Bombs locations buildcraft.boardRobotBomber.desc=Bombs locations
buildcraft.boardRobotKnight.desc=Fights mobs buildcraft.boardRobotKnight.desc=Fights mobs
buildcraft.boardRobotMiner.desc=Mines ores buildcraft.boardRobotMiner.desc=Mines ores
buildcraft.boardRobotFarmer.desc=Farms animals buildcraft.boardRobotFarmer.desc=Hoes dirt
buildcraft.boardRobotHarvester.desc=Harvests mature crops buildcraft.boardRobotHarvester.desc=Harvests mature crops
buildcraft.boardRobotShovelman.desc=Shovels area buildcraft.boardRobotShovelman.desc=Shovels area
buildcraft.boardRobotButcher.desc=Fights animals buildcraft.boardRobotButcher.desc=Fights animals

View file

@ -0,0 +1,18 @@
Additions:
* Assembly Table now displays schedules items, even if not craftable, and lets you remove them (asie)
* Assembly Table now has 12 output slots as opposed to 8 (asie)
* New Integration Table! More informative GUI, 8 slots, multiple chipsets into one gate at the same time! (asie)
* Recipe Packagers can use items from adjacent inventories - to the sides (asie)
* Robots can now wear helmets, and soon - other mod items! (asie)
Improvements:
* Less packet spam for robots. (asie)
* Slightly less GPU-intensive item pipe rendering. (asie)
Bugs fixed:
* [#2697] Invalid Farmer description (asie)
* [#2696] Debug code leftover (asie)
* [#2687] Crash when removing pipe with a robot on it (asie)
* [#2684] Force robot only seems to look at first parameter (asie)
* Add-assembly-recipe IMC not working (asie)
* Crash with Transport and no Silicon (asie)