From 560c4b0d3e79f63174b5227fa06eb1ade21904c2 Mon Sep 17 00:00:00 2001 From: fill1890 Date: Tue, 14 Jun 2022 16:48:50 +1000 Subject: [PATCH] Bugfixes, add README - Remove a mixin error message - Players will stand up if block underneath is broken - Added README - Bumped version to 1.0.1 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3b60ff2 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## FabSit: Sit mod for Fabric + +Releases can be found in the releases section. + +### Usage + +Players can use `/sit` to sit down. + +Permissions to use `/sit` are granted to all players by default but can be revoked using `fabsit.sit`. \ No newline at end of file