diff options
author | makamys <makamys@outlook.com> | 2022-06-25 15:09:05 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2022-06-25 15:12:12 +0200 |
commit | 7e78f2ebcc2428d21d1c7549d5b5949c36c6682b (patch) | |
tree | 3dfd1b98325da86f3904e9096b5d8bcb3bb5a81f | |
parent | f931692dc7e11aff9da2c96a13a78fa54cd542aa (diff) | |
download | Neodymium-7e78f2ebcc2428d21d1c7549d5b5949c36c6682b.tar.gz Neodymium-7e78f2ebcc2428d21d1c7549d5b5949c36c6682b.tar.bz2 Neodymium-7e78f2ebcc2428d21d1c7549d5b5949c36c6682b.zip |
Make the more description maybe mod good
-rw-r--r-- | src/main/resources/mcmod.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 18d1911..3da58dd 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -2,7 +2,7 @@ { "modid": "${modid}", "name": "Neodymium", - "description": "Improves the framerate by changing the chunk renderer to use modern OpenGL.", + "description": "Improves performance by reimplementing chunk rendering using modern OpenGL.", "version": "${version}", "mcversion": "${minecraft_version}", "url": "", |