Skip to content

Commit

Permalink
1.20.x alpha
Browse files Browse the repository at this point in the history
potentially fix language issue
  • Loading branch information
xanthian committed Sep 2, 2023
1 parent dfb5d8c commit 6320982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ loader_version=0.14.22
fabric_version=0.87.0+1.20.1

# Mod Properties
mod_version=6.1.5
mod_version=6.1.6
maven_group=xanthian
archives_base_name=variantcraftingtables
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class ModCreativeTab {
new Identifier(Initialise.MOD_ID, "variantcraftingtables"),

FabricItemGroup.builder()
.displayName(Text.translatable("Variant Crafting Tables"))
.displayName(Text.literal("Variant Crafting Tables"))
.icon(() -> new ItemStack(Vanilla.MANGROVE_CRAFTING_TABLE))
.entries((context, entries) -> {

Expand Down

0 comments on commit 6320982

Please sign in to comment.