Create Ore Excavation

Create Ore Excavation

8M Downloads

Removing Built-in Ore Veins

Kert65 opened this issue ยท 1 comments

commented

Hey, I'm just tinkering around with the mod on 1.18.2, and happened to stumble across a few things. How do you remove the pre existing vein types. I am able to add them using MCreator, but there is no obvious way to remove (and subsequently modify) existing types. (For exportation to give to other people, ex. for a modpack) How do you do this?

(The way I am adding veins is by making a recipe, removing the "recipe" code and replacing it with the drilling/extracting code from the game files (by converting the .jar file to a .zip and poking around), and putting it in the same file location. Then I modify what I want, and then send it off to do whatever.)
image

(poc is the name of the mod, (acronym for "proof of concept")

(Added this for those wondering)

commented

I have discovered datapacks and their uses in removing things. Resolved the issue by simply overwriting the file with the same namespace inside the datapack, with an empty .json file in the place I wanted to remove.