mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
add a thing about recipe names to the craft tweaker info
This commit is contained in:
parent
cea16055e9
commit
a04fd29b9e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Editing Nature's Aura recipes with CraftTweaker
|
# Editing Nature's Aura recipes with CraftTweaker
|
||||||
A few notes that apply for most of the recipe types:
|
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.
|
- 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
|
- `IIngredient` is any kind of ingredient, meaning either an OreDictionary entry or an item
|
||||||
- `IItemStack` is 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)
|
- `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)
|
||||||
|
|
Loading…
Reference in a new issue