Skip to content

Commit

Permalink
Fix error after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Jul 20, 2024
1 parent d035834 commit fb2c62a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public FunctionalCreativeModeTab() {

@Override
public ItemStack makeIcon() {
return CCBlocks.COPYCAT_DOOR.asStack();
return CCBlocks.COPYCAT_COGWHEEL.asStack();
}

@Override
Expand Down

0 comments on commit fb2c62a

Please sign in to comment.