Skip to content

Commit

Permalink
advance to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mspielberg committed Aug 6, 2018
1 parent da0d530 commit 366b4e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ stop every 7 tiles. Depending on the exact loader placement, it may appear
with two or three rail segments underneath. You cannot place a BRL if it
could not align with other rails.

BRLs are circuit-connectable chest entities that output their content.
You can connect them to Logistic Train Network stops to manage automatic
creation of transport orders. Loaders are not circuit controllable, and
will always load or unload as many items as possible while a cargo wagon
is stopped.
BRLs are circuit-connectable chest entities that output their content. You
can connect them to Logistic Train Network stops to manage automatic creation
of transport orders. Sending a BRL the special "Disable rail loader" signal
will stop the BRL from loading/unloading a cargo wagon. Due to their speed,
you are likely to load or unload a few more items than expected.

This mod should be considered __ALPHA__ quality. Expect bugs, and please report
any you find to the mod thread.
Expand Down Expand Up @@ -175,4 +175,7 @@ of supported items for your own use.
* Fix rare crash related to on_nth_tick() processing.
* 0.4.3 (2018-04-30):
* Update bulk materials list for PyIndustry mods.
* Add workaround for Creative Mode's Instant Deconstruction.
* Add workaround for Creative Mode's Instant Deconstruction.
* 0.5.0 (2018-08-06):
* Add circuit control via virtual signal.
* Replace technology icon.
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "railloader",
"version": "0.4.3",
"version": "0.5.0",
"factorio_version": "0.16",
"title": "Bulk Rail Loader",
"author": "Therax",
Expand Down

0 comments on commit 366b4e4

Please sign in to comment.