Skip to content

Commit 2609343

Browse files
committed
change: update names in mod id, readme, archives
1 parent 0d89c69 commit 2609343

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

README.md

+6-13
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
![Project icon](https://git-assets.jellysquid.me/hotlink-ok/lithium/icon-rounded-128px.png)
22

3-
# Lithium (for Fabric)
4-
![GitHub license](https://img.shields.io/github/license/jellysquid3/lithium-fabric.svg)
5-
![GitHub issues](https://img.shields.io/github/issues/jellysquid3/lithium-fabric.svg)
6-
![GitHub tag](https://img.shields.io/github/tag/jellysquid3/lithium-fabric.svg)
7-
[![Discord chat](https://img.shields.io/badge/chat%20on-discord-7289DA)](https://jellysquid.me/discord)
8-
[![CurseForge downloads](http://cf.way2muchnoise.eu/full_360438_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/lithium)
3+
# Lithium (for Fabric) - Fork for HopperOptimizations
94

105
Lithium is a free and open-source Minecraft mod which works to optimize many areas of the game in order to provide
116
better overall performance. It works on both the **client and server**, and **doesn't require the mod to be installed
12-
on both sides**.
7+
on both sides**. The original project can be fround at https://github.com/jellysquid3/lithium-fabric.
138

149
### Downloads
1510

16-
You can find downloads for Lithium on either the [official CurseForge page](https://www.curseforge.com/minecraft/mc-mods/lithium)
17-
or through the [GitHub releases page](https://github.com/jellysquid3/lithium-fabric/releases). Usually, builds will be
18-
made available on GitHub slightly sooner than other locations.
11+
You can find downloads for Lithium on the [GitHub releases page](https://github.com/2No2Name/lithium-fabric/releases).
1912

2013
### Installation instructions
2114

@@ -25,8 +18,8 @@ Once you have installed Fabric, place the Lithium .jar in the `mods` folder gene
2518

2619
### Community
2720

28-
If you'd like to get help with the mod, check out the latest developments, or be notified when there's a new release,
29-
the Discord community might be for you! You can join the official server for my mods by clicking
21+
If you'd like to check out the latest developments, the Discord community might be for you!
22+
You can join the base project's server for Jelly's mods by clicking
3023
[here](https://jellysquid.me/discord).
3124

3225
### Support the developers
@@ -49,7 +42,7 @@ solution for those wanting to speed up their game, and as such, installing Lithi
4942
to the player.
5043

5144
If you do encounter an issue where Lithium deviates from the norm, please don't hesitate to
52-
[open an issue.](https://github.com/jellysquid3/lithium-fabric/issues) Each patch is carefully checked to ensure
45+
[open an issue.](https://github.com/2No2Name/lithium-fabric/issues) Each patch might be carefully checked to ensure
5346
vanilla parity, but after all, bugs are unavoidable.
5447

5548
### Configuration

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ loader_version=0.11.1
1010
# Mod Properties
1111
mod_version=0.6.3
1212
maven_group=me.jellysquid.mods
13+
archives_base_name=hopperoptimizations-lithium

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pluginManagement {
99
}
1010
}
1111

12-
rootProject.name = "lithium-fabric"
12+
rootProject.name = "hopperoptimizations-lithium"

src/main/resources/fabric.mod.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schemaVersion": 1,
3-
"id": "lithium",
3+
"id": "hopperoptimizations-lithium",
44
"version": "${version}",
55
"name": "Lithium",
66
"description": "Lithium is a free and open-source optimization mod for Minecraft which makes a wide range of performance improvements to the game.",
77
"authors": [
8-
"JellySquid"
8+
"JellySquid",
9+
"2No2Name"
910
],
1011
"contact": {
1112
"homepage": "https://jellysquid.me",

0 commit comments

Comments
 (0)