Skip to content

Commit

Permalink
sync with fabric PR
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Oct 11, 2024
1 parent 4c16959 commit c574dcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/generated/resources/assets/c/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"tag.block.c.storage_blocks.redstone": "Redstone Storage Blocks",
"tag.block.c.storage_blocks.slime": "Slime Storage Blocks",
"tag.block.c.storage_blocks.wheat": "Wheat Storage Blocks",
"tag.block.c.stripped_logs": "Stripped Log Blocks",
"tag.block.c.stripped_woods": "Stripped Wood Blocks",
"tag.block.c.stripped_logs": "Stripped Logs",
"tag.block.c.stripped_woods": "Stripped Woods",
"tag.block.c.villager_job_sites": "Villager Job Sites",
"tag.block.neoforge.enderman_place_on_blacklist": "Enderman Place On Blacklist",
"tag.block.neoforge.needs_gold_tool": "Needs Gold Tools",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ protected void addTranslations() {
add(Tags.Blocks.STORAGE_BLOCKS_REDSTONE, "Redstone Storage Blocks");
add(Tags.Blocks.STORAGE_BLOCKS_SLIME, "Slime Storage Blocks");
add(Tags.Blocks.STORAGE_BLOCKS_WHEAT, "Wheat Storage Blocks");
add(Tags.Blocks.STRIPPED_LOGS, "Stripped Log Blocks");
add(Tags.Blocks.STRIPPED_WOODS, "Stripped Wood Blocks");
add(Tags.Blocks.STRIPPED_LOGS, "Stripped Logs");
add(Tags.Blocks.STRIPPED_WOODS, "Stripped Woods");
add(Tags.Blocks.VILLAGER_JOB_SITES, "Villager Job Sites");
add(Tags.Blocks.VILLAGER_FARMLANDS, "Villager Farmlands");

Expand Down

0 comments on commit c574dcb

Please sign in to comment.