1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

How to create hills inside an world generator

Discussion in 'Development' started by TestDevelopment, Apr 9, 2021.

  1. TestDevelopment

    TestDevelopment Spider Jockey

    Messages:
    41
    GitHub:
    non
    Question in the title ;)
     
  2. Primus

    Primus Zombie Pigman

    Messages:
    749
    Look at how this generator works: https://github.com/BlockHorizons/BlockGenerator

    It can generate caves, hills, mountains, overhangs and such. Procedural world generation is extensive topic and there is no simple answer to your question, no preset method to $generate->hills(). You should start with the basics and learn what noise is and how it's used.

     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.