From 0e4d9a832a9687274c7b056febd6500be463064a Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 24 Apr 2024 03:07:26 -0700 Subject: [PATCH] Fix class visibility --- gradle.properties | 2 +- .../zontreck/libzontreck/memory/world/BlockRestoreRunner.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9cee1dd..9691c5f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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. mod_license=GPLv3 # 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. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/src/main/java/dev/zontreck/libzontreck/memory/world/BlockRestoreRunner.java b/src/main/java/dev/zontreck/libzontreck/memory/world/BlockRestoreRunner.java index 9ae8005..d569751 100644 --- a/src/main/java/dev/zontreck/libzontreck/memory/world/BlockRestoreRunner.java +++ b/src/main/java/dev/zontreck/libzontreck/memory/world/BlockRestoreRunner.java @@ -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) {