Skip to content

Commit

Permalink
Fix Containers and Villager Activities dumper localization
Browse files Browse the repository at this point in the history
  • Loading branch information
mrapplexz committed Apr 14, 2020
1 parent 1fc88f3 commit b19b6d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A Minecraft Forge mod that allows you to dump game information such as blocks, i
* Blocks (`blocks`)
* Campfire Cooking Recipes (`campfire_cooking_recipes`)
* Capabilities (`capabilities`)
* Containers (`containers`)
* Dimensions (`dimensions`)
* Enchantments (`enchantments`)
* Entities (`entities`)
Expand All @@ -37,6 +38,7 @@ A Minecraft Forge mod that allows you to dump game information such as blocks, i
* Stats (`stats`)
* Stonecutting Recipes (`stonecutting_recipes`)
* Tile Entities (`tile_entities`)
* Villager Activities (`villager_activities`)
* Villager Memory Modules (`villager_memory_modules`)
* Villager Points of Interest (`villager_points_of_interest`)
* Villager Professions (`villager_professions`)
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/assets/craftdumper/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"craftdumper.dumper.shaped_recipes": "Shaped Recipes",
"craftdumper.dumper.sound_events": "Sound Events",
"craftdumper.dumper.tile_entities": "Tile Entities",
"craftdumper.dumper.villager_activities": "Villager Activities",
"craftdumper.dumper.villager_schedules": "Villager Schedules",
"craftdumper.dumper.villager_sensors": "Villager Sensors",
"craftdumper.dumper.villager_points_of_interest": "Villager Points of Interest",
Expand All @@ -43,6 +44,7 @@
"craftdumper.dumper.paintings": "Paintings",
"craftdumper.dumper.particles": "Particles",
"craftdumper.dumper.dimensions": "Dimensions",
"craftdumper.dumper.containers": "Containers",

"dump_type.unknown": "Unknown Dump Type",
"dumper.unknown": "Unknown Dumper",
Expand Down

0 comments on commit b19b6d5

Please sign in to comment.