Ore Eraser

by nordee

Adds the Ore Eraser item, which allows you to erase ore from the map.

Utilities
4 years ago
0.18
16

g Incompatible, v1.1

3 years ago

Won't work for version 1.1. Needs update. "Incompatible with current version of the game."

3 years ago

+1 :) Would be lovely

3 years ago
(updated 3 years ago)

I got it back up and running. You will need to edit the following:

info.json
Replace: "factorio_version": "0.8" -> "factorio_version": "1.1"

prototypes/ore-erase.lua
Replace: flags = {} -> flags = {"hidden", "only-in-cursor", "not-stackable", "spawnable"}

prototypes/shortcuts.lua
Replace: action = "create-blueprint-item" -> action = "spawn-item"
Replace: item_to_create = "ore-erase", -> item_to_spawn = "ore-erase"

3 years ago

I got it back up and running. You will need to edit the following:

info.json
Replace: "factorio_version": "0.8" -> "factorio_version": "1.1"

prototypes/ore-erase.lua
Replace: flags = {} -> flags = {"hidden", "only-in-cursor", "not-stackable", "spawnable"}

prototypes/shortcuts.lua
Replace: action = "create-blueprint-item" -> action = "spawn-item"
Replace: item_to_create = "ore-erase" -> item_to_spawn = "ore-erase"

3 years ago

I tried the fix, I got
"Error in assignID: item with name 'ore-erase' does not exist.
Source: OreEraser (shortcut)."
Does anyone have any idea?

3 years ago

I don't see a shortcuts.lua file in the prototypes directory.

New response