chore: Move important resources to "core" folder

This commit is contained in:
Linden
2021-06-25 17:27:07 +10:00
parent 6b5656c527
commit 507ba2a2df
841 changed files with 0 additions and 0 deletions
@@ -0,0 +1,6 @@
USE `es_extended`;
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('bread', 'Bread', 1),
('water', 'Water', 1)
;