Spellbook lists
This commit is contained in:
@@ -448,6 +448,10 @@ func buildNativeUnchecked(p *project.Project, opts NativeBuildOptions, progress
|
||||
if err != nil {
|
||||
return BuildResult{}, err
|
||||
}
|
||||
collected, err = applyClassSpellbooks(sourceDir, collected)
|
||||
if err != nil {
|
||||
return BuildResult{}, err
|
||||
}
|
||||
|
||||
tableRegistry, err := newResolvedTableRegistry(collected)
|
||||
if err != nil {
|
||||
@@ -785,6 +789,9 @@ func discoverNativeDatasets(dataDir string) ([]nativeDataset, error) {
|
||||
if filepath.ToSlash(rel) == "parts/overrides" {
|
||||
return filepath.SkipDir
|
||||
}
|
||||
if filepath.ToSlash(rel) == "classes/spellbooks" {
|
||||
return filepath.SkipDir
|
||||
}
|
||||
if filepath.ToSlash(rel) == itempropsRegistryDirName || filepath.ToSlash(rel) == damagetypesRegistryDirName || filepath.ToSlash(rel) == racialtypesRegistryDirName {
|
||||
return filepath.SkipDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user