Deadlock's Stacked Mining (fixed for 1.1)


Adds a mining planner that allows you to mark ores to be mined directly as their stacked version. With Compressed Fluids installed, resources can also be marked to be extracted as their high-pressure version.

Content
4 months ago
1.1
4.28K
Mining

b Crash with Graphite & Diamonds mod

2 years ago

Brevven's newest resource mod Graphite & Diamonds causes this mod crash on start. Removing ether mod allows factorio to start.

https://imgur.com/NLWQkne

2 years ago

Fixed the Graphite & Diamonds mod.

For future reference: The issue was that I had quoted the fluid_amount value for mining (turning it into a string). The C++ game code still handled this fine, but the lua math that stacked mining used couldn't handle the quoted number.

2 years ago

its dumb how their C++ and LUA code works differently when parsing the .LUA files.