#Modpack: Medieval MC [Fabric] 1.19.2
1 messages · Page 1 of 1 (latest)
what modpack version are you playing?
ok yea nvm this is extremely strange
everything in #c:pickaxes is being added to #c:tools/pickaxes automatically
but for some reason these aren't
and a couple others actually
deeper and darker
okay i think i see what's happening
Oh wait I missed one line here, #c:tool actually exsists, but #minecraft:tool missing
yes it's fine, the only tag that really matters is #c:tools/tooltype
but what's going on is
only tools which are added directly to the fabric convention tag (c:pickaxes, c:shovels, etc) by the mod itself gets added to c:tools/pickaxes etc.
we use a mod called autotag that also adds any PickaxeItem to c:pickaxes
but that's happening after c:pickaxes gets added to c:/tools/pickaxes
long story short
i'll probably just have to add tool id's manually
Long or not, but I get it