aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-01-16 12:59:00 +0100
committerLinnea Gräf <nea@nea.moe>2025-01-16 12:59:00 +0100
commit07d51d73d45d4d106e44fd3dc4c40b6e306a444c (patch)
tree3307d002e73fcbfe12b2c456bbdf40fc3818c84b /docs
parentbf0aac93b3350b24144c302499c0d516110e2d98 (diff)
downloadmoddevwiki-07d51d73d45d4d106e44fd3dc4c40b6e306a444c.tar.gz
moddevwiki-07d51d73d45d4d106e44fd3dc4c40b6e306a444c.tar.bz2
moddevwiki-07d51d73d45d4d106e44fd3dc4c40b6e306a444c.zip
Add 2xsaiko mixin cheat shee
Diffstat (limited to 'docs')
-rw-r--r--docs/mixins/index.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/mixins/index.md b/docs/mixins/index.md
index c7ac932..cd05aa8 100644
--- a/docs/mixins/index.md
+++ b/docs/mixins/index.md
@@ -82,6 +82,11 @@ Another common issue is to forget to register a mixin in the `mixins.modid.json`
You can also get exceptions when trying to load a mixin class directly. Accessing any mixin class except for an accessor from non mixin code will crash your game. If you want to call a method inside a mixin, have that mixin implement an interface instead.
+## Other resources
+
+- [2xsaiko](https://dblsaiko.net/)'s [Mixin Cheatsheet](https://github.com/2xsaiko/mixin-cheatsheet/blob/master/README.md)
+
+