Skip to content

Commit

Permalink
fix Embers Mixer PowerRatio description (#20)
Browse files Browse the repository at this point in the history
* fix Embers Mixer PowerRatio description
* tweaks requested by @WaitingIdly
  • Loading branch information
MasterEnderman authored Aug 28, 2024
1 parent 31a64ac commit 1bcaff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/groovy-script/mods/embers/mixer.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: "Mixer"
titleTemplate: "Embers | CleanroomMC"
description: "Converts up to 3 input fluidstacks into an output fluidstack in a Mixer."
description: "Converts up to 3 input fluidstacks into an output fluidstack in a Mixer. If Mystical Mechanics is installed, the Mechanical Actuator can be used to decrease the Ember cost of a recipe."
source_code_link: "https://github.com/Ender-Development/Embers-Extended-Life/blob/master/src/main/java/teamroots/embers/compat/groovyscript/Mixer.java"
---

# Mixer (Embers)

## Description

Converts up to 3 input fluidstacks into an output fluidstack in a Mixer.
Converts up to 3 input fluidstacks into an output fluidstack in a Mixer. If Mystical Mechanics is installed, the Mechanical Actuator can be used to decrease the Ember cost of a recipe.

## Identifier

Expand Down Expand Up @@ -46,7 +46,7 @@ Don't know what a builder is? Check [the builder info page](../../getting_starte
fluidOutput(Collection<FluidStack>)
```
- `double`. 0. Requires greater than 0. (Default `0.5`).
- `double`. Sets what percentage of Ember is required when powered via the Mechanical Actuator, with 0 meaning no Ember is consumed and more than 1 meaning more Ember is consumed. Requires greater than or equal to 0. (Default `0.5`).
```groovy:no-line-numbers
powerRatio(int)
Expand Down

0 comments on commit 1bcaff3

Please sign in to comment.