mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 12:56:40 +00:00
asdf (#91)
This commit is contained in:
@ -23,6 +23,7 @@ public class Flatlands extends CustomWorld
|
||||
{
|
||||
super("flatlands");
|
||||
}
|
||||
private static final String WORLD_NAME = "flatlands";
|
||||
|
||||
@Override
|
||||
protected World generateWorld()
|
||||
@ -89,4 +90,8 @@ public class Flatlands extends CustomWorld
|
||||
}
|
||||
}
|
||||
|
||||
public String getName()
|
||||
{
|
||||
return this.WORLD_NAME;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user