DerMattinger / MinecraftEarthMap

WorldPainter script with heightmaps and other masks for generating an earth map for Minecraft.
http://earth.motfe.net/
MIT License
110 stars 20 forks source link

Using linux, not working #11

Closed JosephcatZ closed 5 years ago

JosephcatZ commented 5 years ago

it says that globecover10k.png is not found

DerMattinger commented 5 years ago

Hey. It sounds like the path to the files is wrong, because this specific image is the first one that is used in the script. Be sure to download all files from the GitHub project and change the variable "path" in the script.js file to match your local folder.

1271 commented 5 years ago

and change the variable "path" in the script.js file to match your local folder

Perhaps it makes sense to use relative paths?

DerMattinger commented 5 years ago

You can use relative or absolute paths in the script. The "path" variable is just a string and you can use the path relative to the script.js file. Works both ways.

1271 commented 5 years ago

I understand. I mean that this can be put in the repository. So people ask fewer questions. Never mind