Merge branch 'mc-1.14.x' into mc-1.15.x

This commit is contained in:
Jonathan Coates 2020-05-13 15:28:05 +01:00
commit 5dfaf6eee9
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
class LuaCoverage
{
private static final Path ROOT = new File( "src/main/resources/assets/computercraft/lua" ).toPath();
private static final Path ROOT = new File( "src/main/resources/data/computercraft/lua" ).toPath();
private static final Path BIOS = ROOT.resolve( "bios.lua" );
private static final Path APIS = ROOT.resolve( "rom/apis" );
private static final Path SHELL = ROOT.resolve( "rom/programs/shell.lua" );