From 07d51d73d45d4d106e44fd3dc4c40b6e306a444c Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 16 Jan 2025 12:59:00 +0100 Subject: Add 2xsaiko mixin cheat shee --- docs/mixins/index.md | 5 +++++ 1 file changed, 5 insertions(+) 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) + + -- cgit