Updated to use Rhino's org.mozilla.javascript.* package instead of sun.org.mozilla.javascript (this must have been an old version of Rhino I was using)
This commit is contained in:
parent
872bb46a94
commit
5d808368c2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import java.util.List;
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import javax.swing.JFileChooser;
|
import javax.swing.JFileChooser;
|
||||||
import net.minecraft.server.MinecraftServer;
|
import net.minecraft.server.MinecraftServer;
|
||||||
import sun.org.mozilla.javascript.*;
|
import org.mozilla.javascript.*;
|
||||||
import net.minecraft.client.*;
|
import net.minecraft.client.*;
|
||||||
/**
|
/**
|
||||||
* This mod lets you load and run javascript to build structures which would otherwise be tedious.
|
* This mod lets you load and run javascript to build structures which would otherwise be tedious.
|
||||||
|
|
Reference in a new issue