Tomb Stones


Creates a Tomb Stone with all your stuff in it when you die Tomb Stones can't be used as massave chests and need to be mined to get items back, which then leaves a little memorial stone, they can also be damaged and destroyed Graphic stolen from Hazzard's Gravestones, because I prefer Hazzards graphic to all the other death save MODs, but it isn't working on my copy of Factorio

Utilities
7 years ago
0.14
13

g Script to help find the damn tomb stone after

7 years ago

/c arr = game.surfaces[1].find_entities_filtered{name="tomb-stone"};
for c in pairs(arr) do
game.player.print(" X " .. arr[c].position['x'] .. " Y " .. arr[c].position['y'])
end
game.player.print("done")

How you figure out your X and Y is a good job for the EvoGUI mod

New response