# Mod that adds Ferns

**URL:** https://discourse.cataclysmdda.org/t/mod-that-adds-ferns/21533
**Category:** The Lab
**Created:** [September 28, 2019, 11:50pm UTC](https://discourse.cataclysmdda.org/t/mod-that-adds-ferns/21533 "2019-09-28T23:50:21Z")
**Posts on this page:** 1
**Page:** 2

<div class="post-metadata">

### Author: ![Malkeus](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/malkeus/32/12037_2.png) [@Malkeus](https://discourse.cataclysmdda.org/u/Malkeus)
#### Post date: [October 5, 2019, 9:39am UTC](https://discourse.cataclysmdda.org/t/mod-that-adds-ferns/21533/21 "2019-10-05T09:39:28Z")

</div>

I don’t believe items support a “looks-like” field. 2 options here, afaik, make and submit a new tile for them to your preferred tileset or change the existing tileset to assign a sprite to the cooked versions or wait for someone to do either of those things. Ok, 3 options…

I’ve attempted to fix my local copy of DeadPeople and managed to break it several times…can’t help here as of yet.

edit: After a crash course in tilesets…I searched for wild\_veggy in my tileconfig.json and copied and edited the lines for the wielded and loose versions, then changed the entry for each item added by fiddleheads.

I’ve got a local fix for DeadPeople that makes them look like wild veggies. You’ll need to open up the tileconfig.json in your MSX++DeadPeopleEdition folder and insert the following lines where indicated. tileconfig.json is over 3mb in DP, not gonna upload the whole thing for 6 entries. 😛

> **Summary**
>
> Insert at line 24299  
> {  
> “id”: “overlay\_wielded\_fiddlehead\_raw”,  
> “fg”: 1368,  
> “rotates”: false  
> },  
> {  
> “id”: “overlay\_wielded\_fiddlehead\_boiled”,  
> “fg”: 1368,  
> “rotates”: false  
> },  
> {  
> “id”: “overlay\_wielded\_fiddlehead\_sauteed”,  
> “fg”: 1368,  
> “rotates”: false  
> },
> 
> Insert at line 70854  
> {  
> “id”: “fiddlehead\_raw”,  
> “fg”: 1368,  
> “rotates”: false  
> },  
> {  
> “id”: “fiddlehead\_boiled”,  
> “fg”: 1368,  
> “rotates”: false  
> },  
> {  
> “id”: “fiddlehead\_sauteed”,  
> “fg”: 1368,  
> “rotates”: false  
> },

edit: [PR Submitted](https://github.com/CleverRaven/Cataclysm-DDA/pull/34476)

[Previous page](https://discourse.cataclysmdda.org/t/mod-that-adds-ferns/21533.md?page=1)
