
They are simply placeholders, designed to demonstrate what item fits into what slot. Take a look at Pahimar's tutorials D )Ī: "I know.
TINKERS KNAPSACK MOD
But you can! Learn to mod and feel free to use my API to add your own RPG items!" (Seriously. 1.6 is pretty much dead to me, all my efforts are focused on 1.7.10."Ī: "Nope. If you don't like that I'm trying to work along with it, don't play it."Ī: "Nope. It just adds 3 more items that fit well in an RPG environment and provides extensive support for Azanor's fantastic mod. This is a mod designed to work along well with baubles, not to replace it and not to leech of its success. Great minds think alike! "Ī: "Apart from that not being a question: No. I never published, but mDiyo did, and he apparently decided to go for a similar name. However, my mod used to be part of a more expansive RPG mod I was working on a few months ago, dubbed 'Traveller's RPG', because it was supposed to have you live more of a nomad's life in Minecraft. Q: "Isn't 'Traveller's Gear' the Tinker's Construct Armor?"Ī: "Well yes. When using the interface from the API, you are forced to implement these. Should any of these be found, they will be called at the apropriate instances. OnTravelGearUnequip(EntityPlayer, ItemStack) OnTravelGearEquip(EntityPlayer, ItemStack) OnTravelGearTick(EntityPlayer, ItemStack) When you register like this, my IMC handler will check your item class for three methods: 0 for cloaks, 1 for pauldrons, 2 for vambraces, 3 for title scrolls. RegisterTravellersGear_0 is the command, where 0 represents the slto the Item will fit in. You can register custom Traveller's Gear Items with these, allowing you to make your own Cloaks and Pauldrons, or even Title Items.Įither use the API and implement ITravellersGear on your item, or send an IMC message like this:įndMessage("TravellersGear", "registerTravellersGear_0", new ItemStack(YOUR_ITEM)) Therefore it has an API aswell as IMC support. This mod is specifically designed to be expanded upon. To do this, simply hold down CTRL and rightclick the item while in the gear inventory.

And to round up the RPG feel, you can now link Items in chat, broadcasting them to all players on the server.
