1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-28 23:10:47 +00:00
CC-Tweaked/src/main
SquidDev 0cb659d78c Ensure require is usable within the REPL
As 'require' operates relative to the current program's directory,
rather than the current directory, it meant we were trying to load files
from /rom/programs.

This is never a good idea, so we add the current directory to the
package path, allowing you to use require as one'd expect.
2019-05-30 19:52:55 +01:00
..
java/dan200/computercraft Add a custom renderer for monitor block highlights (#220) 2019-05-30 07:51:35 +01:00
resources Ensure require is usable within the REPL 2019-05-30 19:52:55 +01:00