Smells Fishy (Entity Rain Events)

Quick rating

Smells Fishy (Entity Rain Events)

No reviews yet

data driven events where entities fall from the sky

No Theme
No Genre
World Gen Improvements
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
smellsfishy-1.1.9.jar
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

About

Description

Entity Rain Mod - Smells Fishy

Cause brief entity rain events where different creatures fall from the sky. The default data pack adds a fish rain event.

Entities spawned by these events do not drop any items unless killed by a player. When the event is over, any remaining summoned entities despawn. Each event has a random chance of starting based on the settings in its data pack.

Data Packs

New entity rain events are defined by json files in the entityrain folder of data packs. The format of these files is as follows,

  • radius (int): the number of blocks around each player that entities will spawn (the area will be a square)
  • height (int): how many blocks above the ground the entities will spawn
  • spawnRate (int): an entity will spawn near each player every x ticks (on average) while the event is active
  • spawn (list of EntitySpawnOption): the types of entities that will spawn during this event
  • when (EventConditions): what situations this event should start under
  • chance (int): how likely the event is to start. the chance for the event to start each check is (1/chance). the check is made for each possible event whenever it switches between day/night or raining/clear. the event will last until the next check.
  • replace (boolean): what happens if another data pack has already defined an event of this name. if true, the existing event will be deleted and this file will be used instead. if false, the contents of spawn and dimensions will be added to the existing event. the defaults to true.

You can see the default fish rain json data on github.

EntitySpawnOption

  • entity (string): the registry key of the entity type (ie. minecraft:zombie)
  • weight (int): how likely this entity is compared to the others. chance of each entry is (weight / totalWeight)
  • biomes (list of string): resource locations of biomes to whitelist (allow this spawn in). optional, when not defined the spawn will occur in all biomes. Tags are supported, prefix with #
  • biomesIsBlacklist (boolean): when true, the biomes filter is inverted, the spawn will NOT occur in the listed biomes. optional, defaults to false

> the data for currently active rain events does not change when the /reload command is used, you must wait for it to start again to see the effects

EventConditions

  • raining (boolean): can the event start while its raining
  • notRaining (boolean): can the event start while its NOT raining
  • day (boolean): can the event start in the daytime
  • night (boolean): can the event start in the nighttime
  • dimensions (list of string): the registry keys of the dimensions the event may happen in (ie. minecraft:overworld)
  • biomes (list of string): resource locations of biomes to whitelist (allow rain to occur in). optional, when not defined the event will cause spawns in all biomes. Tags are supported, prefix with #
  • biomesIsBlacklist (boolean): when true, the biomes filter is inverted, the entities will NOT be spawned in the listed biomes. optional, defaults to false

Commands

To test your data packs, you can force change the active entity rain event in your current dimension with the following commands (requires OP permissions).

  • /entityrain start ResourceLocation
  • /entityrain stop

Contact

Discord

Cause brief entity rain events where different creatures fall from the sky. The default data pack adds a fish rain event.

Data Packs

New entity rain events are defined by json files in the entityrain folder of data packs. The format of these files is as follows,

  • radius (int): the number of blocks around each player that entities will spawn (the area will be a square)
  • height (int): how many blocks above the ground the entities will spawn
  • spawnRate (int): an entity will spawn near each player every x ticks (on average) while the event is active
  • spawn (list of EntitySpawnOption): the types of entities that will spawn during this event
  • when (EventConditions): what situations this event should start under
  • chance (int): how likely the event is to start. the chance for the event to start each check is (1/chance). the check is made for each possible event whenever it switches between day/night or raining/clear. the event will last until the next check.
  • replace (boolean): what happens if another data pack has already defined an event of this name. if true, the existing event will be deleted and this file will be used instead. if false, the contents of spawn and dimensions will be added to the existing event. the defaults to true.

You can see the default fish rain json data on github.

EntitySpawnOption

  • entity (string): the registry key of the entity type (ie. minecraft:zombie)
  • weight (int): how likely this entity is compared to the others. chance of each entry is (weight / totalWeight)
  • biomes (list of string): resource locations of biomes to whitelist (allow this spawn in). optional, when not defined the spawn will occur in all biomes. Tags are supported, prefix with #
  • biomesIsBlacklist (boolean): when true, the biomes filter is inverted, the spawn will NOT occur in the listed biomes. optional, defaults to false

the data for currently active rain events does not change when the /reload command is used, you must wait for it to start again to see the effects

EventConditions

  • raining (boolean): can the event start while its raining
  • notRaining (boolean): can the event start while its NOT raining
  • day (boolean): can the event start in the daytime
  • night (boolean): can the event start in the nighttime
  • dimensions (list of string): the registry keys of the dimensions the event may happen in (ie. minecraft:overworld)
  • biomes (list of string): resource locations of biomes to whitelist (allow rain to occur in). optional, when not defined the event will cause spawns in all biomes. Tags are supported, prefix with #
  • biomesIsBlacklist (boolean): when true, the biomes filter is inverted, the entities will NOT be spawned in the listed biomes. optional, defaults to false

Commands

To test your data packs, you can force change the active entity rain event in your current dimension with the following commands (requires OP permissions).

/entityrain start <key>
/entityrain stop

Credits

  • The 1.18.2 version was commissioned by Coda
  • The 1.16.5 version was commissioned by Adam

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
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