Fix class visibility
This commit is contained in:
parent
62baeb3e15
commit
0e4d9a832a
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ import net.minecraft.world.level.block.entity.BlockEntity;
|
|||
|
||||
import java.util.Random;
|
||||
|
||||
class BlockRestoreRunner implements Runnable
|
||||
public class BlockRestoreRunner implements Runnable
|
||||
{
|
||||
public BlockRestoreRunner(BlockRestoreQueue queue)
|
||||
{
|
||||
|
|
Reference in a new issue