Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve file location clarity #114

Open
OroArmor opened this issue Aug 1, 2024 · 4 comments
Open

Improve file location clarity #114

OroArmor opened this issue Aug 1, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@OroArmor
Copy link
Member

OroArmor commented Aug 1, 2024

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 OroArmor added the enhancement New feature or request label Aug 1, 2024
@woodiertexas
Copy link
Contributor

woodiertexas commented Aug 1, 2024

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

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

@OroArmor
Copy link
Member Author

OroArmor commented Aug 1, 2024

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

@woodiertexas
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants