Update codename for dev builds (now Dark Side of the Moon, abbrev. DSM)

This commit is contained in:
Daniella / Tove 2024-06-04 20:58:42 +02:00
parent d5feed150b
commit 2fca8db352

View file

@ -25,7 +25,7 @@ public class DevStub implements IFMLLoadingPlugin {
@Mod.EventHandler
public void onInit(FMLPostInitializationEvent event) {
BaseBand.buildString = "Oslo";
BaseBand.buildString = "Dark Side of the Moon";
new BaseBand().onInit();
}