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:
walterhiggins 2012-12-28 13:26:14 +00:00
parent 872bb46a94
commit 5d808368c2

View file

@ -4,7 +4,7 @@ import java.util.List;
import java.io.*;
import javax.swing.JFileChooser;
import net.minecraft.server.MinecraftServer;
import sun.org.mozilla.javascript.*;
import org.mozilla.javascript.*;
import net.minecraft.client.*;
/**
* This mod lets you load and run javascript to build structures which would otherwise be tedious.