PersonTheCat / OreStoneVariants

A powerful utility for generating new blocks when given a foreground and background.
GNU General Public License v3.0
7 stars 8 forks source link

Some more suggestions for integration #54

Closed CactusDuud closed 3 years ago

CactusDuud commented 5 years ago

I'm not sure if this is already possible, but can you configure this mod to create gravel ores like in old tinker's construct? Relatedly, is it possible to make ores require the harvesting tool of the ore but the hardness/harvesting time of the regular block (for example, gold ores in wood blocks require an iron axe)?

PersonTheCat commented 5 years ago

Oh, boy. I somehow missed this message at first, but I'm not sure how. Thanks for the ideas! I've got just a few more days of class this semester (and until I graduate) and I can't wait to get back into this project. For now, I'll say a few things:

Let me know if you have any other ideas and I'll get back to you as soon as possible.

CactusDuud commented 5 years ago

Thanks for the kind response! How might you go about adding gravel ores? I attempted to mess with the config myself and ended up just getting a bunch of errors.

PersonTheCat commented 5 years ago

Hey, there. Sorry again. :3 There are a couple of ways you can handle this easily. The first thing is to take the ore group you're looking to add support for (or just use all) and just type <group_name> gravel under "Add Blocks Here." e.g. type all gravel, and that's it. Another way to do it is to make gravel be a part of a standard block group. So, for example, you could edit the minecraft BlockGroup by adding a line that reads gravel and then that will become the fifth state of all standard variants. If you do try something and it isn't working, feel free to let me know or send me your config and I'll test it out for you. I should also be a little bit more available now, now that finals are over and I've graduated. Hope this helps!

PersonTheCat commented 3 years ago

Hey, thanks for helping me clean this up! I appreciate it.