Customizable Material Dimlets
a-rat-girl opened this issue ยท 2 comments
Not sure how possible this is, but it would be nice if a config was provided to create custom material dimlets. Say, the end user puts in the name of the block and the metadata, and then a dimlet is created in-game for that block.
E.X.:
Say I want to create a "Manganese Block" dimlet. I would place in the config:
OresPlus oreManganese 0
Which follows the format:
modid name metadata
Obviously you could change the format for whatever would work best for you, but I'm just using that as an example.
You are supposed to be able to define your own material dimlets in config/rftools/userdimlets.json. However, when looking at this I think it is currently broken. I'll fix it.