diff --git a/carbon-recipe.lua b/carbon-recipe.lua index 6fd1895..4b76bbb 100644 --- a/carbon-recipe.lua +++ b/carbon-recipe.lua @@ -1,6 +1,6 @@ local util = require("data-util"); -local graphite_category = "advanced-crafting" +local graphite_category = "crafting" if mods["space-exploration"] then graphite_category = "pulverising" end diff --git a/changelog.txt b/changelog.txt index 0343f4e..ecb2634 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ --------------------------------------------------------------------------------------------------- -Version: 2.0.3 +Version: 2.0.5 +Date: 2025-02-05 + Changes: + - Fix softlock in vanilla +--------------------------------------------------------------------------------------------------- +Version: 2.0.4 Date: 2025-02-04 Changes: - Fix softlock with Muluna diff --git a/info.json b/info.json index a8edba9..41f3f30 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzcarbon", - "version": "2.0.4", + "version": "2.0.5", "factorio_version": "2.0", "title": "Graphite & Diamonds", "author": "Brevven",