Skip to content
3 changes: 1 addition & 2 deletions loader/mod_loader.gd
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ const UNPACKED_DIR = "res://mods-unpacked/"
const REQUIRED_MOD_FILES = ["mod_main.gd", "manifest.json"]

# Required keys in a mod's manifest.json file
const REQUIRED_META_TAGS = [
"id",
const REQUIRED_MANIFEST_KEYS_ROOT = [
"name",
"version_number",
"website_url",
Expand Down