This commit is contained in:
Cloudburst
2021-06-21 10:25:42 +02:00
parent 2e84630ddc
commit 6e6e7745dd
5 changed files with 12 additions and 6 deletions

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB

View File

@@ -14,7 +14,7 @@
},
"license": "GPL-3.0",
"icon": "assets/meteor/icon.png",
"icon": "assets/rejects/icon.png",
"environment": "client",
"entrypoints": {