mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-30 21:05:56 -05:00
Fix fluid testmod, add dummy init method to FluidStack (classloading 😍)
Signed-off-by: Max <maxh2709@gmail.com>
This commit is contained in:
@@ -244,4 +244,8 @@ public final class FluidStack {
|
||||
if (isEmpty()) return this;
|
||||
return new FluidStack(getRawFluidSupplier(), amount, getTag());
|
||||
}
|
||||
|
||||
public static void init() {
|
||||
// classloading my beloved 😍
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user