You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
orefix.cfg
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
The text was updated successfully, but these errors were encountered: