Copy forge files over in install.
This commit is contained in:
parent
a759939e13
commit
69e9c31aef
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def main():
|
||||||
|
|
||||||
print '=============================== Minecraft Forge Setup Start ====================================='
|
print '=============================== Minecraft Forge Setup Start ====================================='
|
||||||
print 'Applying forge patches'
|
print 'Applying forge patches'
|
||||||
apply_forge_patches(os.path.join(forge_dir, 'fml'), mcp_dir, forge_dir, src_dir, False)
|
apply_forge_patches(os.path.join(forge_dir, 'fml'), mcp_dir, forge_dir, src_dir, True)
|
||||||
os.chdir(mcp_dir)
|
os.chdir(mcp_dir)
|
||||||
updatenames(None, True)
|
updatenames(None, True)
|
||||||
reset_logger()
|
reset_logger()
|
||||||
|
|
Loading…
Reference in a new issue