Coder Social home page Coder Social logo

mcosm's Introduction

mcosm's People

Contributors

bleachdev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mcosm's Issues

Installation Guide

Is there a quick start guide on how to run or install this generator? The discord invitation is invalid unfortunately and I have not yet enough experience with minecraft :)

I just ran sh gradlew build and it built fine but not sure what I can do now :)

Some suggestions

First of all, I would like to thank you for making this mod. It's amazing! I've been trying to convert an osm map to minecraft for a long time but never really got it to work. This mod does everything for me, and with a nice GUI too!

Here's some things I would like to see added/changed tho:

  1. Clarify that it only works with CubicChunks in the README - Its kinda broken in normal mc. It only makes roads for me.
  2. Allow the import of .osm/.pbf files - It would be really useful to import files you already exported yourself using a poly. It would be really awkward to try and make it all into squares to import it manually. Right now I can only see an option to import some sort of .json file.
  3. More detailed terrain? - I know this is kinda Terra121's job, but I'd love to see it in McOSM too. Maybe make the terrain go higher/lower based on how it is on the map? Make mountains? If there's a forest, randomly plant trees, etc. It would be pretty cool.
  4. Use more information? - Some buildings or roads or other objects on OSM have more information about them (their name, category/tag, what material it's made out of) maybe use that information to generate more accurate structures? For example, if a building is made out of wood, generate it to be out of wood, if a building is a hospital, put a red cross on it. It would also be useful to include some information about the building/road, but I'm not sure how to implement that.

Again, thank you for this mod. It's what I've been looking for and needed a lot! I'm looking forward to see the WIP changes!

IO exception error

I type the /osm command and I hit enter I set my settings (lat1,lon1,lat2,lon2) and it says in the output box the message: IO exception!. Could someone help me fix this because I tried so many different ways and it does not work. I also tried it with the /osmshell command and it said a massive error in the chat [P.S: I play with this mod and with cubic chunks 1.12.2 the latest version both forge and the mods themselves and I was in a flat world.] Screenshot:
2023-04-28_20 40 13

SSL Handshake Error

When trying to download map I will get SSL Handshake Error.
Forge was installed using this forge-1.12.2-14.23.5.2860-installer

[17:20:25] [Client thread/INFO] [STDOUT]: [bleach.mcosm.gui.GuiOSM:func_146284_a:129]: https://overpass-api.de/api/interpreter?data=%5Bout%3Ajson%5D%3B%28way%282.299621%2C-5.245236%2C2.301621%2C-5.243236%29%3Bnode%5Bnatural%3Dtree%5D%282.299621%2C-5.245236%2C2.301621%2C-5.243236%29%3B%29%3Bout+geom%282.299421%2C-5.245436000000001%2C2.301821%2C-5.243035999999999%29%3B
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1949)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:302)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:296)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1497)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:212)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:979)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.Handshaker.process_record(Handshaker.java:914)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1062)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1375)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1403)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1387)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:563)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:90)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1432)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1430)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at java.security.AccessController.doPrivileged(Native Method)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at java.security.AccessController.doPrivileged(AccessController.java:713)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1429)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at bleach.mcosm.gui.GuiOSM.func_146284_a(GuiOSM.java:136)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:443)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at bleach.mcosm.gui.GuiOSM.func_73864_a(GuiOSM.java:176)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:533)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:501)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1759)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at net.minecraft.client.main.Main.main(SourceFile:123)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at java.lang.reflect.Method.invoke(Method.java:497)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: 	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:387)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: 	at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: 	at sun.security.validator.Validator.validate(Validator.java:260)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: 	at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:324)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: 	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:229)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: 	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:124)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: 	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1479)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: 	... 32 more
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: 	at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:145)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: 	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:131)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: 	at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: 	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:382)
[17:20:25] [Client thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: 	... 38 more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.