Mischievous Skull

Quick rating

Mischievous Skull

No reviews yet

Give random effect (good) when the skull is destroyed

Mod Loaders
Fabric
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 Unsupported
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.0.0+1.21.1
Authors
CurseForge
Modrinth

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

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

📖 What's this mod?

The Mischievous Skull mod introduces a new block into the game—a mysterious skull that offers a unique twist. Once destroyed, the skull grants the player a random Level 1 effect (such as Strength, Speed, Haste, etc.) with an infinite duration. This feature is perfect for adventure map creators looking to add an element of unpredictability and strategy, placing these skulls in key locations to enhance the gameplay experience.

The design of the skull is inspired by the Traits charms from the game Hunt Showdown, adding a touch of mischievousness to your adventures. Whether you're setting up a challenging quest or simply want to experiment with new gameplay dynamics, the Mischievous Skull mod is sure to add some fun surprises to your world.

Screenshots

the skull

The Mischievous Skull

Random effects with infinite duration Random effect give by the skull

📖 What's this mod?

The Mischievous Skull mod introduces a new block into the game—a mysterious skull that offers a unique twist. Once destroyed, the skull grants the player a random Level 1 effect (such as Strength, Speed, Haste, etc.) with an infinite duration. This feature is perfect for adventure map creators looking to add an element of unpredictability and strategy, placing these skulls in key locations to enhance the gameplay experience.

The design of the skull is inspired by the Traits charms from the game Hunt Showdown, adding a touch of mischievousness to your adventures. Whether you're setting up a challenging quest or simply want to experiment with new gameplay dynamics, the Mischievous Skull mod is sure to add some fun surprises to your world.

Customizing effects

You can change which status effects the skull can roll, and how long each one lasts, by providing a data resource at:

data/mischievous-skull/skull_effects.json

That file can come from:

  • A datapack under your world folder (for example saves/<world>/datapacks/<your_pack>/data/mischievous-skull/skull_effects.json).
  • A resource pack that includes a data/ tree (the same path under the pack root).

The mod ships a default skull_effects.json inside the mod JAR. Packs with higher priority override lower ones, like other Minecraft data. On a dedicated server, run /reload after changing the file so server data is reloaded.

Format

  • effects: array of objects.
  • id: status effect identifier (namespace:path), e.g. vanilla minecraft:strength or another mod’s effect examplemod:my_effect.
  • duration (optional): duration in game ticks (20 ticks = 1 second). Omit the field or set it to 0 for infinite duration. Values greater than 0 apply a timed effect.

If the file is missing, invalid, or effects is empty, the mod falls back to its built-in list (the same nine positive effects as before). Unknown effect IDs are skipped with a warning in the log.

Example (vanilla + timed effect)

{
  "effects": [
    { "id": "minecraft:strength", "duration": 0 },
    { "id": "minecraft:speed", "duration": 200 }
  ]
}

Here, Strength can roll with infinite duration, and Speed with 200 ticks (10 seconds) when applied.

Example (effect from another mod)

Another mod must register that status effect and be loaded in your instance. Use that mod’s namespace and effect path (check its documentation or data).

{
  "effects": [
    { "id": "minecraft:regeneration", "duration": 0 },
    { "id": "examplemod:my_custom_effect", "duration": 600 }
  ]
}

If examplemod is not installed or does not register examplemod:my_custom_effect, that line is ignored at reload time and a warning is logged; the rest of the list still applies.

Screenshots

the skull

The Mischievous Skull

Random effects with infinite duration Random effect give by the skull

Screenshots

Gallery

  • random infinite effects
    random infinite effects When you destroy a Mischievous Skull, you receive a random effect (level 1) with an infinite duration!
  • Mischievous skull with particles
    Mischievous skull with particles The Mischievous Skull emits small smoke particles.
  • random infinite effects
    random infinite effects When you destroy a Mischievous Skull, you receive a random effect (level 1) with an infinite duration!
  • Mischievous skull with particles
    Mischievous skull with particles The Mischievous Skull emits small smoke particles.

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
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
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