1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Working implementation of experimental:luafurnace

This commit is contained in:
Perttu Ahola 2011-12-06 18:07:13 +02:00
parent d5ba7ebaf0
commit 6be5441176
3 changed files with 102 additions and 64 deletions

View file

@ -301,7 +301,7 @@ end
test_stackstring()
--
-- nodeitem helpers
-- NodeItem helpers
--
minetest.inventorycube = function(img1, img2, img3)
@ -314,7 +314,7 @@ minetest.inventorycube = function(img1, img2, img3)
end
--
-- craftitem helpers
-- CraftItem helpers
--
minetest.craftitem_place_item = function(item, placer, pos)