GithubHelp home page GithubHelp logo

gaelysam / biomegen Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 18 KB

(Moved to Gitlab https://gitlab.com/gaelysam/biomegen) Lua alternative for Minetest's biome generator

License: GNU Lesser General Public License v3.0

Lua 100.00%

biomegen's People

Contributors

gaelysam avatar

Stargazers

 avatar

Watchers

 avatar  avatar

biomegen's Issues

modify heat and humidity via an over-rideable function

It would be nice to be able to set and/or influence the heat and humidity of a node before biomes are chosen. I know mapgen_rivers has altitude cooling, altitude cooling could be implemented as such a function. For example, you could register a heat and humidity function:

biomegen.register_heat_humid_modifier(function(pos,old_heat,old_humid)
  return (oldheat - .025*pos.y) , (old_humid)
end)

so the function gives you the old heat and humidity (or if not defined by the mapgen?, assumes default values?) and then lets you return the modified heat and humidity. You could also have a variant that lets you set the humidity by mapchunk for noise-based modifiers.

My usecase is that I have a custom mapgen where I would like to have biomes strongly influenced by which quadrant of the coordinate system they are in. I would have liked to be able to make one quadrant drier and hot, another wet and cool, another temperate, etc (of course, eased as gaussian bumps)

I ended up not using biomegen:
https://content.minetest.net/packages/MisterE/mistere_adventure_map_island_creator/

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.