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
What #1
Comments
|
To run the program, you need to open a terminal (Windows, if you use Linux you probably know how to open a terminal) in the folder where you've downloaded the files. To run the program type How to improve the above process:
There are some more options. Be aware that only the options at the far end are optional, not the ones inbetween. ( If there are still questions (usually there are), feel free to ask. |
|
So i've been messing around with the inputs and im beginning to be certain that i am not doing something wrong here |
|
The problem should be, that I compiled the program with version 8 of java (to be exact: With openjdk). Previous versions of java, although compatible, can't run it. |
|
i am aware, but i did install java 8 to try again, but still got the same error.... |
|
OpenJDK is a free implementation of Java. |
|
It cant find colors.json.... nor can i tho. |
|
You need to generate that |
|
correction, it says Cannot open colors.json |
|
Sorry i cant respond any longer g2g |
|
Do you run |
|
I do run the first one. it says |
|
Which ressource pack do you use? |
|
i dont use any texturepacks. |
|
Not for minecraft, but for creating the map.
If you want to use the default Minecraft textures, you need to extract them from the minecraft.jar-file. |
|
Alright! that all works now :) but now i cant find biomes.json |
|
You need to copy |
|
YES NOW IT SEEMS TO MAKE PROGRESS :D |
|
i think its bitching about the height limit being at 255 |
|
What does it say before stopping: ...? There should be some stacktrace. Could you send a screenshot of that stacktrace? |
|
Seems like there are new biomes. |
|
the world is in 1.7.2 |
|
Correction: The program thinks there should be a biome with ID 255. The biome id is saved per chunk in the world file. |
|
Could you try it with another world and/or send me the world it's not working for? |
|
I made a new flatworld.. gonna try it with that |
|
Sweet mother of god, its working |
|
I've patched the program, so even for invalid biomes it should now work (by using the color of grass in plains). |
|
And congratulations for getting it to work :) |
|
aaah |
|
For Mac OSX, I've added installation and usage instructions (#2) to the README.md in a pull request. |
TheOfficialNano commentedJan 8, 2015
Very nice... but how do i use it? i've downloaded the files... where do i start the program?
The text was updated successfully, but these errors were encountered: