#Skbee 3.5.2 1.20.6 NBT

1 messages · Page 1 of 1 (latest)

fallow epoch
#

I updated my server to 1.20.6, and I am updating all my NBT to use 1.20.5+ new components. Skbee is not liking the way i am putting this in. I don't know what is wrong. can someone help.


add components nbt of "[unbreakable={show_in_tooltip:false},attribute_modifiers={modifiers:[{type:""generic.armor"",amount:2,slot:feet,name:""generic.armor"",uuid:[I;-12455,41268,125349,-82536],operation:add_value},{type:""generic.movement_speed"",amount:-0.6,slot:feet,operation:add_multiplied_base,name:""generic.movement_speed"",uuid:[I;-12455,41568,125349,-83136]},{type:""generic.jump_strength"",amount:-0.5,slot:feet,operation:add_multiplied_base,name:""generic.jump_strength"",uuid:[I;-12455,41868,125349,-83736]}]}]" to components nbt of {_i}

set {gear::shackles} to {_i}```
still bronze
#

well its not necessary your fault tbh

#

the [] brackets which are surrounding the nbt have to be {}

#

and = has to be :

fallow epoch
#

like this

{unbreakable:{show_in_tooltip:false},attribute_modifiers:{modifiers:[{type:""generic.armor"",amount:2,slot:feet,name:""generic.armor"",uuid:[I;-12455,41268,125349,-82536],operation:add_value},{type:""generic.movement_speed"",amount:-0.6,slot:feet,operation:add_multiplied_base,name:""generic.movement_speed"",uuid:[I;-12455,41568,125349,-83136]},{type:""generic.jump_strength"",amount:-0.5,slot:feet,operation:add_multiplied_base,name:""generic.jump_strength"",uuid:[I;-12455,41868,125349,-83736]}]}}