Skip to content

Commit

Permalink
chore: reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Sep 17, 2024
1 parent 212726b commit 91b1ce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import javax.annotation.Nonnull;

import lombok.Getter;

import org.bstats.bukkit.Metrics;
import org.bukkit.plugin.java.JavaPlugin;

Expand All @@ -14,6 +12,8 @@
import io.github.thebusybiscuit.slimefun4.libraries.dough.config.Config;
import io.github.thebusybiscuit.slimefun4.libraries.dough.updater.BlobBuildUpdater;

import lombok.Getter;

public class ExtraHeads extends JavaPlugin implements SlimefunAddon {

@Getter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
package io.github.thebusybiscuit.extraheads.setup;

import org.bukkit.Material;
import org.bukkit.NamespacedKey;

import io.github.thebusybiscuit.extraheads.ExtraHeads;
import io.github.thebusybiscuit.slimefun4.api.recipes.RecipeType;

import io.github.thebusybiscuit.slimefun4.libraries.dough.items.CustomItemStack;

import lombok.experimental.UtilityClass;

import org.bukkit.Material;
import org.bukkit.NamespacedKey;

@UtilityClass
public class RecipeTypes {

Expand Down

0 comments on commit 91b1ce6

Please sign in to comment.