From 64e32c19c438742d811bcdcd2fcea9a1fc4e7ffd Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 31 Mar 2019 10:25:20 +0200 Subject: [PATCH] add mtlib info --- CraftTweakerCompat.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CraftTweakerCompat.md b/CraftTweakerCompat.md index 646492b8..ee5e17b1 100644 --- a/CraftTweakerCompat.md +++ b/CraftTweakerCompat.md @@ -1,4 +1,6 @@ # Editing Nature's Aura recipes with CraftTweaker +Note that both [CraftTweaker](https://minecraft.curseforge.com/projects/crafttweaker) and [MTLib](https://minecraft.curseforge.com/projects/mtlib) are required for this compatibility. + A few notes that apply for most of the recipe types: - If you don't know how the CraftTweaker syntax works, [read up on it](https://docs.blamejared.com/en/#Getting_Started/) first. - `name` is the name of a recipe. Read on for more information about this.