Any reason on why this datapack doesn't work for 1.18.2?
ShadOhh opened this issue ยท 9 comments
I'm trying to make changes through datapack for 1.18.2, it loaded fine and everything but when trying to craft it wouldn't apply any of the tiers just the common iron chestplate
Oh yeah , your folder structure isnt correct
Put all folders in the folder item_attributes
Does the weight value have to add up to less than or equal to 100? Cause that's the only thing i can think of that might be preventing it from generating.
Change version 8 to version 9 when you play 1.18.2 in your pack.mcmeta
Even with 9 it still didn't work. I used the datapack provided through the 1.18.2 git repo i only changed the weight and some attributes. I don't know if i did something wrong or did the weight have to add up to 100?
To double check you have it like this?
Tiered Changes\data\tiered\item_attributes\
and then all your folders (such as all
, melee_weapons
, etc)