Added void-world for selection

Added loading indicators
Added speed modifiers
Code cleanup
This commit is contained in:
2023-10-22 22:22:39 +02:00
parent ebf9f36635
commit bb363dc06f
25 changed files with 399 additions and 253 deletions

View File

@@ -11,7 +11,6 @@ import java.util.Collection;
public class SignHandler implements BlockHandler {
@Override
public @NotNull Collection<Tag<?>> getBlockEntityTags() {
return new ArrayList<>() {
{
add(Tag.Byte("GlowingText"));