2020-07-16 10:48:31 +08:00
2020-07-13 16:30:50 +08:00
2020-07-09 17:33:30 +08:00
2020-07-09 17:46:49 +08:00
2020-07-09 17:35:17 +08:00
2020-07-16 10:48:31 +08:00

Pencil: The Minetest Mod

Pencil is a minetest mod api that can make tools to change the infotext in a block.

Screenshot

API usage

pencil.register_pencil(id,name,text,image)

  • id = the name of pencil (e.g. mod:foobar )
  • name = the name that display in inventory (e.g. FooBar Pencil ). The default is text.."Pencil".
  • text = The text hat display in the block which right-clicked by the pencil. The default is Unconfiged.
  • image = the image that show in hudbar and inventory (e.g. foobar.png). The default is pencil.png

Links

Description
No description provided
Readme 1.4 MiB
Languages
Lua 100%