Search found 3 matches
- Fri Mar 18, 2016 5:43 am
- Forum: Won't implement
- Topic: Request: more granular inserter control
- Replies: 6
- Views: 3692
Request: more granular inserter control
Earlier, I was trying to create a "prioritizing smart inserter" -- that is, based on the order of the filters, the inserter would remove items from an inventory with a preference for items matching the first/left-most filter, and if none of those items were available, it would prefer items...
- Wed Mar 16, 2016 5:20 am
- Forum: Resolved Problems and Bugs
- Topic: [0.12.26] [kovarex] defines.inventory.furnace_source, _result seem wrong
- Replies: 1
- Views: 1828
[0.12.26] [kovarex] defines.inventory.furnace_source, _result seem wrong
Factorio 0.12.26 data\core\lualib\defines.lua ... inventory = { ... furnace_source = 1, furnace_result = 2, ... } ... Except, in a furnace, this is not how it behaves. Put a {stone,steel} furnace down, add coal, smelt a few iron ore into iron plate, then without removing anything, add some copper or...
- Mon Mar 14, 2016 2:29 pm
- Forum: Implemented Suggestions
- Topic: Allow mods to register "slash" commands or global functions
- Replies: 6
- Views: 3688
Allow mods to register "slash" commands or global functions
Currently, it doesn't seem there is anyway to either: a) Allow mods to register "slash" commands, e.g. /mymod dosomething 123 b) Allow mods to define global lua functions, so that something like /c myfunction("abc", 123) would work. Of course, there are ugly workarounds, by requi...