Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
[ci publish]
  • Loading branch information
Cadiboo committed Jun 14, 2024
1 parent 75c89eb commit 96a1c62
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

import java.util.*;
import java.util.Arrays;
import java.util.List;
import java.util.Objects;
import java.util.Set;
import java.util.stream.Collectors;
import java.util.stream.Stream;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import io.github.cadiboo.nocubes.NoCubes;
import net.minecraft.gametest.framework.TestFunction;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.level.block.Block;
import net.minecraft.world.level.block.Rotation;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import net.minecraft.core.Direction;
import net.minecraft.network.chat.Component;
import net.minecraft.util.RandomSource;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.level.block.state.BlockState;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import net.minecraft.world.level.block.state.BlockState;

import java.util.ArrayList;
import java.util.List;

public class Platform implements IPlatform {
@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.github.cadiboo.nocubes.network;

import io.github.cadiboo.nocubes.NoCubes;
import io.github.cadiboo.nocubes.config.NoCubesConfigImpl;
import io.github.cadiboo.nocubes.util.BlockStateSerializer;
import io.github.cadiboo.nocubes.util.ModUtil;
import net.minecraft.network.FriendlyByteBuf;
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/nocubes.forge.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"client": [
"client.BlockRenderDispatcherMixin",
"client.RenderChunkCompileTaskMixin",
"client.PlatformSpecificRenderChunkRebuildTaskMixin",
"client.RenderChunkCompileTaskMixin",
"client.sodium.ChunkBuilderMeshingTaskMixin"
],
"server": [
Expand Down

0 comments on commit 96a1c62

Please sign in to comment.