#print out list of blocks with specific tag

10 messages · Page 1 of 1 (latest)

prime garden
#

exactly what the title says, how would I do that?
What I want to do is print out a list of "#forge:ores" blocks so I don't have to manually write out 6 tabs of medium UI size ore blocks sadge

vital basaltBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

prime garden
#

correction: print list into log so I can just copy paste it / edit it with notepad++ to get the ores I want

wise tusk
#

console.log(Block.getTaggedIds("forge:ores"))

#

remember to do it after the server loads

#

like on server load event or something

#

or on a block right click, whatever

#

item, etc

#

on the server side

prime garden
#

thank you PepoHappy