mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-30 18:46:28 -04:00
sfinv
This commit is contained in:
parent
914402fd2b
commit
5d6bc12c2c
1 changed files with 4 additions and 1 deletions
|
@ -2,8 +2,11 @@
|
|||
|
||||
dofile(minetest.get_modpath("sfinv") .. "/api.lua")
|
||||
|
||||
-- Load support for MT game translation.
|
||||
local S = minetest.get_translator("sfinv")
|
||||
|
||||
sfinv.register_page("sfinv:crafting", {
|
||||
title = "Crafting",
|
||||
title = S("Crafting"),
|
||||
get = function(self, player, context)
|
||||
return sfinv.make_formspec(player, context, [[
|
||||
list[current_player;craft;1.75,0.5;3,3;]
|
||||
|
|
Loading…
Add table
Reference in a new issue