Skip to content

Commit

Permalink
Mod names are case-sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Sep 6, 2019
1 parent 89f0b43 commit 011a46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if bobmods and bobmods.plates then
require("prototypes.remelting-override-bob")
end

if mods["clowns-processing"] then
if mods["Clowns-Processing"] then
require("prototypes.recipes.clowns.remelting-magnesium")

require("prototypes.remelting-override-clowns")
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"dependencies": [
"angelssmelting >= 0.4.0",
"? bobplates >= 0.15.0",
"? clowns-processing >= 1.3.2"]
"? Clowns-Processing >= 1.3.2"]
}

0 comments on commit 011a46e

Please sign in to comment.