#Script to log every ore in custom modpack

4 messages · Page 1 of 1 (latest)

grim nebula
#

i have been trying to make a script to log every ore in my modpack bc i have roughly 258ish mods currently on a neoforge 1.21.1 modpack, i have been struggling for a entire evening with this, i plan on using it for mining dimension so that i can use proper tags for ores so that they generate

i even tried to get help from chatbt(i will not post the script bc of the rules bc at this point my original script is gone bc i deleted it accidently) for a possibly faster or better version of code, still zero luck getting it to work

fiery pumiceBOT
#

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

hallow creek
#
// no clue what the tag for ores is in 1.21
Ingredient.of('c:ores').itemIds.forEach(id => console.log(id))
grim nebula