Graphite & Diamonds

by brevven

Adds elemental carbon items to the game, including graphite, diamonds, graphene, and more. Compatible with Space Age and many other mods. A standalone piece of BZ Mods

Content
4 months ago
1.1 - 2.0
33.8K
Mining Manufacturing

g Krastorio2 voiding flake graphite sometimes

13 days ago
(updated 12 days ago)

Krastorio2 is automatically creating recipes for voiding material with the crusher.
flake-graphite should be excluded from that via

local crushing_lib = require("__Krastorio2__.prototypes.libraries.crushing")
crushing_lib.set_item_excluded(data.raw.item["flake-graphite"], true)

Edit: sadly that doesn't work, so I made a little mod that deals with that problem in general https://mods.factorio.com/mod/K2-vcc

New response