mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-01-24 03:47:58 +02:00
v1.1.5.3
This commit is contained in:
parent
ad87b0c14b
commit
e37507c7ab
@ -5,8 +5,8 @@ local _inspect = require 'utils.inspect'.inspect
|
||||
local Public = {}
|
||||
|
||||
Public.scenario_id_name = 'pirates'
|
||||
Public.version_string = '1.1.1.5.2'
|
||||
Public.version_float = 1.1152
|
||||
Public.version_string = '1.1.1.5.3'
|
||||
Public.version_float = 1.1153
|
||||
|
||||
Public.blueprint_library_allowed = true
|
||||
Public.blueprint_importing_allowed = true
|
||||
|
@ -167,7 +167,7 @@ Public.maze_defended_camp = {
|
||||
name = 'land-mine',
|
||||
force = 'ancient-hostile',
|
||||
offset = {x = 0, y = 0},
|
||||
count = 30,
|
||||
count = 20,
|
||||
large_r = 10,
|
||||
small_r = 7,
|
||||
},
|
||||
@ -219,7 +219,7 @@ Public.maze_mines = {
|
||||
name = 'land-mine',
|
||||
force = 'ancient-hostile',
|
||||
offset = {x = 0, y = 0},
|
||||
count = 20,
|
||||
count = 10,
|
||||
r = 12,
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user