|
3 | 3 | import me.cg360.mod.bridging.BridgingKeyMappings; |
4 | 4 | import me.cg360.mod.bridging.BridgingMod; |
5 | 5 | import me.cg360.mod.bridging.ModIds; |
6 | | -//import me.cg360.mod.bridging.compat.impl.BankStorageCompat; |
7 | | -//import me.cg360.mod.bridging.compat.impl.DankStorageCompat; |
8 | | -//import me.cg360.mod.bridging.compat.impl.DynamicCrosshairCompat; |
| 6 | +import me.cg360.mod.bridging.compat.impl.DankStorageCompat; |
| 7 | +import me.cg360.mod.bridging.compat.impl.DynamicCrosshairCompat; |
9 | 8 | import me.cg360.mod.bridging.config.BridgingConfigUI; |
10 | 9 | import net.neoforged.api.distmarker.Dist; |
11 | 10 | import net.neoforged.bus.api.IEventBus; |
@@ -38,13 +37,13 @@ public void init(FMLClientSetupEvent event) { |
38 | 37 | ); |
39 | 38 |
|
40 | 39 | if(ModList.get().isLoaded(ModIds.DYNAMIC_CROSSHAIR)) { |
41 | | - BridgingMod.getLogger().warn("Dynamic Crosshair support disabled. Submit an issue with BridgingMod if it is now on 26.1"); |
42 | | - //InterModComms.sendTo(ModIds.DYNAMIC_CROSSHAIR, "register_api", DynamicCrosshairCompat::new); |
| 40 | + //BridgingMod.getLogger().warn("Dynamic Crosshair support disabled. Submit an issue with BridgingMod if it is now on 26.1"); |
| 41 | + InterModComms.sendTo(ModIds.DYNAMIC_CROSSHAIR, "register_api", DynamicCrosshairCompat::new); |
43 | 42 | } |
44 | 43 |
|
45 | 44 | if(ModList.get().isLoaded(ModIds.DANK_STORAGE)) { |
46 | | - BridgingMod.getLogger().warn("Dank Storage Compat disabled. Submit an issue with BridgingMod if it is now on 26.1"); |
47 | | - //new DankStorageCompat(); |
| 45 | + //BridgingMod.getLogger().warn("Dank Storage Compat disabled. Submit an issue with BridgingMod if it is now on 26.1"); |
| 46 | + new DankStorageCompat(); |
48 | 47 | } |
49 | 48 |
|
50 | 49 | if(ModList.get().isLoaded(ModIds.BANK_STORAGE)) { |
|
0 commit comments