Skip to content

Commit

Permalink
Move DummyWorld
Browse files Browse the repository at this point in the history
  • Loading branch information
jchung01 committed Aug 24, 2024
1 parent 96ea283 commit 7ee3773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package mod.acgaming.universaltweaks.mods.compactmachines;
package mod.acgaming.universaltweaks.mods.compactmachines.render;

import javax.annotation.Nonnull;
import javax.annotation.Nullable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import net.minecraftforge.fml.common.Optional;
import net.minecraftforge.fml.relauncher.FMLLaunchHandler;

import mod.acgaming.universaltweaks.mods.compactmachines.DummyWorld;
import mod.acgaming.universaltweaks.mods.compactmachines.render.DummyWorld;
import org.dave.compactmachines3.world.ProxyWorld;
import org.spongepowered.asm.mixin.*;
import org.spongepowered.asm.mixin.injection.At;
Expand Down

0 comments on commit 7ee3773

Please sign in to comment.