Colored Slimes

Quick rating

Colored Slimes

No reviews yet

This mod changes the color of the slimes when they are spawning.

Mod Loaders
Forge
NeoForge
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 Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
1.0.4-fabric-1.20.1-0.92.7
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

This mod changes the color of the slimes when they are spawning to make the world more colorful

and to make the slimes a bit more unique!

 

The color it gets is chosen randomly from the 16 dye color minecraft has

(based on their id from 0-15)

 

If a big slime gets killed, the smaller ones will inherit its color.

And when they jump around the particles will use the color of the slime too!

Config option added to disable the random colors on spawning.


**Summon Slime via command for the mod loaders**

you need a color id from 0 to 15, for example 15 is black

neoforge 26.1.1:
/summon minecraft:slime ~ ~ ~ {"neoforge:attachments":{"coloredslimes:color":{color:15}}}

fabric 26.1.1
/summon minecraft:slime ~ ~ ~ {"fabric:attachments":{"coloredslimes:color":15}}

forge 26.1.1
/summon minecraft:slime ~ ~ ~ {Color:15}

**Spawnrule changer config options**

replace_spawnrule=false

which is false by default so other users wont get the spawn feature by default.


Then spawn_on_surface_only=false (forge/neoforge only)

by default they dont spawn only at the surface but you can now force it.


After that 2 other number for the spawn condition which will make them spawn only when the sky light level is between the 2 number.

By default the number will be from 0 to 15 so they spawn all day.

(sky_brightness_level_min=0, sky_brightness_level_max=15)


Another option is weight=0

0 means it wont spawn, the more number you write here the more chance this monster will spawn instead of others, so more chance to spawn.

With this the replace_spawnrule is not even needed but i still added this two so you can leave the weight at the number you want and just disable the new spawn rule with replace_spawnrule when you dont want them anymore


After these they use the modified slime spawn rule

which gives us again more options like:

can_spawn_in_any_biome=false

which is false by default,

if its false it will use the biome tag allows_surface_slime_spawns

which is a vanilla minecraft json file which you can edit


And as you know slimes can spawn from the height of 50 --> 70

So we have now spawn_height_min=50 and spawn_height_max=255


The slime chunk thing is untouched.


You will have to delete your old config to use the new one if you had one or paste someone else configs data

I used these settings in my coloredslimesconfig.properties config file while testing to make it work:

random_color_when_spawning=true #boolean | default: true

weight=100 #int | default: 0

replace_spawnrule=true #boolean | default: false

spawn_on_surface_only=false #boolean | default: false

sky_brightness_level_min=0 #int | default: 0

sky_brightness_level_max=15 #int | default: 15

can_spawn_in_any_biome=true #boolean | default: false

spawn_height_min=50 #int | default: 50

spawn_height_max=255 #int | default: 255

check_area_size_for_mobs_of_same_type_when_spawning=0 #int | default: 0

max_mob_number_of_same_type_around_area_when_spawning=3 #int | default: 3

You might want to reduce the weight if there are too many out there as Monsters spawn at a fast rate.

Mod currently supports

Forge       26.1.x | 1.21.x | 1.20.1

Fabric      26.1.x | 1.21.x | 1.20.1

Neoforge 26.1.x | 1.21.11 | 1.21.1

 

coloredslimes-gif-logo.gif

 

SEND ME A PRIVATE MESSAGE IF YOU NEED THE MOD IN A DIFFERENT VERSION OR IF YOU ENCOUNTER ANY BUGS AT CURSEFORGE

https://legacy.curseforge.com/members/aquarius_playz/projects

 

Follow me on X (twitter)

https://x.com/Aquarius_playz

 

639022024300181764.png

THIS MOD REQUIRES AQUARIUSLIBS TO BE INSTALLED

This mod changes the color of the slimes when they are spawning to make the world more colorful

and to make the slimes a bit more unique!

The color it gets is chosen randomly from the 16 dye color minecraft has

(based on their id from 0-15)

If a big slime gets killed, the smaller ones will inherit its color.

And when they jump around the particles will use the color of the slime too!

Config option to disable the random colors on spawning

summon slime via command for the mod loaders

Spoiler

you need a color id from 0 to 15, for example 15 is black

neoforge 26.1.1: /summon minecraft:slime ~ ~ ~ {"neoforge:attachments":{"coloredslimes:color":{color:15}}}

 

fabric 26.1.1 /summon minecraft:slime ~ ~ ~ {"fabric:attachments":{"coloredslimes:color":15}}

 

forge 26.1.1 /summon minecraft:slime ~ ~ ~ {Color:15}

Spawnrule changer config options:

Spoiler

replace_spawnrule=false

which is false by default so other users wont get the spawn feature by default.


Then spawn_on_surface_only=false (forge/neoforge only)

by default they dont spawn only at the surface but you can now force it.


After that 2 other number for the spawn condition which will make them spawn only when the sky light level is between the 2 number.

By default the number will be from 0 to 15 so they spawn all day.

(sky_brightness_level_min=0, sky_brightness_level_max=15)


Another option is weight=0

0 means it wont spawn, the more number you write here the more chance this monster will spawn instead of others, so more chance to spawn.

With this the replace_spawnrule is not even needed but i still added this two so you can leave the weight at the number you want and just disable the new spawn rule with replace_spawnrule when you dont want them anymore


After these they use the modified slime spawn rule

which gives us again more options like:

can_spawn_in_any_biome=false

which is false by default,

if its false it will use the biome tag allows_surface_slime_spawns

which is a vanilla minecraft json file which you can edit


And as you know slimes can spawn from the height of 50 --> 70

So we have now spawn_height_min=50 and spawn_height_max=255


The slime chunk thing is untouched.


You will have to delete your old config to use the new one if you had one or paste someone else configs data

I used these settings in my coloredslimesconfig.properties config file while testing to make it work:

random_color_when_spawning=true #boolean | default: true

weight=100 #int | default: 0

replace_spawnrule=true #boolean | default: false

spawn_on_surface_only=false #boolean | default: false

sky_brightness_level_min=0 #int | default: 0

sky_brightness_level_max=15 #int | default: 15

can_spawn_in_any_biome=true #boolean | default: false

spawn_height_min=50 #int | default: 50

spawn_height_max=255 #int | default: 255

check_area_size_for_mobs_of_same_type_when_spawning=0 #int | default: 0

max_mob_number_of_same_type_around_area_when_spawning=3 #int | default: 3

You might want to reduce the weight if there are too many out there as Monsters spawn at a fast rate.

Mod currently supports

Forge 26.1.x | 1.21.11 | 1.21.10 | 1.21.9 | 1.21.8 | 1.21.7 | 1.21.6 | 1.21.4 | 1.21.1 | 1.20.1

Fabric 26.1.x | 1.21.11 | 1.21.10 | 1.21.9 | 1.21.8 | 1.21.7 | 1.21.6 | 1.21.1 | 1.20.1

Neoforge 26.1.x | 1.21.11 | 1.21.1

bg

SEND ME A PRIVATE MESSAGE IF YOU NEED THE MOD IN A DIFFERENT VERSION OR IF YOU ENCOUNTER ANY BUGS AT CURSEFORGE

https://legacy.curseforge.com/members/aquarius_playz/projects

Follow me on X (twitter)

https://x.com/Aquarius_playz

aquariuslibs

THIS MOD REQUIRES AQUARIUSLIBS TO BE INSTALLED

Screenshots

Gallery

  • 16 random color
    16 random color
  • inherit color
    inherit color
  • inherit color
    inherit color
  • 16 random colors
    16 random colors

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

~18,000
Total Downloads
CurseForge
~7,000
Modrinth
~11,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