1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-11-17 07:14:51 +00:00
CC-Tweaked/src/main/resources/assets/computercraft
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
..
advancements/recipes Automatically generate impostor recipes 2019-03-16 00:15:31 +00:00
blockstates Replace "cable variant" with a block model 2018-12-27 10:21:57 +00:00
lang Create zh_cn.lang (#186) 2019-04-24 15:41:13 +01:00
lua Ensure require is usable within the REPL 2019-05-30 19:52:55 +01:00
models Move registration methods into a separate class 2019-01-12 17:51:26 +00:00
recipes Several recipe improvements 2019-03-19 11:59:23 +00:00
textures Rework rendering of in-hand pocket computers (#215) 2019-05-26 15:24:37 +01:00