Skip to content

Commit

Permalink
Fix CM package paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jchung01 committed Sep 4, 2024
1 parent 260f9ef commit 5a1078a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package mod.acgaming.universaltweaks.mods.compactmachines.render;
package mod.acgaming.universaltweaks.mods.compactmachines.memory;

import javax.annotation.Nonnull;
import javax.annotation.Nullable;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package mod.acgaming.universaltweaks.mods.compactmachines.mixin;
package mod.acgaming.universaltweaks.mods.compactmachines.memory.mixin;

import javax.annotation.Nonnull;
import javax.annotation.Nullable;
Expand All @@ -21,7 +21,7 @@
import net.minecraftforge.fml.common.Optional;
import net.minecraftforge.fml.relauncher.FMLLaunchHandler;

import mod.acgaming.universaltweaks.mods.compactmachines.render.DummyWorld;
import mod.acgaming.universaltweaks.mods.compactmachines.memory.DummyWorld;
import org.dave.compactmachines3.world.ProxyWorld;
import org.spongepowered.asm.mixin.*;
import org.spongepowered.asm.mixin.injection.At;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mixins.mods.compactmachines.memory.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"package": "mod.acgaming.universaltweaks.mods.compactmachines.mixin",
"package": "mod.acgaming.universaltweaks.mods.compactmachines.memory.mixin",
"refmap": "universaltweaks.refmap.json",
"minVersion": "0.8",
"compatibilityLevel": "JAVA_8",
Expand Down

0 comments on commit 5a1078a

Please sign in to comment.