dadobug1111 / DadobugBedrockOres

Bedrock Ores For All
MIT License
0 stars 1 forks source link

Added new ores and added dataGen classes to make it easier to add more in the future #13

Closed Ironcanon closed 2 years ago

Ironcanon commented 2 years ago

Added all the requested ores from #8 as well as some from Mekanism that I personally wanted added.

Also added several data generation classes that were used to generate the json files for all of the new ores (aside from the Mekanism ores which I did before coding them).

dadobug1111 commented 2 years ago

Your pull request has been [Accepted] Thank you for helping! Some notes:

Fractured/Hollow Bedrock are not in all the tags that normal ores are in (fractured is not fracture-able and hollow has no core) -Very easy to fix, I will do it myself

The reason I did not do datagen myself is because fabric-side does not support it yet (architectury) -Easily solved by copy/pasting datagen output into fabric (Why did it take so long for me to realize?)

Your contribution is much appreciated! I will add you to the authors section as a contributor (credit where credit due)