-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1f16a1
commit dee4a75
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# OneEvents | ||
a collection of simple events/utilities for fabric | ||
|
||
# Why does this exist? | ||
- 🚲🏠 | ||
- I'm lazy + I plan on expanding this list alot | ||
- if they were all added to fabric API, it would become :b:loated since fabric doesn't have statically declared event listeners | ||
# Contributing | ||
- just add some test code, the mixin / class, and then pr it, make sure to include the licence header | ||
- make an issue if u need an event, and I'll make it for you! | ||
# How do I use this? | ||
- check in the LOOK IN HERE folder for each event | ||
- just copy paste the file, if it's in it's own folder, then copy all the classes in the folder | ||
- each file/folder is it's own thing, none of them depend on each other | ||
# Contributing | ||
- just add some test code, the mixin / class, and then pr it, make sure to include the licence header | ||
- make an issue if u need an event, and I'll make it for you! | ||
|
||
# Why does this exist? | ||
- 🚲🏠 | ||
- I'm lazy + I plan on expanding this list alot | ||
- if they were all added to fabric API, it would become :b:loated since fabric doesn't have statically declared event listeners | ||
|
||
|