diff --git a/README.md b/README.md
index 4a61030..34ac6b4 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,15 @@
-# Meteor Rejects Addon
-
-
-
+
+
+
+Meteor Rejects
+
An addon to Meteor Client that adds modules and commands that were too useless to be added to Meteor directly.
Also includes unmerged PRs.
+
+
+

+
![Last commit]()
+
# How to use
- Download the latest release of this mod from the releases tab.
diff --git a/src/main/java/cloudburst/rejects/MeteorRejectsAddon.java b/src/main/java/cloudburst/rejects/MeteorRejectsAddon.java
index 4bf44a6..570f9b4 100644
--- a/src/main/java/cloudburst/rejects/MeteorRejectsAddon.java
+++ b/src/main/java/cloudburst/rejects/MeteorRejectsAddon.java
@@ -24,7 +24,7 @@ import java.lang.invoke.MethodHandles;
public class MeteorRejectsAddon extends MeteorAddon {
public static final Logger LOG = LogManager.getLogger();
- public static final Category CATEGORY = new Category("Rejects", Items.PODZOL.getDefaultStack());
+ public static final Category CATEGORY = new Category("Rejects", Items.BARRIER.getDefaultStack());
@Override
public void onInitialize() {
diff --git a/src/main/resources/assets/meteor/icon.png b/src/main/resources/assets/meteor/icon.png
deleted file mode 100644
index faa6059..0000000
Binary files a/src/main/resources/assets/meteor/icon.png and /dev/null differ
diff --git a/src/main/resources/assets/rejects/icon.png b/src/main/resources/assets/rejects/icon.png
new file mode 100644
index 0000000..d731dc5
Binary files /dev/null and b/src/main/resources/assets/rejects/icon.png differ
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index ef89b44..9d73a3d 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -14,7 +14,7 @@
},
"license": "GPL-3.0",
- "icon": "assets/meteor/icon.png",
+ "icon": "assets/rejects/icon.png",
"environment": "client",
"entrypoints": {