Added ind sawmill datagen

This commit is contained in:
Ayutac 2022-02-10 20:21:07 +01:00
parent c928c2b790
commit ee17fe58d8
18 changed files with 124 additions and 352 deletions

View file

@ -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);
}