mirror of
https://github.com/minetest-mods/craftguide.git
synced 2025-06-29 06:30:55 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
001176b124 | |||
2c2dbc9efc |
3
init.lua
3
init.lua
@ -1030,7 +1030,8 @@ local function make_formspec(name)
|
||||
size[%f,%f]
|
||||
no_prepend[]
|
||||
bgcolor[#0000]
|
||||
]], ROWS + (data.query_item and 6.7 or 0) - 1.2, LINES - 0.3)
|
||||
]],
|
||||
ROWS + (data.query_item and 6.7 or 0) - 1.2, LINES - 0.3)
|
||||
|
||||
if not sfinv_only then
|
||||
fs[#fs + 1] = CORE_VERSION >= 510 and
|
||||
|
BIN
textures/craftguide_fav.png
Normal file
BIN
textures/craftguide_fav.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 916 B |
BIN
textures/craftguide_fav_off.png
Normal file
BIN
textures/craftguide_fav_off.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user