Skip to content

Commit

Permalink
Fixes Lang Entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Pdiddy973 committed Feb 3, 2022
1 parent 72b1a92 commit bcc03b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
forge=1.16.5-36.2.23
versionn=1.0.2
forge=1.16.5-36.2.26
versionn=1.0.3
mc_version=1.16.5
jei_version=7.7.1.120
3 changes: 2 additions & 1 deletion src/main/resources/assets/allthecompressed/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"itemGroup.allthecompressed": "AllTheCompressed",
"itemGroup.AllTheCompressed": "AllTheCompressed",
"item.allthecompressed.allthemodium_block_1x": "Allthemodium Block 1x",
"block.allthecompressed.allthemodium_block_1x": "Allthemodium Block 1x",
"item.allthecompressed.allthemodium_block_2x": "Allthemodium Block 2x",
Expand Down Expand Up @@ -324,6 +324,7 @@
"block.allthecompressed.end_stone_block_8x": "End Stone Block 8x",
"item.allthecompressed.end_stone_block_9x": "End Stone Block 9x",
"block.allthecompressed.end_stone_block_9x": "End Stone Block 9x",
"block.allthecompressed.ender_pearl_block": "Ender Pearl Block",
"item.allthecompressed.ender_pearl_block_1x": "Ender Pearl Block 1x",
"block.allthecompressed.ender_pearl_block_1x": "Ender Pearl Block 1x",
"item.allthecompressed.ender_pearl_block_2x": "Ender Pearl Block 2x",
Expand Down

0 comments on commit bcc03b2

Please sign in to comment.