diff --git a/Stickers/README.md b/Stickers/README.md index 9eab558..19e01bd 100644 --- a/Stickers/README.md +++ b/Stickers/README.md @@ -6,6 +6,7 @@ Stickers! Allows you to place small images on any surface. Requires both users t Any image placed in the `UserData/Stickers/` folder will be available to choose from within the BTKUI tab. Once you’ve selected an image, enter Sticker Mode or use the Desktop Binding to start placing the sticker. Remote clients running the mod will automatically request the image data if they do not have it stored locally. ### Limitations +- Only 512 max images per folder (otherwise Cohtml gets very upset). - Only PNG, JPG, & JPEG images are supported. - While it would be cool to send gifs, I don't want to abuse Mod Network that much lol. - Target surface must have a renderer on the same GameObject as the collider. diff --git a/Stickers/format.json b/Stickers/format.json index 48f1b84..4acba2e 100644 --- a/Stickers/format.json +++ b/Stickers/format.json @@ -1,7 +1,7 @@ { "_id": -1, "name": "Stickers", - "modversion": "1.0.2", + "modversion": "1.0.3", "gameversion": "2024r175", "loaderversion": "0.6.1", "modtype": "Mod",