Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ixnoahlive authored Jun 3, 2024
1 parent d28a20c commit f8f10cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# TapActions
A pretty darn modular Housing mod letting creators use custom actions.

> [!CAUTION]
> Seeing as the mod is not fully stable, action names like `tap:bossbar` are subject to change!
> Do not use this in production of your house yet!
## Contributing & Dev Usage
### Adding a new action
```kt
Expand All @@ -16,4 +20,4 @@ ActionManager.registerAction(
// )
```

Please organise into classes if contributing to master branch. Cheers.
Please organise into classes if contributing to master branch. Cheers.

0 comments on commit f8f10cb

Please sign in to comment.