Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 260 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 260 Bytes

info

A mod that opens a formspec with infomation about a server.

How to customize the mod

open init.lua file and add any text you want in the local items Example:

local items = {
  "This is the best server in minetest",
  "Enjoy!!"
}