Skip to content

Commit

Permalink
Bump mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
kalucky0 committed Apr 9, 2021
1 parent aeaaa75 commit 99e6f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# suppress inspection "UnusedProperty"
org.gradle.jvmargs=-Xmx2G
# Mod Properties
mod_version=1.16.5-1.0.1
mod_version=1.16.5-1.0.2
maven_group=com.aether
archives_base_name=aether
# Fabric Properties
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/aether/items/AetherItemGroups.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ public class AetherItemGroups {

public static final ItemGroup Armor = FabricItemGroupBuilder.build(
Aether.locate("aether_armor"),
() -> new ItemStack(AetherItems.GRAVITITE_HELMET));
() -> new ItemStack(AetherItems.ZANITE_CHESTPLATE));

public static final ItemGroup Food = FabricItemGroupBuilder.build(
Aether.locate("aether_food"),
() -> new ItemStack(AetherItems.BLUEBERRY));

public static final ItemGroup Accessories = FabricItemGroupBuilder.build(
Aether.locate("aether_accessories"),
() -> new ItemStack(AetherItems.GRAVITITE_GLOVES));
() -> new ItemStack(AetherItems.ZANITE_RING));

public static final ItemGroup Resources = FabricItemGroupBuilder.build(
Aether.locate("aether_resources"),
Expand Down

0 comments on commit 99e6f3b

Please sign in to comment.