Li-Quarry

by lost-in

无矿脉采矿机 0.5版本新增了初始可以制作一个能采集液体的矿机。以防止全图没有任何矿物时会卡科技 Mine ores without an ore patch. Version 0.5 adds that you can initially make a miner that can collect liquid. In order to prevent jamming when there are no minerals in the whole map "author": "FuzzCat927, Optera, fix for 0.18 by SirTony,fix for 1.1.x by Lost-in", Above is the mod author information I'm just a porter, not the original author of the mod

Content
1 year, 6 months ago
1.1 - 2.0
8.12K
Mining

b Title: Li-Quarry hard-locks during prototype stage due to missing legacy 'icon' key on dynamic recipe generation

8 days ago

Title: Li-Quarry hard-locks during prototype stage due to missing legacy 'icon' key on dynamic recipe generationCrash Analysis:The mod dynamically builds the custom recipe "quarry-tungsten-ore". To do this, the LUA script attempts to clone or inherit properties from the standard item/ore database. However, after Angel's 2.0.3 re-balance and Bob's recent emergency data-fixes for Space Age compatibility, the base legacy tungsten-ore asset tables were completely overhauled.Because Factorio 2.0 dropped support for the single-string icon property in favor of mandatory sub-tables (icons array, icon_size, icon_mipmaps), the dynamic asset lookup returned an incomplete property tree. When Li-Quarry tries to build the recipe structure without safely verifying or translating the modernized 2.0 icon format, it passes a missing key to the core engine, triggering a hard lock. Please sanitize the prototype generator to use 2.0 compliant icon structures.

New response