Skip to content

Commit

Permalink
made some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomlom committed Mar 21, 2024
1 parent 62580d0 commit b6648c7
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;

@Mod(RightClickHarvest.MOD_ID)
public class RightClickHarvestForge {
public RightClickHarvestForge() {
EventBuses.registerModEventBus(RightClickHarvest.MOD_ID, FMLJavaModLoadingContext.get().getModEventBus());
RightClickHarvest.init();
}
}
@Mod(RightClickHarvest.MOD_ID)​​
​​public class RightClickHarvestForge {
public RightClickHarvestForge() {​
EventBuses.registerModEventBus(RightClickHarvest.MOD_ID, FMLJavaModLoadingContext.get().getModEventBus());
RightClickHarvest.init();
}​​
}​​
​​​​

0 comments on commit b6648c7

Please sign in to comment.