Question How to find item number?

Yvi

Farmer
I have one item from a mod that I can't get because it requires ingredients from a separate mod that I don't have installed. I would like to 100% my shipping list, so I'm planning on spawning in that item through the name glitch (which I think still works?) How do I figure out the item number for a mod-added item?
 

Lenora Rose

Farmer
It seems odd that an item would be considered necessary from a mod you don't have. That sounds like a mistake on the modder's part.

Generally the item ID for spawning in is found in the mod code. it's rarely a number; too easy to repeat, but the name item spawn trick works with text string IDs, too.
 
  • Like
Reactions: Yvi

Yvi

Farmer
It seems odd that an item would be considered necessary from a mod you don't have. That sounds like a mistake on the modder's part.
It is a little odd that the item shows up even when the other mod isn't installed, but it's the only bug I've had with the mod so far so I've been mostly willing to ignore it.
 
Top