Update FlywheelTestModClient.java

This commit is contained in:
IThundxr 2024-10-22 22:47:55 -04:00 committed by GitHub
parent 502d487b75
commit 61847a73fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ import net.minecraftforge.eventbus.api.IEventBus;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;
@Mod("flywheel-testmod")
@Mod("flywheel_testmod")
public class FlywheelTestModClient {
private int ticks = 0;