forked from cacklingfiend/bzcarbon2
Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec62470cb9 | ||
|
|
7022a962ca | ||
|
|
fa9bbf7613 |
5 changed files with 16 additions and 2161 deletions
|
|
@ -1,4 +1,11 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.1.0
|
||||
Date: 11.03.2026
|
||||
Changes:
|
||||
- Switch to bzlib - Please install the new dependency
|
||||
Bug Fixes:
|
||||
- 248k: Fixes for 0.1.35 breaking changes (thanks Morganite)
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.0.24
|
||||
Date: 01.11.2025
|
||||
Bug Fixes:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
local util = require("data-util");
|
||||
|
||||
util.remove_ingredient("fu_carbon_fiber_recipe", "fi_crushed_coal_item")
|
||||
util.add_ingredient("fu_carbon_fiber_recipe", "graphite", 3)
|
||||
util.remove_ingredient("fu_carbon_fiber", "fi_crushed_coal")
|
||||
util.add_ingredient("fu_carbon_fiber", "graphite", 3)
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzcarbon2",
|
||||
"version": "2.0.24",
|
||||
"version": "2.1.0",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Graphite & Diamonds - Legacy",
|
||||
"description": "Adds elemental carbon items to the game, including graphite, diamonds, graphene, and more.",
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
"homepage": "https://discord.gg/ufvFUJtVwk",
|
||||
"dependencies": [
|
||||
"base >= 2.0.42",
|
||||
"bzlib",
|
||||
"? bztitanium2",
|
||||
"? bzsilicon2",
|
||||
"? bzzirconium2",
|
||||
|
|
@ -16,7 +17,7 @@
|
|||
"? aai-industry",
|
||||
"? Krastorio2",
|
||||
"? Krastorio2-spaced-out",
|
||||
"? 248k-Redux",
|
||||
"? 248k-Redux >= 0.1.35",
|
||||
"(?) modmashsplintersubspacelogistics",
|
||||
"? deadlock-beltboxes-loaders",
|
||||
"? DeadlockCrating",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[entity-name]
|
||||
graphite=Flake Graphite
|
||||
graphite=Graphite
|
||||
diamond=Diamond
|
||||
|
||||
flake-graphite-patch=__ITEM__flake-graphite__ patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue