Difference between revisions of "User talk:Afflatus"
Jump to navigation
Jump to search
(Created page with "find_nodes_in_area_under_air https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2070") |
|||
Line 2: | Line 2: | ||
https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2070 | https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2070 | ||
+ | |||
+ | --- | ||
+ | |||
+ | "should return the leftover itemstack (if nil, no item is removed) " | ||
+ | http://dev.minetest.net/minetest.register_craftitem#Callbacks | ||
+ | https://github.com/minetest/minetest_game/pull/1173 | ||
+ | https://github.com/minetest/minetest/blob/fa0bbbf96df17f0d7911274ea85e5c049c20d07b/doc/lua_api.txt#L3466 | ||
+ | https://github.com/minetest/minetest/blob/fa0bbbf96df17f0d7911274ea85e5c049c20d07b/doc/lua_api.txt#L3625 | ||
+ | |||
+ | --- |
Revision as of 23:12, 8 July 2016
find_nodes_in_area_under_air
https://github.com/minetest/minetest/blob/master/doc/lua_api.txt#L2070
---
"should return the leftover itemstack (if nil, no item is removed) " http://dev.minetest.net/minetest.register_craftitem#Callbacks https://github.com/minetest/minetest_game/pull/1173 https://github.com/minetest/minetest/blob/fa0bbbf96df17f0d7911274ea85e5c049c20d07b/doc/lua_api.txt#L3466 https://github.com/minetest/minetest/blob/fa0bbbf96df17f0d7911274ea85e5c049c20d07b/doc/lua_api.txt#L3625
---