Skip to content

Commit

Permalink
change mod name
Browse files Browse the repository at this point in the history
  • Loading branch information
tempoletion committed Oct 6, 2024
1 parent b5ce198 commit 8b7c2c7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 24 deletions.
20 changes: 0 additions & 20 deletions src/main/java/com/regioncraft/ExampleMod.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.myname.mymodid;
package com.tem.regionCraft;

public class ClientProxy extends CommonProxy {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.myname.mymodid;
package com.tem.regionCraft;

import cpw.mods.fml.common.event.FMLInitializationEvent;
import cpw.mods.fml.common.event.FMLPostInitializationEvent;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.myname.mymodid;
package com.tem.regionCraft;

import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.myname.mymodid;
package com.tem.regionCraft;

import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
Expand Down

0 comments on commit 8b7c2c7

Please sign in to comment.