Name: Log Mod
Description: Adds Rotary Inserts, Extended Underground Belts, and Loaders.
License: Link to a license or very short text description
Version: 0.0.2
Release: 2015-12-18
Tested-With-Factorio-Version: Latest
There are 2 separate mods which are dedicated to that (on is UpGrade, the other's name I do not recall).capthavic wrote:The extended underground belts interest me the most, the rest might be useful but probably won't affect my normal set much.
Code: Select all
entity-loaders.lua:
name = "basic-loader",
minable = {hardness = 0.2, mining_time = 0.5, result = "basic-inserter"},
entity-rotary-inserters.lua:
name = "smart-rotary-left-inserter",
minable = {hardness = 0.2, mining_time = 0.5, result = "smart-inserter"},
The other one is belts+, and they both don't work with 12.20-21, so this mod is most welcome.SirRichie wrote:There are 2 separate mods which are dedicated to that (on is UpGrade, the other's name I do not recall).capthavic wrote:The extended underground belts interest me the most, the rest might be useful but probably won't affect my normal set much.
Sonofa-devilwarriors wrote:But why no fast loader based on the blue inserter?