Correct Factoriopedia simulation for wooden underground belts
This commit is contained in:
parent
f8671cf738
commit
07cb973c00
1 changed files with 13 additions and 1 deletions
|
@ -13,7 +13,19 @@ Belt.EntityBuilder:new()
|
|||
emissions_per_second = { noise = 0.04 }
|
||||
},
|
||||
undergroundBelt = {
|
||||
emissions_per_second = { noise = 0.25 }
|
||||
emissions_per_second = { noise = 0.25 },
|
||||
factoriopedia_simulation = {
|
||||
init =
|
||||
[[
|
||||
game.simulation.camera_position = {0, 0.5}
|
||||
game.simulation.camera_zoom = 1.8
|
||||
game.surfaces[1].create_entities_from_blueprint_string
|
||||
{
|
||||
string = "0eNqVUNsKgzAM/Zc81+FEBfsrYwwvQQKaltpuivjvS3Wwh8HGnkKSc0tWaIaA1hF70CtMXNvEm6R31MV+Bl0oWECfNwXUGp5AXwRGPddDBHA9Imh4GNMlgTt0vTNSkwYHD5EjsznSrwqQPXnCQ2JvlhuHsUEnAPVdSoE1k7ANv2KlpyOYVLHpyGF7bHMFfrFRidiGGOLDLPvXLP9tZoLf3eRO8jjK5P1YBXd0004oyqzKq6ooqzLNinLbnvlmf6E=",
|
||||
position = {-0.5, 0}
|
||||
}
|
||||
]]
|
||||
}
|
||||
},
|
||||
splitter = {
|
||||
emissions_per_second = { noise = 0.5 }
|
||||
|
|
Loading…
Add table
Reference in a new issue