Skip to content

Commit

Permalink
Misc changes
Browse files Browse the repository at this point in the history
including
>Removing unused imports
>Fixing lang issues
>Removing unused files
  • Loading branch information
reeet24 committed Jan 11, 2023
1 parent 9d6c7d7 commit e41fec7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/spooky/sbhell/SbHell.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ public class SbHell {

public static final String MOD_ID = "sbhell";

public static final CreativeModeTab TUTORIAL_TAB = new CreativeModeTab("Sb Hell") {
public static final CreativeModeTab TUTORIAL_TAB = new CreativeModeTab("sb_hell") {
@Override
@OnlyIn(Dist.CLIENT)
public ItemStack makeIcon() {
return new ItemStack(ItemInit.TELEPORT_STAFF_1.get());
}
};

public static final CreativeModeTab MATERIALS_TAB = new CreativeModeTab("Sb Hell Materials") {
public static final CreativeModeTab MATERIALS_TAB = new CreativeModeTab("sb_hell_materials") {
@Override
@OnlyIn(Dist.CLIENT)
public ItemStack makeIcon() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import net.minecraft.world.item.enchantment.Enchantment;
import net.minecraft.world.item.enchantment.EnchantmentCategory;

import java.lang.Integer;

public class AdvancedSharpness extends Enchantment {
public AdvancedSharpness(Rarity rarity, EnchantmentCategory enchantType, EquipmentSlot[] slotType) {
super(rarity, enchantType, slotType);
Expand Down
22 changes: 0 additions & 22 deletions src/main/java/com/spooky/sbhell/item/SmithingHammer.java

This file was deleted.

2 changes: 2 additions & 0 deletions src/main/resources/assets/sbhell/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"itemGroup.sb_hell": "SbHell Items",
"itemGroup.sb_hell_materials": "SbHell Materials",
"item.sbhell.amongus_totem": "Totem of ᔑᒲ𝙹リ⊣⚍ᓭ",
"enchantment.sbhell.advanced_sharpness": "Advanced Sharpness",
"item.sbhell.teleport_staff_1": "Teleport Staff T1",
Expand Down

0 comments on commit e41fec7

Please sign in to comment.