diff --git a/web/_data/community_content.json b/web/_data/community_content.json index 9769d0c..c917743 100644 --- a/web/_data/community_content.json +++ b/web/_data/community_content.json @@ -60,7 +60,7 @@ }, { "name": "Itty for Tiny Life", - "desc": " Adds social media to your Tiny Life! Surely this won't backfire.", + "desc": "Adds social media to your Tiny Life! Surely this won't backfire.", "author": "ssblur", "section": "mods", "links": { @@ -85,5 +85,15 @@ "links": { "Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=3049696183" } + }, + { + "name": "Simple Object Loader", + "desc": "A mod to make it easier to make new items for Tiny Life. Create new versions of existing item types through configuration files and textures, without having to write any code!", + "author": "Fenrir", + "section": "mods", + "links": { + "Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=3117181034", + "GitHub Releases": "https://github.com/Sir-Fenrir/simple-object-loader/releases" + } } ] diff --git a/web/media/community/simple-object-loader.png b/web/media/community/simple-object-loader.png new file mode 100644 index 0000000..c07b9ac Binary files /dev/null and b/web/media/community/simple-object-loader.png differ