Skip to content

Commit

Permalink
make sure the ic2 api is not packaged in order to prevent crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Sep 29, 2013
1 parent abdd27c commit bb81a9a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.xml
Expand Up @@ -151,7 +151,10 @@
<copy todir="${classes.dir}">
<fileset dir="${mcp.dir}/reobf/minecraft"/>
</copy>


<!-- remove ic2 api to prevent crashes because of old api versions -->
<delete dir="${classes.dir}/ic2"/>

<!-- Copy resources -->
<copy todir="${classes.dir}" outputencoding="UTF-8">
<fileset dir="${classes.dir}">
Expand Down

1 comment on commit bb81a9a

@mDiyo
Copy link
Member

@mDiyo mDiyo commented on bb81a9a Sep 29, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the API causes crashes if IC2 is not installed.

Please sign in to comment.