# Changing Mod Display Names

Yes, it's cursed, but possible!

In a startup script, add this line:

```javascript
Platform.mods.kubejs.name = 'My Modpack Name'
```

This is useful when you add a bunch of items with KubeJS but want them to show your modpack name instead of "KubeJS"

And yes, you can change name of other mods as well:

```javascript
Platform.mods.botania.name = 'Plant Tech Mod'
```