Skip to content

Commit

Permalink
Replaced unused block
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshiy13 committed Oct 8, 2024
1 parent 0223458 commit 075ed6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/dev/joshiy13/block/ModBlocks.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package dev.joshiy13.block;

import dev.joshiy13.MoreFruits;
import net.minecraft.block.AbstractFurnaceBlock;
import net.minecraft.block.Block;
import net.minecraft.block.CrafterBlock;
import net.minecraft.item.BlockItem;
import net.minecraft.item.Item;
import net.minecraft.registry.Registries;
Expand All @@ -12,8 +12,8 @@

public class ModBlocks {

public static final Block JUICE_PRESSER_BLOCK = registerBlock("juice_presser_block",
new Block(AbstractFurnaceBlock.Settings.create()
public static final Block EXAMPLE_BLOCK = registerBlock("example_block",
new Block(CrafterBlock.Settings.create()
.requiresTool().strength(2.5f)
.sounds(BlockSoundGroup.WOOD)));

Expand Down

0 comments on commit 075ed6b

Please sign in to comment.