Improve file location clarity
What would you like the wiki to cover?
New programmers might not know where to put the files, so making sure it is as clear as possible is better.
Why should this be added to the wiki?
Make sure that it is clearer where files go, such as under src/main/[java/resources]
Where in the wiki should this go?
Item and block pages
so something like?
src/main/resources/data/minecraft/example_mod/worldgen/world_preset:
{
"dimensions": {
"minecraft:overworld": {
"type": "example_mod:example_mod_dimension_type"
}
}
}
Probably. I think either doing the full path from the root of the project or making it clear somewhere within the wiki where stuff goes. ie anything under assets/ or data/ is in src/main/resources/, etc
Probably. I think either doing the full path from the root of the project or making it clear somewhere within the wiki where stuff goes. ie anything under
assets/ordata/is insrc/main/resources/, etc
i think going from src/... works tbh
if its about project setup and setup-related stuff, starting at the project root would work