Skip to content

Commit

Permalink
remove blocks pt1
Browse files Browse the repository at this point in the history
  • Loading branch information
valiray committed Jun 1, 2024
1 parent d45265a commit bcde6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/mc/lunar/block/ModBlocks.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package mc.lunar.block;

import mc.lunar.item.CItem;
import net.fabricmc.fabric.api.blockrenderlayer.v1.BlockRenderLayerMap;
import net.minecraft.block.AbstractBlock;
import net.minecraft.block.Block;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package mc.lunar.block;
package mc.lunar.item;

import net.minecraft.client.item.TooltipContext;
import net.minecraft.block.Block;
Expand Down

0 comments on commit bcde6cf

Please sign in to comment.