Reinstall tAPI, and check the box that says "Put the tAPI packer on my desktop"The tAPI Packer is no where to be seen :/
Is your "Items" folder in your mod folder? Is your ModInfo.json in the Items folder?Only problem, seems like "Sources" folder doesn't exist to tAPI Builder at all... This is my code for ModInfo.json:This is for my Suitcase file:{
"displayName" : "Ih8creeperz's First Mod!",
"author" : "Ih8creeperz",
"info" : "The Best Mod Ever!",
"internalName" : "EvansMod"
}Am I supposed to create a line for the .png? Here's the Suitcase texture:{
"displayName": "Suitcase",
"size": [32,32],
"maxStack": 10,
"value": [0, 0, 0, 10],
"rare": 0,
"tooltip": "'My First Item!'",
"recipes":
[{
"items": { "Dirt Block": 20 },
"tiles": [ "Work Bench" ],
"creates": 5
}]
}Only the "Local" folder existed there.
tAPI is a weird thing...
Good! But then, that's not the issue...Items folder is in mod folder, ModInfo.json is in the mod folder, but not the Items folder.
Keep it in a seperate directory unless you don't want to back it up.Shall I remove the mod folder or keep it in a separate directory?
Spears aren't working in Terraria right now (You can try to pull it from the Template Mod attached to this post) But the spear has a projectile AI style (19 to be exact) that doesn't seem to work.This is all quite helpful. I'm happy to see you do this.
Do you think you could make a section on spears?
Ah I see. I was in fact using the TemplateMod as a guideline for making a few items and in newer updates spears weren't working anymore for the Template Mod.Spears aren't working in Terraria right now (You can try to pull it from the Template Mod attached to this post) But the spear has a projectile AI style (19 to be exact) that doesn't seem to work.