Questions about mod names and paths

Looking for a mod? Have a review on a mod you'd like to share?
User avatar
aspd199
Burner Inserter
Burner Inserter
Posts: 9
Joined: Fri Jul 14, 2017 10:10 pm
Contact:

Questions about mod names and paths

Post by aspd199 »

I found that if the mod name is "_test"

The directory structure is
_test/
├── data.lua
├── info.json
└── test.png
In this case
icon = "__test__/test.png"
error:Path __test__/test.png does not match anyenabled mod.
and
icon = "___test__/test.png"
error:Path ___test__/test.png not matching the resource path pattern:__source__/path
But without the path, the mod performs the other functions normally, no errors.
Post Reply

Return to “Questions, reviews and ratings”