MinetestForFun / server-minetestforfun

Repository of the subgame and mods of "MinetestForFun" server
https://www.xorhub.com
The Unlicense
27 stars 10 forks source link

crash mesecons #504

Closed ghost closed 8 years ago

ghost commented 8 years ago

http://zerobin.qbuissondebon.info/?72023736319efcaa#rDkPvV+Po6Y4s3EHukm80J9ElzG21H1Y9P9bMxWZBW0=

Coethium commented 8 years ago

Seems not to be a mesecons issue : Mesecons justs call a Step function (to place a tree). But mods/default/nodes.lua:623 expects the function sapling_on_place(), not defined.

I found this, the function was created 28 days ago on minetest : https://github.com/minetest/minetest_game/commit/0ac096991c51d664007ebb53b8117baca0271459

Our mods/default/functions.lua file is not up-to-date with the corresponding mods/default/nodes.lua.

ghost commented 8 years ago

fixed, merge needed.

BetterToAutomateTheWorld commented 8 years ago

Merged