Skip to content

Commit

Permalink
Merge pull request #51 from gentlegiantJGC/mc1.21.2
Browse files Browse the repository at this point in the history
Added Java 1.21.2 and Bedrock 1.21.40 translations
  • Loading branch information
gentlegiantJGC authored Oct 24, 2024
2 parents b2caf77 + 233e876 commit c9921f9
Show file tree
Hide file tree
Showing 6,285 changed files with 217,011 additions and 4,769 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion PyMCTranslate/build_number.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
298
307
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
[
{
"function": "new_block",
"options": "minecraft:colored_torch_bp"
},
{
"function": "new_properties",
"options": {
"color_bit": "0b"
}
},
{
"function": "map_properties",
"options": {
"facing": {
"\"west\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"west\""
}
}
],
"\"east\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"east\""
}
}
],
"\"north\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"north\""
}
}
],
"\"south\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"south\""
}
}
],
"\"up\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"top\""
}
}
]
}
}
}
]

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
[
{
"function": "new_block",
"options": "minecraft:colored_torch_rg"
},
{
"function": "new_properties",
"options": {
"color_bit": "1b"
}
},
{
"function": "map_properties",
"options": {
"facing": {
"\"west\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"west\""
}
}
],
"\"east\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"east\""
}
}
],
"\"north\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"north\""
}
}
],
"\"south\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"south\""
}
}
],
"\"up\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"top\""
}
}
]
}
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
[
{
"function": "new_block",
"options": "minecraft:colored_torch_bp"
},
{
"function": "new_properties",
"options": {
"color_bit": "1b"
}
},
{
"function": "map_properties",
"options": {
"facing": {
"\"west\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"west\""
}
}
],
"\"east\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"east\""
}
}
],
"\"north\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"north\""
}
}
],
"\"south\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"south\""
}
}
],
"\"up\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"top\""
}
}
]
}
}
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
[
{
"function": "new_block",
"options": "minecraft:colored_torch_rg"
},
{
"function": "new_properties",
"options": {
"color_bit": "0b"
}
},
{
"function": "map_properties",
"options": {
"facing": {
"\"west\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"west\""
}
}
],
"\"east\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"east\""
}
}
],
"\"north\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"north\""
}
}
],
"\"south\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"south\""
}
}
],
"\"up\"": [
{
"function": "new_properties",
"options": {
"torch_facing_direction": "\"top\""
}
}
]
}
}
}
]

This file was deleted.

Loading

0 comments on commit c9921f9

Please sign in to comment.