1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Update src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/Freezer.java

Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
This commit is contained in:
J3fftw 2022-01-15 18:48:22 +01:00 committed by GitHub
parent fb3f76e9eb
commit 5af5fbf973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ import me.mrCookieSlime.Slimefun.Objects.SlimefunItem.abstractItems.MachineRecip
import javax.annotation.ParametersAreNonnullByDefault; import javax.annotation.ParametersAreNonnullByDefault;
/** /**
* The {@link Freezer} can freeze items into it's frozen state. * The {@link Freezer} can freeze items into its frozen state, e.g. water to ice.
* *
* @author TheBusyBiscuit * @author TheBusyBiscuit
* @author svr333 * @author svr333