Giter Site home page Giter Site logo

bestofboth's People

Contributors

gmcnew avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

thevladsoft

bestofboth's Issues

Missing installation instructions

I can't seem to find any information about how to install bestofboth. There are some hints in setup.py, but I'm not sure. There's also a batch file, but I'm wary about running that.

A tree will remain in midair if it's very close to a tree that's on the ground

If two trees are very close together, and if, after erosion, tree A is connected to the ground but tree B is not, it's possible for trees A and B to both persist.

This occurs because in deciding whether a piece of log should stay or be removed, I try to find all logs in the tree it's part of. If any of the tree's logs are directly above a dirt block, all logs in the tree are kept. However, if two trees are very close together, the code considers them the same tree, so if either tree is rooted, all logs in both trees (which the code considers one tree) are kept.

Crash in --smooth

bestofboth version 0.3.2
(a tool for smoothing terrain discontinuities in Minecraft worlds)
http://github.com/gmcnew/bestofboth

examining edge 2817 of 12962...Traceback (most recent call last):
  File "bestofboth.py", line 1037, in <module>
    main()
  File "bestofboth.py", line 1030, in main
    smooth(worldDir, edgeFilePath)
  File "bestofboth.py", line 693, in smooth
    if erosionTask.run(level, treeDecayList, width):
  File "bestofboth.py", line 366, in run
    self.removeOrphanLeaves(level, chunk, x, z)
  File "bestofboth.py", line 102, in removeOrphanLeaves
    self.removeOrphanLeaf(level, x, z, y)
  File "bestofboth.py", line 70, in removeOrphanLeaf
    chunk = level.getChunk(fx / 16, fz / 16)
  File "/home/minecraft/bestofboth/pymclevel/infiniteworld.py", line 2002, in getChunk
    c = self._makeChunk(cx, cz)
  File "/home/minecraft/bestofboth/pymclevel/infiniteworld.py", line 1972, in _makeChunk
    raise ChunkNotPresent, (cx, cz);
pymclevel.mclevelbase.ChunkNotPresent: (-12, -123)```

Find Edge- No edge.

I ran in CMD to a world and it came back as 0 edges found. I was in MCedit and deleted the edge and told it to repop the entire boarder to see if that would help and still nothing. what should I do. is this a problem or an I doing it wrong.

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.