Compare commits

..

No commits in common. "5aa5efbd7035f17e8c13c0b0c27a0548986fa654" and "85e644b86130bb908d23aa817866ae45fb0259dd" have entirely different histories.

4 changed files with 1 additions and 14 deletions

View file

@ -1,5 +0,0 @@
---------------------------------------------------------------------------------------------------
Version: 1.0.1
Date: 14.09.2025
Changes:
- Alloy Smelting: Crushed tungsten carbide can be smelted in the Kiln

View file

@ -1,3 +1,2 @@
require("prototypes/vanilla")
require("prototypes/alloy-smelting")
require("prototypes/muluna")

View file

@ -1,6 +1,6 @@
{
"name": "crushing-industry-compatibility",
"version": "1.0.1",
"version": "1.0.0",
"title": "Crushing Industry - Compatibility",
"description": "Improves compatibility between Crushing Industry and other mods including Vanilla.",
"author": "cackling fiend",

View file

@ -1,7 +0,0 @@
if not mods["space-age"] or not mods["alloy-smelting"] then return end
if settings.startup["crushing-industry-ore"].value then
local tungsten_carbide = data.raw.recipe["crushed-tungsten-carbide"]
tungsten_carbide.additional_categories = tungsten_carbide.additional_categories or {}
table.insert(tungsten_carbide.additional_categories, "kiln-smelting")
end