Skip to content

Commit

Permalink
change: update names in mod id, readme, archives
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Feb 3, 2021
1 parent 0d89c69 commit 2609343
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
![Project icon](https://git-assets.jellysquid.me/hotlink-ok/lithium/icon-rounded-128px.png)

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

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

### Downloads

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

### Installation instructions

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

### Community

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

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

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

### Configuration
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ loader_version=0.11.1
# Mod Properties
mod_version=0.6.3
maven_group=me.jellysquid.mods
archives_base_name=hopperoptimizations-lithium
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ pluginManagement {
}
}

rootProject.name = "lithium-fabric"
rootProject.name = "hopperoptimizations-lithium"
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"schemaVersion": 1,
"id": "lithium",
"id": "hopperoptimizations-lithium",
"version": "${version}",
"name": "Lithium",
"description": "Lithium is a free and open-source optimization mod for Minecraft which makes a wide range of performance improvements to the game.",
"authors": [
"JellySquid"
"JellySquid",
"2No2Name"
],
"contact": {
"homepage": "https://jellysquid.me",
Expand Down

0 comments on commit 2609343

Please sign in to comment.