Which tag should be attached to function as a relationship between the log block and the leaf block?

Started by neitio on

Topic category: Help with modding (Java Edition)

Last seen on 01:32, 24. Mar 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Which tag should be attached to function as a relationship between the log block and the leaf block?

I translate and speak Japanese. I'm sorry if it's hard to understand what you're writing.

I'm trying to implement some log and leaf blocks.

Log block tags were attached to the logs, and leaf block tags were also attached to the leaves while using the leaf block base.

However, when the leaves are separated from the log, they do not break over time.

I'm using mcreator 2021.2.

What should I do with this version?

Is it linked to the ore dictionary? Or should I make a procedure?

Please tell me how to answer correctly.

Screenshots.( https://twitter.com/neitio1/status/1456891528526237698?s=20 )

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
normal leaves don't break…
Sat, 11/06/2021 - 14:41

normal leaves don't break separated, just when a player breaks the log

Last seen on 01:32, 24. Mar 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh really. So you have to…
Sun, 11/07/2021 - 00:22
Oh really.
So you have to set up a dedicated procedure, right?
When should I use it as a trigger to create what kind of procedure?
Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
before that, I referred that…
Sun, 11/07/2021 - 00:59

before that, I referred that if you place a leave it won't break, that's what I meant by "break separated"

Last seen on 01:32, 24. Mar 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Does that mean it takes time…
Sun, 11/07/2021 - 02:03
Does that mean it takes time for the leaf block to realize that it has lost the log block needed to maintain it?
Will it be solved by adopting a random tick rate for the leaves?

 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no, to make it break when it…
Sun, 11/07/2021 - 02:06

no, to make it break when it is out of log add a minecraft:leave to your leave

Last seen on 01:32, 24. Mar 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is it okay to spell "leave"?…
Sun, 11/07/2021 - 02:13
Is it okay to spell "leave"? The tag registry name "leaves" added by the default tag didn't work, right?
Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no it needs to be minecraft…
Sun, 11/07/2021 - 03:11

no it needs to be minecraft:leaves for it to work, if that doesn't work then click the Import Tag button on the top of the screen, and select leaves type

Last seen on 01:32, 24. Mar 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
leaves type? I'm an idiot. …
Sun, 11/07/2021 - 04:35

leaves type?

I'm an idiot.

 

The more I did, the less I understood.

Should I enter the leaf type in the tag registry name?
Does the tag namespace need not be Minecraft?
Is the tag type an item? block? Which should I do?
I feel a little more, but there is no response ....
Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
click add a new tag on your…
Sun, 11/07/2021 - 04:37

click add a new tag on your element maker

name it minecraft:leaves

select block 

select your leaves

 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you see below Remote…
Sun, 11/07/2021 - 04:53

you see below Remote Workspace? there is an icon of a tag, click it and search for something minecraft:leaves

Last seen on 01:32, 24. Mar 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tagged all of my mod's…
Sun, 11/07/2021 - 05:02
I tagged all of my mod's leaf blocks in that procedure.

 

Still, the leaf blocks do not decay.

What else should I do?
Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what procedure? I said the…
Sun, 11/07/2021 - 05:05

what procedure? I said the tag not procedure? or is it a translate error?

Last seen on 01:32, 24. Mar 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ah, the leaves don't rot…
Sun, 11/07/2021 - 05:07
Ah, the leaves don't rot just by tagging them. understood.
I seem to have dusted off early.
Now let's set up a procedure for leaf rot.