Fix class visibility
This commit is contained in:
parent
62baeb3e15
commit
0e4d9a832a
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ mod_name=Zontreck's Library Mod
|
||||||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||||
mod_license=GPLv3
|
mod_license=GPLv3
|
||||||
# The mod version. See https://semver.org/
|
# The mod version. See https://semver.org/
|
||||||
mod_version=1201.13.042424.0216
|
mod_version=1201.13.042424.0307
|
||||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||||
# This should match the base package used for the mod sources.
|
# This should match the base package used for the mod sources.
|
||||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
|
|
|
@ -11,7 +11,7 @@ import net.minecraft.world.level.block.entity.BlockEntity;
|
||||||
|
|
||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
|
|
||||||
class BlockRestoreRunner implements Runnable
|
public class BlockRestoreRunner implements Runnable
|
||||||
{
|
{
|
||||||
public BlockRestoreRunner(BlockRestoreQueue queue)
|
public BlockRestoreRunner(BlockRestoreQueue queue)
|
||||||
{
|
{
|
||||||
|
|
Reference in a new issue