McJtyMods / RFToolsDimensions

Companion mod for RFTools which handles the dimensions
MIT License
63 stars 24 forks source link

Don't know how to create custom Tag dimlets. #482

Closed thecommandman0 closed 5 months ago

thecommandman0 commented 5 months ago

I wouldn't count this one as an "issue" (unless you allow skill issues), but it is still worth bringing up.

Is it possible to create custom Tag dimlets? If so, how would you define what to use as the identifier? (ex. white wool for #minecraft:wool) If I wanted to create a dimlet for #minecraft:planks through the config, how would the code look?

McJty commented 5 months ago

Check the tag dimlets that are already in RFTools Dimensions. They are located in 'vanilla_tags.json'

thecommandman0 commented 5 months ago

Where would I find that file? If it's in the mod itself, I'm screwed, because I have no idea how to get to it.

McJty commented 5 months ago

https://github.com/McJtyMods/RFToolsDimensions/tree/1.20/src/main/resources/data/rftoolsdim/dimletpackages

thecommandman0 commented 5 months ago

Thank you, that also answers a few other questions.