Teleporter Block - What Did I Do Wrong?

Started by g wie gewieft on

Topic category: Help with MCreator software

Last seen on 00:14, 2. Sep 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Teleporter Block - What Did I Do Wrong?
Wed, 02/16/2022 - 20:53 (edited)

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.

https://postimg.cc/G8FSCk4B

I use the version 2021.2

Edited by g wie gewieft on Wed, 02/16/2022 - 20:53
Last seen on 16:37, 4. Aug 2024
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey there, If I see this…
Thu, 02/17/2022 - 07:51

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. 

Last seen on 22:08, 18. Jan 2023
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What are you setting the…
Thu, 02/17/2022 - 13:09

What are you setting the trigger of this to? Is it the remote or something else?

Last seen on 00:14, 2. Sep 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to set the procedure…
Thu, 02/17/2022 - 18:19

I want to set the procedure to the teleport block

Last seen on 00:14, 2. Sep 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
And thanks ValyriaDragon, i…
Thu, 02/17/2022 - 18:20

And thanks ValyriaDragon, i'll fix this

Last seen on 00:14, 2. Sep 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wait I was wrong, I set the…
Thu, 02/17/2022 - 18:23

Wait I was wrong, I set the procedure to the remote, sorry

 

Last seen on 00:14, 2. Sep 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So I think my problem is,…
Thu, 02/17/2022 - 18:29

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).