#how to remove worldgen ores by mod name?
11 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
GTCEuServerEvents.oreVeins(event => {
event.removeAll()
})
from thier documentation here https://gregtechceu.github.io/gtceu-modern-docs/Modpacks/Ore-Generation/01-Customizing-Veins/
this is the entire script?
to startupscripts?
server_scripts
yes
Ticket closed!
does this remove the ores or the ore veins?
This removes all Generation of ores
all