]> git.lizzy.rs Git - dragonblocks.git/blob - game/furnace/init.js
Rework inventory rendering
[dragonblocks.git] / game / furnace / init.js
1 furnace = {};
2
3 let modpath = dragonblocks.getModpath("furnace");
4
5 $.getScript(modpath + "/api.js");
6 $.getScript(modpath + "/inventory.js");
7 $.getScript(modpath + "/itemdef.js");