1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

Added invtweak, tweaked some returns to avoid strange behavior

- Updated news.txt
 - Added invtweak mod instead of old intweak
 - Updated world.mt
 - Tweaked builtin_falling and creative/init.lua to avoir strange behavior from
   the builtin when parsing on_placenode callbacks in creative mode
This commit is contained in:
LeMagnesium
2015-04-21 22:23:43 +02:00
parent 94c1d3cefa
commit 363f42b07d
12 changed files with 337 additions and 105 deletions

View File

@ -152,7 +152,7 @@ if minetest.setting_getbool("creative_mode") then
})
minetest.register_on_placenode(function(pos, newnode, placer, oldnode, itemstack)
return true
return
end)
function minetest.handle_node_drops(pos, drops, digger)