Added ind sawmill datagen
This commit is contained in:
parent
c928c2b790
commit
ee17fe58d8
18 changed files with 124 additions and 352 deletions
|
@ -40,7 +40,7 @@ public final class FluidValue {
|
|||
|
||||
private final long rawValue;
|
||||
|
||||
private static FluidValue fromMillibuckets(long millibuckets) {
|
||||
public static FluidValue fromMillibuckets(long millibuckets) {
|
||||
return new FluidValue(millibuckets * 81);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue