Ported config.
This commit is contained in:
@ -18,10 +18,10 @@ public final class TotemOfReviving {
|
||||
|
||||
private static IProxy proxy;
|
||||
|
||||
public TotemOfReviving(IEventBus modEventBus) {
|
||||
public TotemOfReviving(IEventBus modEventBus, ModContainer modContainer) {
|
||||
proxy = FMLEnvironment.dist == Dist.CLIENT
|
||||
? new Proxy.Client(modEventBus)
|
||||
: new Proxy.Server(modEventBus);
|
||||
? new Proxy.Client(modEventBus, modContainer)
|
||||
: new Proxy.Server(modEventBus, modContainer);
|
||||
}
|
||||
|
||||
public static ResourceLocation createResourceLocation(String name) {
|
||||
|
||||
Reference in New Issue
Block a user