Talk:Custom Ore Vein
Jump to navigation
Jump to search
Mining non-misc items?[edit source]
Is it possible to mine non-misc items, such as ingredients? --Slatzgrubnik (talk) 22:01, 5 November 2012 (EST)
- Yes, but that would require changing the script. I don't have it in front of my, but I expect it has MiscItem properties, which only allow MiscItems to be selected. If you want to be able to mine Ingredients, you'll need to use Ingredient properties.
- It would be entirely feasible to rewrite the script to use a single FormList property pointing to a static FormList, which would allow a single node to give out different types of items, as well as allowing a single script to be used for all mining nodes, but unfortunately it's essentially too late to change this in the vanilla game.