You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wikis/kubejs-enderio/docs/event/vatreagents.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Keep in mind that server events have to be located inside the `kubejs/server_scr
10
10
EnderIO supports data-driven Vat Reagents by default. This event adds convenience methods to modify entries via KubeJS.
11
11
Vat Reagents are used in the Vat to add a modifier value to the processing of items. The modifier affects the output quantity of the processed item.
12
12
13
-
A [Vat recipe](../machine/vat.md) only accepts item tag as inputs. A Vat Reagent is defined by specifying an item within this input tag and assigning
13
+
A [Vat recipe](../machine/vat.md) only accepts item tags as inputs. A Vat Reagent is defined by specifying an item within this input tag and assigning
14
14
a modifier value to it. You can also assign a modifier to the whole input tag. If the reagent item is not part of the input tag, the modifier will
15
15
not be applied. This system is a bit tricky to understand at first, but it allows defining different modifier values for the same item depending on the
0 commit comments