Added void-world for selection
Added loading indicators Added speed modifiers Code cleanup
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user