#ore dictionary

9 messages · Page 1 of 1 (latest)

arctic sphinx
#

an ore dictionary, like curse forges, letting mods use modded metals, ores, woods, or other resources without needing to specifically add compatibility with each mod.

Ie a mod can register a new metal with stats, and another mod can dynamically add new tool heads, blocks, or items using it

#

an example would be: ```
{
"type": "ore"
"name": "unobtainum"
"id": "mod:ore-unobtainum"
}

wooden pollen
#

im not sure if expanded matter is basically like that but yeah some mods don't use expanded matter as a dependency and that can sometimes cause problems

#

mostly with just duplicates though

arctic sphinx
#

also would help prevent or at least bypass issues of duplicate resources if two mods add the same thing, which was a big problem in early minecraft mod packs for copper as an example

fast pivot
#

isn't this already a thing with tags?

#

which.. is also what replaced the ore dictionary in forge, lol

arctic sphinx