Skip to content

Commit

Permalink
Java 1.20.5 v0.0.6 + locales v0.1.96
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Mar 7, 2024
1 parent 2db64d3 commit d729dcf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/1.20.5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcschema/java-1.20.5",
"version": "0.0.6",
"version": "0.0.8",
"description": "Schemas for Java Edition 1.20.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion locales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mcschema/locales",
"version": "0.1.95",
"version": "0.1.96",
"description": "Locales for Minecraft schemas",
"keywords": [],
"author": "Misode",
Expand Down
13 changes: 13 additions & 0 deletions locales/src/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
"axis.z": "Z",
"badge.experimental": "Experimental",
"badge.unstable": "Unstable",
"banner_pattern.asset_id": "Asset ID",
"banner_pattern.translation_key": "Translation key",
"biome.carvers": "Carvers",
"biome.carvers.air": "Air",
"biome.carvers.liquid": "Liquid",
Expand Down Expand Up @@ -476,6 +478,7 @@
"damage_source.source_entity": "Source entity",
"damage_source.type": "Type",
"damage_source.type.entry": "Damage tag",
"data_component.attribute_modifiers.entry": "Modifier",
"data_component.attribute_modifiers.modifiers": "Modifiers",
"data_component.attribute_modifiers.modifiers.entry": "Modifier",
"data_component.attribute_modifiers.show_in_tooltip": "Show in tooltip",
Expand All @@ -500,6 +503,10 @@
"data_component.fireworks.flight_duration": "Flight duration",
"data_component.fireworks.explosions": "Explosions",
"data_component.fireworks.explosions.entry": "Explosion",
"data_component.lodestone_tracker.tracker": "Tracker",
"data_component.lodestone_tracker.tracker.dimension": "Dimension",
"data_component.lodestone_tracker.tracker.pos": "Pos",
"data_component.lodestone_tracker.tracked": "Tracked",
"data_component.pot_decorations.entry": "Item",
"data_component.potion_contents.potion": "Potion",
"data_component.potion_contents.custom_color": "Custom color",
Expand Down Expand Up @@ -751,6 +758,7 @@
"entity.nbt": "NBT",
"entity.passenger": "Passenger",
"entity.player": "Player",
"entity.slots": "Slots",
"entity.stepping_on": "Stepping on",
"entity.targeted_entity": "Targeted entity",
"entity.team": "Team",
Expand Down Expand Up @@ -2314,6 +2322,11 @@
"vertical_anchor.absolute": "Absolute",
"vertical_anchor.above_bottom": "Above bottom",
"vertical_anchor.below_top": "Below top",
"wolf_variant.texture": "Texture",
"wolf_variant.angry_texture": "Angry texture",
"wolf_variant.tame_texture": "Tame texture",
"wolf_variant.biomes": "Biomes",
"wolf_variant.biomes.entry": "Biome",
"world.bonus_chest": "Spawn bonus chest",
"world.generate_features": "Generate features",
"world.seed": "Seed",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d729dcf

Please sign in to comment.