Page 1 of 1

[2.0.73] MineEntityTechnologyTrigger is triggered by crafting

Posted: Wed Apr 29, 2026 6:39 pm
by half a cat
MineEntityTechnologyTrigger is triggered when the mined item is crafted (not mined). I believe that it should not trigger the technology. While there are some other bug reports about MineEntityTechnologyTrigger, the other bug reports don't involve crafting.

This effect can be reproduced with just the space age mods. Cheat to create cliff explosives, then recycle them. This is treated as if you had mined calcite.

The attached save file reproduces the issue. A technology will be researched even though no calcite is mined.

Re: [2.0.73] MineEntityTechnologyTrigger is triggered by crafting

Posted: Wed Apr 29, 2026 6:49 pm
by boskid
Ref viewtopic.php?p=662469#p662469 - for performance reasons, MineEntityTechnologyTrigger is triggered by ItemProduction statistics having income of items, not by entity being mined.

-- edit:

Check of ItemProduction statistics (or FluidProduction statistics) only happens when MineEntity trigger points at a resource entity. I do not think this will ever change because of the amount of resources mined by mining drills each tick in larger save files.

Re: [2.0.73] MineEntityTechnologyTrigger is triggered by crafting

Posted: Thu Apr 30, 2026 5:12 am
by half a cat
Ok, thanks for explaining why the game engine does that.