developer-wiki icon indicating copy to clipboard operation
developer-wiki copied to clipboard

Improve file location clarity

Open OroArmor opened this issue 1 year ago • 4 comments

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

OroArmor avatar Aug 01 '24 23:08 OroArmor

so something like? src/main/resources/data/minecraft/example_mod/worldgen/world_preset:

{
	"dimensions": {
		"minecraft:overworld": {
			"type": "example_mod:example_mod_dimension_type"
		}
	}
}

woodiertexas avatar Aug 01 '24 23:08 woodiertexas

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

OroArmor avatar Aug 01 '24 23:08 OroArmor

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

i think going from src/... works tbh

woodiertexas avatar Aug 02 '24 00:08 woodiertexas

if its about project setup and setup-related stuff, starting at the project root would work

woodiertexas avatar Aug 02 '24 00:08 woodiertexas