From c363707bfd1a9d6ed61c75a2e8a0f5dcb8464840 Mon Sep 17 00:00:00 2001 From: Adrian Date: Wed, 6 May 2015 23:32:42 +0200 Subject: [PATCH] fix #2697, add changelog --- .../assets/buildcraft/lang/en_US.lang | 2 +- buildcraft_resources/changelog/7.0.4 | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 buildcraft_resources/changelog/7.0.4 diff --git a/buildcraft_resources/assets/buildcraft/lang/en_US.lang b/buildcraft_resources/assets/buildcraft/lang/en_US.lang index d6ef5be3..ab1d776b 100644 --- a/buildcraft_resources/assets/buildcraft/lang/en_US.lang +++ b/buildcraft_resources/assets/buildcraft/lang/en_US.lang @@ -28,7 +28,7 @@ buildcraft.boardRobotFluidCarrier.desc=Moves fluids between tanks buildcraft.boardRobotBomber.desc=Bombs locations buildcraft.boardRobotKnight.desc=Fights mobs buildcraft.boardRobotMiner.desc=Mines ores -buildcraft.boardRobotFarmer.desc=Farms animals +buildcraft.boardRobotFarmer.desc=Hoes dirt buildcraft.boardRobotHarvester.desc=Harvests mature crops buildcraft.boardRobotShovelman.desc=Shovels area buildcraft.boardRobotButcher.desc=Fights animals diff --git a/buildcraft_resources/changelog/7.0.4 b/buildcraft_resources/changelog/7.0.4 new file mode 100644 index 00000000..e715e8d1 --- /dev/null +++ b/buildcraft_resources/changelog/7.0.4 @@ -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)