diff --git a/.cdb.json b/.cdb.json new file mode 100644 index 0000000..1a8d566 --- /dev/null +++ b/.cdb.json @@ -0,0 +1,9 @@ +{ + "type": "MOD", + "title": "Lighting Monoid", + "dev_state": "ACTIVELY_DEVELOPED", + "tags": ["library", "player_effects"], + "repo": "https://github.com/t-affeldt/lighting_monoids", + "issue_tracker": "https://github.com/t-affeldt/lighting_monoids/issues", + "license": "MIT" +} \ No newline at end of file diff --git a/mod.conf b/mod.conf index e7fe3f5..c7556b1 100644 --- a/mod.conf +++ b/mod.conf @@ -4,5 +4,5 @@ author = TestificateMods depends = player_monoids optional_depends = enable_shadows, weather description = """ - +Provides a compatibility API for lighting changes """ \ No newline at end of file diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..e5e9c08 Binary files /dev/null and b/screenshot.png differ