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:
parent
d5ba7ebaf0
commit
6be5441176
3 changed files with 102 additions and 64 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue