Skip to content

Commit

Permalink
[Glowing entities 3.0] - Change Glowing logic, updated Read.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
I-No-oNe committed Apr 24, 2024
1 parent 677378b commit 111aae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ____________________________
## Minecraft client-sided mod that make entities glow on dark!
_____________________________
Wanna play without FullBright but you still want to see everything?\
**So you got to the right place!**\
**So you got to the right place!**\
\
*`Glowing Entites is a mod that turns every entity into a light source.`*

Expand All @@ -17,9 +17,10 @@ On the **minecrft chat** type this command:
/glowing_effect <light level>
```
- To change the glowing effect strength replace the _`<light level>`_ with a number between **0** to **15**, this will change the entities light level.
- If you want to **turn off** the mod, please type in the **Minecraft chat** this command:
- If you want to **turn off** the mod, please type in the **Minecraft chat** one of the following commands:
```json
/glowing_effect -1
- /glowing_effect -1
- /glowing_effect 0
```
### Example of the command in the Minecraft chat:
![image](https://cdn.modrinth.com/data/2vIwBVFK/images/e4310e2e6608131769e20442d74b8d4817f5c50e.png)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.4+build.3
loader_version=0.15.3

# Mod Properties
mod_version=2.0-1.19-1.20.4
mod_version=3.0-1.19-1.20.4
maven_group=net.i_no_am.glowing_entities
archives_base_name=glowing_entities

Expand Down

0 comments on commit 111aae1

Please sign in to comment.