Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignored config lines #9

Open
Mr-Turing opened this issue Feb 12, 2014 · 0 comments
Open

Ignored config lines #9

Mr-Turing opened this issue Feb 12, 2014 · 0 comments

Comments

@Mr-Turing
Copy link

Hi, I'm trying to add some blocks to an existing oredict name but for some reason the lines are being ignored!
Either on main.cfg or in a separate file any lines that I add are completely ignored when the mod starts.

main.cfg

# See the forum post for example and documentation.
version 2;
# set your list of server admin usernames here
# admins are privileged users and will receive
# any error messages that might occur.
minetweaker.setAdmins("Myself", "MyAdminBuddy");
# Add your commands here
include "RotarycraftRecipes.cfg";
include "orefix.cfg";

orefix.cfg

oreDict.oreCopper.add(<3009>);

Here's a pastebin for the Forgeloader log, as you can see, it doesnt mention either the include orefix line nor the oreCopper add.

http://pastebin.com/XtBQbrpN

Any idea what's going on? Did I ­fuck it up somewhere?

edit: this is valid for both 2.3 and 2.2.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant