Skip to content

Commit

Permalink
fix inoperable composter
Browse files Browse the repository at this point in the history
  • Loading branch information
eerussianguy committed Oct 12, 2022
1 parent 9f467c7 commit 34dad57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class IronComposterBlockEntity extends ComposterBlockEntity
{
public IronComposterBlockEntity(BlockPos pos, BlockState state)
{
super(TFCBlockEntities.COMPOSTER.get(), pos, state);
super(FLBlockEntities.IRON_COMPOSTER.get(), pos, state);
}

@Override
Expand Down

0 comments on commit 34dad57

Please sign in to comment.