FacePop

Quick rating

FacePop

No reviews yet

Quick Expression Bubble

Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
0.1.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

FacePop — Quick Expression Bubble

FacePop is a mod developed based on Minecraft Forge. In Minecraft multiplayer games, you might have encountered situations where you need to say something, but there's no spare operation to type text to convey information to others, and it's not convenient to use voice to communicate. Now, this mod provides a way of communication besides typing and voice. Using expressions can allow you to more quickly and conveniently convey the message you want to express to other players.

Introduction

In Game

Press the G key to open the main interface of this mod.

Main Screen

Press Ctrl + G to open the expression setting interface.

Setting

FacePop, like many other mods, offers data packs for customization and has the most basic management system.

In the expression management system, the basic unit is the expression pack (facebag).

Face Bag

Different expressions are included in the expression pack.

Face

In the customization of the expression pack, there is an attribute, default_unlock, which indicates whether it is unlocked by default.

In addition, this mod has a command to unlock the expression pack for a specified player:

/facepop unlock [player] [facebag]

And one for the command user:

/facepop unlock [facebag]

Data Pack Format Description

The facebag is placed in the data/[modid]/facepop/facebag/ folder.

The textures of Face / FaceBag are uniformly placed in the assets/[modid]/textures/faces/ folder.

Face

{
  "id": "[ResourceLocation]", // Required, specify a unique ID for finding the corresponding expression
  "image_path": "[ResourceLocation]", // Required, specify the location of the expression
  "language_key": "[String]",  // Optional, specify the language key, default [namespace].[path] (WIP)
  "offset_x" : 0, // Optional, default 0, the offset of the expression relative to the X direction of the player's head
  "offset_y": 0 // Optional, default 0, the offset of the expression relative to the Y direction of the player's head
}

FaceBag

{
  "id": "[ResourceLocation]",  // Required, specify a unique ID for permission control
  "faces": [{ // Required, specify which expressions are in this expression pack
    /* Face */
  }],
  "icon": "[ResourceLocation]",  // Required, specify the icon of the expression pack in the settings interface
  "default_unlock": false, // Optional, default false, specify whether this expression pack is unlocked by default
  "lock_message": "facebag.lock"  // Optional, default facebag.lock, specify the prompt message before unlocking (WIP)
}

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works