p455w0rd's Library

p455w0rd's Library

52M Downloads

ProjectE dependency is not lowercase

mezz opened this issue ยท 1 comments

commented

public static final String DEPENDENCIES = "after:mantle;after:tconstruct;after:enderio;after:ProjectE;after:tesla";

Dependencies with uppercase ModIds will do nothing, since all modIds have to be lowercase.

commented

thx :)