Add a datasheet for untyped items and foils
This commit is contained in:
parent
3d8d041915
commit
0f28e23b5c
7 changed files with 201 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ import "./hooks/hotReload.mjs";
|
|||
|
||||
// Misc Imports
|
||||
import loadSettings from "./settings/index.mjs";
|
||||
import { devInit } from "./hooks/devInit.mjs";
|
||||
import DOTDUNGEON from "./config.mjs";
|
||||
|
||||
|
||||
|
|
@ -101,6 +102,9 @@ Hooks.once(`init`, async () => {
|
|||
label: "dotdungeon.sheet-names.PetSheet"
|
||||
});
|
||||
|
||||
if (game.settings.get(`dotdungeon`, `devMode`)) {
|
||||
devInit();
|
||||
};
|
||||
|
||||
hbs.registerHandlebarsHelpers();
|
||||
hbs.preloadHandlebarsTemplates();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue