branding
This commit is contained in:
14
README.md
14
README.md
@@ -1,9 +1,15 @@
|
||||
# Meteor Rejects Addon
|
||||

|
||||

|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/C10udburst/meteor-rejects/blob/master/src/main/resources/assets/rejects/icon.png" alt="logo" width="20%"/>
|
||||
</p>
|
||||
<h1 align="center">Meteor Rejects</h1>
|
||||
<p align="center">
|
||||
An addon to Meteor Client that adds modules and commands that were too useless to be added to Meteor directly.
|
||||
Also includes unmerged PRs.
|
||||
</p>
|
||||
<div align="center">
|
||||
<img src="https://img.shields.io/badge/spaghetti%20code-yes-success" alt="Spagetti code: yes">
|
||||
<img stc="https://img.shields.io/github/last-commit/C10udburst/meteor-rejects" alt="Last commit">
|
||||
</div>
|
||||
|
||||
# How to use
|
||||
- Download the latest release of this mod from the releases tab.
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 172 KiB |
BIN
src/main/resources/assets/rejects/icon.png
Normal file
BIN
src/main/resources/assets/rejects/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 382 KiB |
@@ -14,7 +14,7 @@
|
||||
},
|
||||
|
||||
"license": "GPL-3.0",
|
||||
"icon": "assets/meteor/icon.png",
|
||||
"icon": "assets/rejects/icon.png",
|
||||
|
||||
"environment": "client",
|
||||
"entrypoints": {
|
||||
|
||||
Reference in New Issue
Block a user