GithubHelp home page GithubHelp logo

shadmordre / lib_ecology Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 4.0 3.19 MB

Ecology library that combines ethereal and valleys_c biomes, plants, and trees. Works with biome aware mapgens.

License: GNU Lesser General Public License v2.1

Lua 100.00%

lib_ecology's People

Contributors

gaelysam avatar shadmordre avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

lib_ecology's Issues

ShadowMOrdre-v2.0 : server crash => lib_ecology:green_dirt" is not a registered node!

Hi, i've found a bug in ShadMOrdre 2.0, when a player is clothe to the water, an error message (lib_ecology:green_dirt" is not a registered node!) appear and crash the Minetest server.

I've opened ./lib_ecology/ethereal/water.lua and replaced this :

if node == "lib_ecology:dry_dirt" then minetest.swap_node(pos, {name = "default:dirt"}) else minetest.swap_node(pos, {name = "lib_ecology:green_dirt"})

By this (replaced with default:dirt_with_grass) :

if node == "lib_ecology:dry_dirt" then minetest.swap_node(pos, {name = "default:dirt"}) else minetest.swap_node(pos, {name = "default:dirt_with_grass"})

No crash anymore for now.

Biomes not showing up in 5.2

I wanted to put this mod on my server so I tested it in singleplayer and none of the biomes this mod adds are showing up. The nodes this (and lib_materials) adds show up in the creative inventory but they just aren't generating

lib_ecology crashes if lib_materils isn't enable

here is the debug text:
icetheunknownranger/.minetest/worlds/mrow/ipban.txt
2019-01-21 02:43:47: [Main]: [MOD] lib_ecology loading...
2019-01-21 02:43:47: ERROR[Main]: ModError: Failed to load and run script from /home/icetheunknownranger/.minetest/mods/lib_ecology/init.lua:
2019-01-21 02:43:47: ERROR[Main]: .../icetheunknownranger/.minetest/mods/lib_ecology/init.lua:67: attempt to call field 'contains_substring' (a nil value)
2019-01-21 02:43:47: ERROR[Main]: stack traceback:
2019-01-21 02:43:47: ERROR[Main]: .../icetheunknownranger/.minetest/mods/lib_ecology/init.lua:67: in main chunk
2019-01-21 02:43:47: ERROR[Main]: Check debug.txt for details.

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.