Beacon 2


Add tier 2 beacon + research. Stack size configurable. Vanilla friendly.

Content
9 months ago
1.1
750

g Update to 2.0

13 days ago

Hello, do you have in plans to update this mod to be compatible with Factorio 2.0?

8 days ago
(updated 8 days ago)

For those who want to keep using:

Open mod zip and modify:

File info.json

Replace factorio_version from "1.1" to "2.0", same with dependencies. should be like that:

{
  "name": "Beacon2",
  "version": "1.0.3",
  "title": "Beacon 2",
  "author": "Clippy",
  "factorio_version": "2.0",
  "dependencies": ["base >= 2.0"],
  "description": "Add tier 2 beacon + research. Stack size configurable. Vanilla friendly."
}

File \prototypes\entity.lua,

scroll to the very end and add line

b2.module_slots = 4

wherever across b2 properies. Should be like that:

...
b2.fast_replaceable_group = "beacon"
b2.graphics_set = beacon_animations()
b2.module_slots = 4
data:extend({ b2 })
...

New response