Skip to content

Commit

Permalink
Removed redundant type on class
Browse files Browse the repository at this point in the history
Signed-off-by: Jingy <[email protected]>
  • Loading branch information
Jiingy committed Nov 1, 2023
1 parent 38f7f41 commit 6d2aaef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
import jingy.jineric.block.entity.RedstoneCampfireBlockEntity;
import jingy.jineric.block.entity.RefineryBlockEntity;
import net.fabricmc.fabric.api.object.builder.v1.block.entity.FabricBlockEntityTypeBuilder;
import net.minecraft.block.entity.BlockEntity;
import net.minecraft.block.entity.BlockEntityType;
import net.minecraft.registry.Registries;
import net.minecraft.registry.Registry;
import net.minecraft.util.Identifier;

public class JinericBlockEntityType<T extends BlockEntity> {
public class JinericBlockEntityType {

public static final BlockEntityType<JinericChestBlockEntity> JINERIC_CHEST =
FabricBlockEntityTypeBuilder.create(
Expand Down

0 comments on commit 6d2aaef

Please sign in to comment.