So I am making a pokemon themed survival world and I am working on making a random battle system and I have one set up and functional right now using this exact command in a repeating always active command block
Now I am trying to make one work in water using kelp and it does not register the water is 22 blocks deep and the kelp comes to the surface what could I be doing wrong I use the same command as stated above and just changed the double plant to kelp and it just says failed to teleport in the command block
So I am making a pokemon themed survival world and I am working on making a random battle system and I have one set up and functional right now using this exact command in a repeating always active command block
/execute @p ~~~ detect ~~~ double_plant 3 to @p 53 75 -213
Now I am trying to make one work in water using kelp and it does not register the water is 22 blocks deep and the kelp comes to the surface what could I be doing wrong I use the same command as stated above and just changed the double plant to kelp and it just says failed to teleport in the command block
Can you provide more info on the error message and how you are setting up the kelp in the water?
My guess is that you're using the wrong data id for the kelp: perhaps kelp has different data id for how tall it is.