Daniil TV wrote: ↑Sun Aug 25, 2024 05:04
rstcxk wrote: ↑Sat Aug 24, 2024 20:14
first of all, the script dosent even work on new minecraft versions, i only managed to get it working on versions from 2016 (from when this post orignates), since then minecraft changed their asset format a little bit and the script is broken. This means you wont get newer textures like copper or deepslate
if you have termux then here is a full list of commands to get it working (only tested on linux though, you might be missing jar or 7z, idk i dont have a phone to test)
Code: Select all
mkdir minecraft_textures;
cd minecraft_textures;
wget -O client.jar https://piston-data.mojang.com/v1/objects/db5aa600f0b0bf508aaf579509b345c4e34087be/client.jar;
jar xf client.jar assets;
wget -O master.zip https://github.com/ZNixian/minecraft-to-minetest-tp-conv/archive/master.zip;
7z x master.zip;
mv minecraft-to-minetest-tp-conv-master/mc-to-mt-tp-conv assets/;
cd assets/mc-to-mt-tp-conv;
./conv.sh;
mv ../minetest-texture-pack ~/.minetest/textures;
the texture pack should now be recognized by minetest
personally due to the texture inconsistencies i find it rather ugly and dont recommend it
world.png
cave.png
where to insert that script?
another mistake mv: cannot stat '3d_armor_inv_chestplate_diamond.png': No such file or directory
mv: cannot stat 'i/diamond_helmet.png': No such file or directory
mv: cannot stat '3d_armor_inv_helmet_diamond.png': No such file or directory
mv: cannot stat 'i/diamond_leggings.png': No such file or directory
mv: cannot stat '3d_armor_inv_leggings_diamond.png': No such file or directory
mv: cannot stat 'i/potion_bottle_empty.png': No such file or directory
mv: cannot stat 'vessels_glass_bottle_inv.png': No such file or directory
mv: cannot stat 'i/bread.png': No such file or directory
mv: cannot stat 'farming_bread.png': No such file or directory
mv: cannot stat 'b/door_wood_upper.png': No such file or directory
mv: cannot stat 'door_wood_a.png': No such file or directory
mv: cannot stat 'b/door_wood_lower.png': No such file or directory
mv: cannot stat 'door_wood_b.png': No such file or directory
mv: cannot stat 'b/door_iron_upper.png': No such file or directory
mv: cannot stat 'door_steel_a.png': No such file or directory
mv: cannot stat 'b/door_iron_lower.png': No such file or directory
mv: cannot stat 'door_steel_b.png': No such file or directory
./conv.sh: line 42: convert: command not found
mv: cannot move '../minetest-texture-pack' to '/data/data/com.termux/files/home/.minetest/textures': No such file or directory
~/.../assets/mc-to-mt-tp-conv $