How to apply tags into procedure in 1.14.4?

Started by Hidan on

Topic category: Help with modding (Java Edition)

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to apply tags into procedure in 1.14.4?
Sat, 02/15/2020 - 01:04 (edited)

So I want to make if block above my block is a block that is in my tag mod element

ok

Tag Namespace is forge
Tag type is Block

Am I missing something?

 

Also how I can make new oredict entry and bind there my item?

Edited by Hidan on Sat, 02/15/2020 - 01:04
Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It didn't work for me :(
Sun, 02/16/2020 - 10:06

It didn't work for me :(

If namespace if forge, tag…
Sun, 02/16/2020 - 10:36

If namespace if forge, tag should be notated with it. When using tags, you need to use their full name:

  • namespace:tagname

So for example:

  • forge:notfullblocks
Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
oh thx :D you should…
Sun, 02/16/2020 - 11:01

oh thx :D

you should definitely include this in the wiki because I did forge/pickaxe, and people might be confused like me

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So I did both ways forge…
Sun, 02/16/2020 - 16:39

So I did both ways
forge:notfullblocks
and
modname:txblocks

and both don't doo anything :c

Wes, open a support ticket…
Mon, 02/17/2020 - 14:27

Wes, open a support ticket with minimal workspace required to reproduce this ticket. Make an example workspace with this bug isolated in other words so I can test the cause hands-on and fix it.

Last seen on 21:06, 23. Nov 2021
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
don't forget the "_" , for…
Sun, 05/24/2020 - 17:40

don't forget the "_" , for me its working with that :

forge:machine_energy