Standardize Mod Icon
This commit is contained in:
parent
c851d9b002
commit
a4d5069cdb
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
**1.0.22**
|
||||
* Standardize Mod Icon
|
||||
|
||||
**1.0.21**
|
||||
* Tweak Statistics
|
||||
|
||||
|
@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
|
||||
fabric_loader_version = 0.7.10+build.191
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.0.21
|
||||
mod_version = 1.0.22
|
||||
maven_group = com.thebrokenrail
|
||||
archives_base_name = reliccraft
|
||||
|
||||
|
@ -133,7 +133,7 @@ public class RelicCraft implements ModInitializer {
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
ITEM_GROUP = FabricItemGroupBuilder.build(new Identifier(NAMESPACE, "item_group"), () -> new ItemStack(Items.ENDER_CHEST));
|
||||
ITEM_GROUP = FabricItemGroupBuilder.build(new Identifier(NAMESPACE, "item_group"), () -> new ItemStack(TIME_DILATER_ITEM));
|
||||
|
||||
ORB_ITEM = Registry.register(Registry.ITEM, new Identifier(NAMESPACE, "orb"), new RelicItem());
|
||||
STAFF_ITEM = Registry.register(Registry.ITEM, new Identifier(NAMESPACE, "staff"), new RelicItem());
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:ender_chest"
|
||||
"item": "reliccraft:time_dilater"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.reliccraft.root.title"
|
||||
|
Reference in New Issue
Block a user