Added ability to change width and height for the visual image
Change indentation to 2 spaces instead of 4 Added ImageHandler.java for basic Image related things Added 2 new speedometer images for scaling purposes Updated to version 3 Gave gradle more ram Added the new translatable texts to en_us.json
This commit is contained in:
@@ -7,9 +7,9 @@ import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;
|
||||
|
||||
@Mod(Speedometer.MOD_ID)
|
||||
public class SpeedometerForge {
|
||||
public SpeedometerForge() {
|
||||
// Submit our event bus to let architectury register our content on the right time
|
||||
EventBuses.registerModEventBus(Speedometer.MOD_ID, FMLJavaModLoadingContext.get().getModEventBus());
|
||||
Speedometer.init();
|
||||
}
|
||||
public SpeedometerForge() {
|
||||
// Submit our event bus to let architectury register our content on the right time
|
||||
EventBuses.registerModEventBus(Speedometer.MOD_ID, FMLJavaModLoadingContext.get().getModEventBus());
|
||||
Speedometer.init();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user