Emojis Modpack

Description

emojis_lite 🔗

Overview 🔗

Emojis_lite adds an inventory menu, from which a player can display various emojis. The mod also provides an api for easy emoji registration. This mod is an independent implementation of idea from this mod by Bosapara.

Requirements 🔗

  • Minetest 5.0.0+
  • Minetest_game 5.0.0+

Adding your own emoji 🔗

Call emojis_api.register_emoji() in your mod with following parameters:

emojis_api.register_emoji(name, image, sound)
  • name - unique id of the emoji. Please use only alphanumeric symbols, since this ID is used in the formspec string.
  • image - name of the image file to use
  • sound - name of the sound file to play

The emoji grid will scale automatically so there's no need worry about excess emojis.

Settingtypes 🔗

Available settings that you can put in your minetest.conf directly, or access them via "Settings->All Settings->Mods->emojis_api" menu.

emojis_api_sound_gain - float, master gain of emoji sounds

emojis_lite_duration - float, duration of spawned emoji in seconds

emojis_lite_glow - bool, should emojis be visible in darkness

emojis_lite_size - float, size of the emoji particle

Reviews

Review

Do you recommend this mod?

  • No reviews, yet.

Releases

2023-03-14

Download

2023-03-14 02:15 UTC

2023-03-14 🔗

No release notes

2023-03-11

Download

2023-03-11 02:15 UTC

2023-03-11 🔗

No release notes

All releases

Information

Provides

emojis_api emojis_php

Dependencies

Required
No required dependencies
Optional
sfinv

Information

Type
Mod
Technical Name
emojis_modpack
Languages
English
License
GPL-3.0-only
Maintenance State
Unknown
Added
2023-01-08 03:33 UTC
Maintainers
mt-mods