Build should work now. Fix a stupid javadoc import.
This commit is contained in:
parent
09d37f87b0
commit
55fe1aa1e3
2 changed files with 1 additions and 3 deletions
|
@ -175,7 +175,7 @@
|
|||
</replacetokens>
|
||||
</filterchain>
|
||||
</concat>
|
||||
<mergemapper to="fml/cpw/mods/fml/common/Loader.java" />
|
||||
<mergemapper to="fml/src/minecraft_server/cpw/mods/fml/common/Loader.java" />
|
||||
</mappedresources>
|
||||
<mappedresources>
|
||||
<concat>
|
||||
|
|
|
@ -15,8 +15,6 @@ package cpw.mods.fml.common;
|
|||
|
||||
import java.util.Random;
|
||||
|
||||
import cpw.mods.fml.server.FMLServerHandler;
|
||||
|
||||
/**
|
||||
* This is called back during world generation. The {@link #generate(Random, int, int, Object...)} method passes in some additional data that
|
||||
* can be cast into minecraft objects.
|
||||
|
|
Loading…
Reference in a new issue