Started by
g wie gewieft
on
Topic category: Help with MCreator software
So I planned a teleport block with a remote. You can right-click on the teleport block with the remote to bind the remote and if you right-click the remote in the air you will be teleported to the bound teleport block. But it doesn't teleport the player for some reason.
I used test blocks, items, procedures etc. to test if it's working, so don't be confused by the names of the things.
I use the version 2021.2
Edited by g wie gewieft on Wed, 02/16/2022 - 20:53
Hey there,
If I see this correctly, then you have brought the whole procedure at the trigger "When Rightclick on Block" is that correct?
If this is like i said, then your mod waiting for a rightclick on a block. but if you rightclick in the air this procedure wont be triggerd.
So Split it up. The top part for the rightclick on block trigger,
The second part for the "rightclick in air" trigger. You wont need to test for an airblock any more, just test for your enchantment and it sould work.
Also just to know. You safe your NBT Tag into the Player not the item.
What are you setting the trigger of this to? Is it the remote or something else?
I want to set the procedure to the teleport block
And thanks ValyriaDragon, i'll fix this
Wait I was wrong, I set the procedure to the remote, sorry
So I think my problem is, that the air "block" doesn't work for the procedure because you can't actually aimat an air block. But NBT Tags don't transfer over different procedures (sorry about the spam).