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/magical/InfusedHopper.java

Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
This commit is contained in:
Daniel Walsh 2021-01-16 10:35:03 +00:00 committed by GitHub
parent 55d2f82dcd
commit ff368bdf56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ import me.mrCookieSlime.Slimefun.api.SlimefunItemStack;
* The radius can be configured in the config.
*
* @author TheBusyBiscuit
* @author Walshy
* @see InfusedMagnet
*/
public class InfusedHopper extends SimpleSlimefunItem<BlockTicker> {