--------------------------------------------
- Mod_0.0.0/
- data.lua
- info.json
prototypes/oxygen/data.lua
prototypes/oxygen/fluid.lua
prototypes/oxygen/recipes.lua
prototypes/hydrogen/data.lua
prototypes/hydrogen/fluid.lua
prototypes/hydrogen/recipes.lua
--------------------------------------------
In oxygen/data.lua and hydrogen/data.lua are the same lines of code:
Code: Select all
require("fluid")
require("recipes")
Why it's not possible to have lua-files with same name in different folders (to notice, both data.lua have the same name and that bothers anyone)?
I really hope that's a bug, not a feature