Spofeos fern fantastic thread... free ferns for everyone, come and grab yours today!

YAY!!! So glad ya got it figured out, not for the free decorations, but for your peace of mind. I tried following another mod to make adjustments and I couldn’t even get it to show up in my mods list lol.

2 Likes

I have very little to none knowledge of coding. :joy: all I can say is good luck man

1 Like

Just a few fixes with the texts and image transparency and you’re good to go :smile: :thumbsup:!

2 Likes

yes i made them already, that was easy enough after got the item into the game and could see what effect the different code made :slight_smile:

Now i just need to do the same with the other items.

3 Likes

Woohoo, congrats on figuring it out! A new modder joins the fold!

1 Like

i might have made a mistake somewhere… :jubilant: But at least there is room in that crate for lots of stuff haha…

7 Likes

Haha, well…could turn out to be a good thing. You could start your own line of prefab homes based off of items in the game! Just core that thing out and slap a bed in it. The hearthlings will be like ants living in crates, and spools of thread.

3 Likes

Delivery Guy: “Hello? Express delivery for Mr. Cthulhu. We got your, er… DIY Chair kit.”

(Sorry I can’t help it. I better get going now >.<)

6 Likes

ok so one would imagine that getting number two item into the game would go easy… but its not haha. i can make it and all, but when i need to place it with the placementtool, i cant see it (screenshot). Why is that? where do i correct the information, so the game can find the png?

1 Like

Im done for the day… i made the toolboard in the game. the only thing is that the tools are facing towards the wall when i hang it up… so anyone knows where i correct that?

1 Like

The missing picture is likely caused by a bad reference to the location of the pic. I think it’s in the item_ghost json.

2 Likes

i have the same issue with the toolboard now. the png works fine in the recipelist for both of them…

i better put up the zipfile if anyone wants to take a look :jubilant:
workshop_atmosphere.zip (412.8 KB)

2 Likes

Ah. I see the problem here (+ 1 more)

  1. In your .Ghost file, you’re currently using the two sections

and

What you should have instead is something that looks like this:

"entity_data": { "stonehearth:catalog": { "display_name": "Example", "description": "Example", "icon": "file(Example.png)", "category": "decoration", "material_tags": "wood crafted stockpile_decoration" } }

Try changing your code to that (replace Example with the names and such) and see if it fixes it.

Also…
2. For when you want to make your locale work, for your references, you currently have

Just change “stonehearth” to your mod’s name.

3 Likes

thanks for the help with this, sadly it did not do the trick. Ill put it in the drawer and maybe come back to it later. I dont understand why this is so complicated. But then again i dont understand code very well :jubilant:

1 Like

Need some armor that matches the suroundings? Well at least in the temperate biome i guess :slight_smile:Its just a basic recolor of the leather armor suit, i guess the femalversion is missing… As usual, if you want to make a mod or anything with any of my models, just go for it.

leather camo armor.qb (154.0 KB)
leather camo helmet.qb (154.0 KB)

4 Likes

Made the fern live in a pot for decoration indoors…

fern_in_pot.qb (32.1 KB)
fern_in_pot_icon.qb (4.0 KB)

4 Likes

Very nice. I like your models. And your codind is getting better every time you try and fail.
It’s just about taking the time to learn.

Just go on.

1 Like

Today the herbalist got a new decorative furniture for the workshop…

Dresser_with_bonsai.qb (24.7 KB)
dresser_with_bonsai_iconic.qb (4.0 KB)

9 Likes

A few items with a foxtheme:

Wooden_fox_chair.qb (18.8 KB)
Wooden_fox_chair_iconic.qb (3.9 KB)

comfy_fox_chair.qb (14.5 KB)
comfy_fox_chair_iconic.qb (3.9 KB)

comfy_fox_bed_iconic.qb (2.9 KB)
comfy_fox_bed.qb (13.2 KB)
comfy_fox_bed_sleeping.qb (13.2 KB)

10 Likes

Your models are beauties !
Are they now in a mod ?

I do not know if i could write that fast to implement them as fast as your output :grinning:

1 Like