mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 10:51:55 -04:00
Update OpenComponents.java to add @NetworkMod
Removes the client side requirement of the mod when the server contains it
This commit is contained in:
parent
aa4601c276
commit
a12ef2f467
@ -22,6 +22,7 @@ import net.minecraftforge.common.Configuration;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
@Mod(modid = OpenComponents.ID, name = OpenComponents.Name, version = OpenComponents.Version, useMetadata = true)
|
||||
@NetworkMod(clientSideRequired = false, serverSideRequired = false)
|
||||
public class OpenComponents {
|
||||
public static final String ID = "OpenComponents";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user