Skip to content

Commit

Permalink
Fix code error after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Jun 28, 2024
1 parent 9c6b469 commit f216ee4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package com.copycatsplus.copycats.content.copycat.base.functional;

import com.simibubi.create.content.decoration.copycat.CopycatBlock;
import com.copycatsplus.copycats.content.copycat.base.ShimCopycatBlock;
import net.minecraft.core.BlockPos;
import net.minecraft.core.Direction;
import net.minecraft.world.level.BlockAndTintGetter;
import net.minecraft.world.level.block.state.BlockState;
import org.jetbrains.annotations.Nullable;

public class WrappedCopycatBlock extends CopycatBlock {
public class WrappedCopycatBlock extends ShimCopycatBlock {

private final ThreadLocal<IFunctionalCopycatBlock> wrapped = new ThreadLocal<>();

Expand Down

0 comments on commit f216ee4

Please sign in to comment.