How to sort Tinkers' Construct tools and weapons?
mickdekkers opened this issue ยท 4 comments
I'm trying to get invTweaks to auto-sort my Iron Pickaxe into D1 and my Iron Rapier into D3 when I press R
. Problem is, I've created these items using the Tinkers' Construct mod, and I have thus far been unable to figure out how to get it to work properly.
So far I've tried:
D1 pickaxe
D3 sword
D1 5575
D3 5580
D1 TConstruct:5575
D3 TConstruct:5580
D1 Tinkers' Construct:5575
D3 Tinkers' Construct:5580
But none of them seem to be working. It looks like invTweaks is not recognizing the items.
Am I doing something wrong, or is Tinkers' Construct somehow incompatible with invTweaks' sorting?
Hit F3+H to get the right names. TCon does put a lot of its info in
into places that inventory Tweaks doesn't know about, however, so attempting to make rules for them will be imprecise on material type at best.
Hitting F3+H tells me that the iron pickaxe is called TConstruct:pickaxe
and the iron rapier TConstruct:rapier
.
However, when I put the following into InvTweaksRules.txt
and Ctrl+S:
D1 TConstruct:pickaxe
D3 TConstruct:rapier
and press R, it doesn't put the pickaxe and rapier in their specified slots. It seems to sort all the other items just fine though.
I'm running FTB Direwolf20 1.7.10 through Curse with InventoryTweaks-1.58-147.jar
.
And just to clarify, I don't have any other pickaxes or rapiers in my inventory, so material discrimination is not an issue.
Ah, looking at it again I guess I never made it work with raw new-IDs in the rules -- try adding them to the tree.xml, probably in the same section as similar tools. Then you can use either the group they are in or the name you used for them there.