aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-03-11 00:32:51 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-03-11 00:32:51 +0000
commit27d85f0cda4d6f71a5a8eab8f416f29f01602b38 (patch)
tree13e7c6b1956030170cef6ce5bade5224e56b1c17 /lib
parentaceef6edd8bd1663249e9d06fc1d4a063add4689 (diff)
Add rest of item stack picker
Diffstat (limited to 'lib')
-rw-r--r--lib/enchantments.ts3
-rw-r--r--lib/itemflags.ts3
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/enchantments.ts b/lib/enchantments.ts
new file mode 100644
index 0000000..a770feb
--- /dev/null
+++ b/lib/enchantments.ts
@@ -0,0 +1,3 @@
+import enchantments from '@/data/enchantments.json';
+
+export default enchantments; \ No newline at end of file
diff --git a/lib/itemflags.ts b/lib/itemflags.ts
new file mode 100644
index 0000000..a7ce433
--- /dev/null
+++ b/lib/itemflags.ts
@@ -0,0 +1,3 @@
+import itemflags from '@/data/itemflags.json';
+
+export default itemflags; \ No newline at end of file