# Modding help

**URL:** https://discourse.cataclysmdda.org/t/modding-help/13148
**Category:** The Lab
**Created:** [December 16, 2016, 10:11pm UTC](https://discourse.cataclysmdda.org/t/modding-help/13148 "2016-12-16T22:11:55Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Chizal](https://avatars.discourse-cdn.com/v4/letter/c/34f0e0/32.png) [@Chizal](https://discourse.cataclysmdda.org/u/Chizal)
#### Post date: [December 16, 2016, 10:11pm UTC](https://discourse.cataclysmdda.org/t/modding-help/13148/1 "2016-12-16T22:11:55Z")

</div>

This is the first time that I have tried to make a mod for any game. I’m starting off with a simple “test mod” that adds one item, umbrella hats, and I can only retrieve the item through the debug menu. The problems that I am facing are: how to make the item spawn in certain structures (such as houses and clothing stores), how to set the spawn rate of the item, and how to add graphics to the item.

---

<div class="post-metadata">

### Author: ![KliPeH](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/klipeh/32/11298_2.png) [@KliPeH](https://discourse.cataclysmdda.org/u/KliPeH)
#### Post date: [December 16, 2016, 10:24pm UTC](https://discourse.cataclysmdda.org/t/modding-help/13148/2 "2016-12-16T22:24:39Z")

</div>

I don’t know more about modding than you do, but having looked through the files I think item\_groups.json might be the one you’re looking to edit. It’s located inside \data\json. Use something like [Notepad++](https://notepad-plus-plus.org/download/v7.2.2.html) to open it and edit your item into the right place. There might be more files you need to edit so the item is actually in; I wouldn’t know, I’ve never done this either.

---

<div class="post-metadata">

### Author: ![xironfistx](https://avatars.discourse-cdn.com/v4/letter/x/b9e5f3/32.png) [@xironfistx](https://discourse.cataclysmdda.org/u/xironfistx)
#### Post date: [December 17, 2016, 2:27am UTC](https://discourse.cataclysmdda.org/t/modding-help/13148/3 "2016-12-17T02:27:48Z")

</div>

You must specify the item group it belongs to so it can spawn in houses and such will also enable the ability to doctate how common it would be.  
About the graphics i am unsure,havent done it yet.
