mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 00:38:35 +01:00
<> is illegal
This commit is contained in:
parent
bb1568afbc
commit
0d6adca7c7
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ public final class ActuallyAdditionsAPI{
|
||||||
* @param inputs The inputs as an ItemStack List, stacksizes are ignored
|
* @param inputs The inputs as an ItemStack List, stacksizes are ignored
|
||||||
* @param outputOnes The first outputs as an ItemStack List, stacksizes are ignored
|
* @param outputOnes The first outputs as an ItemStack List, stacksizes are ignored
|
||||||
* @param outputOneAmounts The amount of the first output, will be equal for all entries in the list
|
* @param outputOneAmounts The amount of the first output, will be equal for all entries in the list
|
||||||
* @param outputTwos The second outputs as an List<ItemStack> (can be null or empty if there should be none)
|
* @param outputTwos The second outputs as a List (can be null or empty if there should be none)
|
||||||
* @param outputTwoAmounts The amount of the second output, will be equal for all entries in the list
|
* @param outputTwoAmounts The amount of the second output, will be equal for all entries in the list
|
||||||
* @param outputTwoChance The chance of the second output (0 won't occur at all, 100 will all the time)
|
* @param outputTwoChance The chance of the second output (0 won't occur at all, 100 will all the time)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue