STBrian / MC3DS-Texture-Maker

A python app that helps with the creation of new texture packs for Minecraft New 3DS Edition
GNU General Public License v3.0
8 stars 1 forks source link

Incorrect/swapped names in block texture list #8

Closed SeveringHams closed 2 months ago

SeveringHams commented 2 months ago

The GUI name for the textures grass_block_side_83b593 and grass_block_side_88bb66 are swapped.

This is confirmed by #83b593 and #88bb66 being in opposite places in terrain_texture.json, as compared to the names in your program.

Here are some visual examples: This is me applying the color #83b593 to an uncolored grass texture (on the left) beside the texture exported from grass_block_side_83b593 (on the right): 83b593 Here is the same, but with the uncolored grass side texture colored with #88bb66 beside the texture exported from grass_block_side_83b593: 88bb66 Here is the same but with #64c73f and it's corresponding grass texture export: 64c73f

I absolutely love the program, and I hope you join us back on the MC3DS modding party server again! Best wishes, SeveringHams

Cracko298 commented 2 months ago

The GUI name for the textures grass_block_side_83b593 and grass_block_side_88bb66 are swapped.

This is confirmed by #83b593 and #88bb66 being in opposite places compared to the your program in terrain_texture.json

Here are some visual examples: This is me applying the color #83b593 to an uncolored grass texture (on the left) beside the texture exported from grass_block_side_83b593 (on the right): 83b593 Here is the same, but with the uncolored grass side texture colored with #88bb66 beside the texture exported from grass_block_side_83b593: image Here is the same but with #64c73f and it's corresponding grass texture export: 64c73f

I absolutely love the program, and I hope you join us back on the MC3DS modding party server again! Best wishes, SeveringHams

Please check if the Windows build is also affected as well.

SeveringHams commented 2 months ago

The GUI name for the textures grass_block_side_83b593 and grass_block_side_88bb66 are swapped. This is confirmed by #83b593 and #88bb66 being in opposite places compared to the your program in terrain_texture.json Here are some visual examples: This is me applying the color #83b593 to an uncolored grass texture (on the left) beside the texture exported from grass_block_side_83b593 (on the right): 83b593 Here is the same, but with the uncolored grass side texture colored with #88bb66 beside the texture exported from grass_block_side_83b593: image Here is the same but with #64c73f and it's corresponding grass texture export: 64c73f I absolutely love the program, and I hope you join us back on the MC3DS modding party server again! Best wishes, SeveringHams

Please check if the Windows build is also affected as well.

What do you mean?

STBrian commented 2 months ago

Thanks, I'll fix it soon!

STBrian commented 2 months ago

Thank you, the labels have been changed