Jump to content

forge.cfg typo and grammar


DonnerVarg

Recommended Posts

In the forge.cfg (from version 9.11.1.965) I noticed a small mistake in two comments:

    # Set this to just remove any TileEntity that throws a error in there update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.

    B:removeErroringEntities=false

 

    # Set this to just remove any TileEntity that throws a error in there update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.

    B:removeErroringTileEntities=false

 

 

Notice that both comments refer to TileEntity, while only one switch does so.

Also the comments should use "their" and "an" in this phrase: "throws a error in there update method"

 

 

 

Let me know if this is the wrong place for these comments. I know this really isn't a bug, but I didn't know where else to mention this.

Link to comment
Share on other sites

Also:

 

    # Set to true to enable the post initlization sorting of crafting recipes using Froge's sorter. May cause desyncing on conflicting recipies. ToDo: Set to true by default in 1.7

    B:sortRecipies=false

 

Should say "initialization" and "Forge's" in: "enable the post initlization sorting of crafting recipes using Froge's sorter."

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.