Skip to content

Commit

Permalink
revert: revert april fools changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Apr 2, 2024
1 parent 20280fd commit f833e43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/main/java/net/guizhanss/fastmachines/FastMachines.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private static FastMachines inst() {
@Override
public void enable() {
log(Level.INFO, "====================");
log(Level.INFO, " SlowMachines ");
log(Level.INFO, " FastMachines ");
log(Level.INFO, " by ybw0014 ");
log(Level.INFO, "====================");

Expand Down
12 changes: 3 additions & 9 deletions src/main/java/net/guizhanss/fastmachines/setup/Groups.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

import io.github.thebusybiscuit.slimefun4.api.items.groups.NestedItemGroup;
import io.github.thebusybiscuit.slimefun4.api.items.groups.SubItemGroup;
import io.github.thebusybiscuit.slimefun4.libraries.dough.items.CustomItemStack;
import io.github.thebusybiscuit.slimefun4.utils.SlimefunUtils;

import net.guizhanss.fastmachines.FastMachines;
import net.guizhanss.fastmachines.utils.Heads;
Expand All @@ -17,14 +15,10 @@
public final class Groups {
public static final NestedItemGroup MAIN = new NestedItemGroup(
Keys.get("fast_machines"),
new CustomItemStack(
SlimefunUtils.getCustomHead(Heads.MAIN.getTexture()),
"&bSlow Machines"
FastMachines.getLocalization().getItem(
"FAST_MACHINES",
Heads.MAIN.getTexture()
)
// FastMachines.getLocalization().getItem(
// "FAST_MACHINES",
// Heads.MAIN.getTexture()
// )
);

public static final SubItemGroup MATERIALS = new SubItemGroup(
Expand Down

0 comments on commit f833e43

Please sign in to comment.