Started by
Hidan
on
Topic category: Help with Minecraft modding (Java Edition)
So I want to make if block above my block is a block that is in my tag mod element
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
This should work. For the second question, check the wiki, tag mod element.
It didn't work for me :(
If namespace if forge, tag should be notated with it. When using tags, you need to use their full name:
So for example:
oh thx :D
you should definitely include this in the wiki because I did forge/pickaxe, and people might be confused like me
So I did both ways
forge:notfullblocks
and
modname:txblocks
and both don't doo anything :c
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.
don't forget the "_" , for me its working with that :
forge:machine_energy