Search found 2 matches

Return to advanced search

Yes, this script just cuts a large source texturepack into many small files used by Minetest and all copyrights belong to authors of this texturepack.
by anatole
Sat Oct 01, 2011 13:01
 
Forum: Minetest Texture Packs
Topic: Minecraft to Minetest texture converter
Replies: 10
Views: 7719

Minecraft to Minetest texture converter

Hi! I wrote a Ruby script that converts textures from Minecraft to Minetest. Here it is: #!/usr/bin/env ruby require 'RMagick' require 'zip/zipfilesystem' def image_from_archive archive, image_name blob = archive.file.read(image_name) terrain = Magick::ImageList.new terrain.from_blob(blob) end def c...
by anatole
Sat Oct 01, 2011 09:32
 
Forum: Minetest Texture Packs
Topic: Minecraft to Minetest texture converter
Replies: 10
Views: 7719

Return to advanced search

cron