Skip to content

Commit

Permalink
Fixed some textures.
Browse files Browse the repository at this point in the history
Fixed the Palix Transformator GUI.
Fixed some translations (en_us/fr_fr).
And a few more...

    Need to fix: Palix Bow
  • Loading branch information
Oh64 committed Jul 11, 2024
1 parent ed10faa commit 3c8392d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions palix.mcreator
Original file line number Diff line number Diff line change
Expand Up @@ -781,8 +781,8 @@
"language_map": {
"en_us": {
"item.palix.palix_fragment": "Fragment of palix",
"enchantment.plalix.palixy": "Palixy",
"block.plalix.palixore": "Palix Ore",
"enchantment.plalix.palixy": "Palixy",
"item.plalix.polix": "Polix",
"item.plalix.polixsword": "Polix sword",
"entity.plalix.blobby": "Blobby",
Expand Down Expand Up @@ -863,8 +863,8 @@
},
"fr_fr": {
"item.palix.palix_fragment": "Fragment of palix",
"block.plalix.palixore": "Minerai de Palix",
"enchantment.plalix.palixy": "Palixy",
"block.plalix.palixore": "Minerai de Palix",
"item.plalix.polix": "Polix",
"item.plalix.polixsword": "Epée en Polix",
"entity.plalix.blobby": "Blobby",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/palix/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"item.palix.palix_fragment": "Fragment of palix",
"enchantment.plalix.palixy": "Palixy",
"block.plalix.palixore": "Palix Ore",
"enchantment.plalix.palixy": "Palixy",
"item.plalix.polix": "Polix",
"item.plalix.polixsword": "Polix sword",
"entity.plalix.blobby": "Blobby",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/palix/lang/fr_fr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"item.palix.palix_fragment": "Fragment of palix",
"block.plalix.palixore": "Minerai de Palix",
"enchantment.plalix.palixy": "Palixy",
"block.plalix.palixore": "Minerai de Palix",
"item.plalix.polix": "Polix",
"item.plalix.polixsword": "Epée en Polix",
"entity.plalix.blobby": "Blobby",
Expand Down

0 comments on commit 3c8392d

Please sign in to comment.