Download Mobs Banner — Minecraft Mods — MetaMods

Mobs Banner

Active

Downloads

0

Last update

10 months ago

Versions

1.20.1
Client and server
Fabric
Decor
Utils

Mobs Banner

This modification adds various creature-themed banners that can be used for decorative purposes. Banners can also be applied to shields.

Banner Example

How to Use

Obtaining Banners

  • Mob Drops: There is a chance of dropping a corresponding banner when killing a mob. The drop chance can be configured using the command /gamerule mobs_banner:drop_chance. Banners obtained this way preserve creature NBT data.
  • Creative Mode: There is a special tab containing all available banners.
  • Commands: Use /mob_banner for mob banners or /mob_banner player for player banners.

Banner Configuration

Sometimes creature images may have incorrect rotation, inappropriate scale, or constantly change. For adaptation, the resource pack system is used.

Create a file assets//default_banner/.json with the following content:

{
  // All keys are optional
  "data": [
    // IMPORTANT: These settings are only for creative mode! Changes will apply after game restart!
    // Leave empty for default values.
    {},
    {
      // Leave blank for spawn egg color
      "primary": -1,
      // Leave blank for spawn egg color
      "secondary": -1,
      "nbt": {
        // Standard NBT data passed to the entity
      },
      "transform": {
        "scale": 1,
        // Y-axis rotation
        "yaw": 0
      }
    }
    // You can add additional variants
  ],
  // Global transformations
  "transform": {
    "scale": 1,
    "yaw": 0
  }
}

Frequently Asked Questions

Can't find the banner I need?

Only banners of creatures that have spawn eggs (and players) are available.

Player banner doesn't display skin?

Fill in both fields: name and uuid.

Project members
IAFEnvoy

IAFEnvoy

Created: 21 Nov 2024

ID: 65642