Add newids to that list

This commit is contained in:
LexManos 2012-08-04 02:40:21 -07:00
parent cd4efe616f
commit d52d58525b
2 changed files with 8821 additions and 1 deletions

8820
conf/newids.csv Normal file

File diff suppressed because it is too large Load Diff

View File

@ -109,7 +109,7 @@ def apply_forge_patches(fml_dir, mcp_dir, forge_dir, src_dir, copy_files=True):
def get_conf_copy(mcp_dir, forge_dir):
#Lets grab the files we dont work on
for file in ['astyle.cfg', 'version.cfg', 'patches/minecraft_ff.patch', 'patches/minecraft_server_ff.patch']:
for file in ['astyle.cfg', 'version.cfg', 'patches/minecraft_ff.patch', 'patches/minecraft_server_ff.patch', 'newids.csv']:
dst_file = os.path.normpath(os.path.join(forge_dir, 'conf', file))
src_file = os.path.normpath(os.path.join(mcp_dir, 'conf', file))
if os.path.exists(dst_file):