This commit is contained in:
Brevven 2022-01-20 00:40:46 -08:00
parent ae1ee09f8e
commit b6cbe66f57
2 changed files with 8 additions and 1 deletions

View file

@ -271,3 +271,10 @@ util.add_ingredient("pamk3-pamk3", "graphene", 60)
-- Orbital ion cannon
util.add_ingredient("orbital-ion-cannon", "graphene", 100)
-- FE+
util.add_ingredient("pump-mk2", "graphite", 4)
util.add_ingredient("offshore-pump-mk2", "graphite", 2)
util.add_ingredient("pumpjack-mk2", "graphite", 2)
util.add_ingredient("fusion-reactor-mk2-equipment", "graphene", 2)

View file

@ -1,6 +1,6 @@
{
"name": "bzcarbon",
"version": "0.0.19",
"version": "0.0.20",
"factorio_version": "1.1",
"title": "Graphite & Diamonds",
"author": "Brevven",