From a04fd29b9ecaae4ca1fccd3607adef67507c3412 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 17 Mar 2019 23:15:07 +0100 Subject: [PATCH] add a thing about recipe names to the craft tweaker info --- CraftTweakerCompat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CraftTweakerCompat.md b/CraftTweakerCompat.md index 3e8725c9..a27a8f2d 100644 --- a/CraftTweakerCompat.md +++ b/CraftTweakerCompat.md @@ -1,7 +1,7 @@ # Editing Nature's Aura recipes with CraftTweaker 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, it can really be anything, but cannot clash with existing recipe names +- `name` is the name of a recipe. It mostly doesn't matter, however there are some names that are important for the Book of Natural Aura. The names of the recipes which are important can be found in the [raw patchouli documentation](https://github.com/Ellpeck/NaturesAura/tree/master/src/main/resources/assets/naturesaura/patchouli_books/book/en_us/entries) which should be easy enough to read through even without knowledge of its exact structure. - `IIngredient` is any kind of ingredient, meaning either an OreDictionary entry or an item - `IItemStack` is an item - `aura` is the amount of Aura required and represents the total amount required for the completion of the recipe (for reference, 1,000,000 is the default amount of Aura present in the world and 2,000,000 is the amount that is required for the Environmental Eye's bar to fill up fully)