minetest-tools / mcresconvert

Convert Minecraft Resource and Texture Packs to Minetest Texture Packs
35 stars 14 forks source link

New MTG nodes for conversion #24

Open Fixer-007 opened 7 years ago

Fixer-007 commented 7 years ago

Those nodes should be adapted for conversion:


https://github.com/minetest/minetest_game/commit/1e691c442907d6bb5602bc34fdbb3c9a7436c223


https://github.com/minetest/minetest_game/commit/26686196383df71e5634ee4c5af479668d83ee7e


https://github.com/minetest/minetest_game/commit/011ad78b42146725d93761473c7fd06698b2ca73#diff-c42b19167adef1ceb84070bc35e98b09


https://github.com/minetest/minetest_game/commit/eb5a5b56e194bbaa432edea9697f1adb1d2398d9#diff-c42b19167adef1ceb84070bc35e98b09


https://github.com/minetest/minetest_game/commit/e40f25f1fbaa206fe229002d8608f729a1d0f268


Updated 26NOV17

sofar commented 7 years ago

Make a patch? I don't know what textures to use for any of these, and this project is nowhere near my priority list at the moment.

masrourmouad commented 7 years ago

can i make a patch but im not a collaborator.

sofar commented 7 years ago

everyone can make a PR: "fork" the repo, edit the file (can be done in the github website) and then make a pull request.

tacotexmex commented 7 years ago

Any movement on this? Will try to find time to look into it myself otherwise.

ensonic commented 6 years ago

I made a patch for 3 of the blocks, mapping them to the 'carved' texture default_sandstone_block.png default_stone_block.png default_desert_stone_block.png

obsidian does not seem to have variants in minecraft (see http://minecraft-ids.grahamedgecombe.com/). There is already #13 for this. For silver_sand and the corals I can't find any counterparts. Also unsure about the new bush/leave nodes.

Btw. it is really hard to get any sense of coverage with the current script - there is no easy way to list textures from the theme that where not converted not can we easily see if there are minetest textures that are missing :/

Fixer-007 commented 6 years ago

List gets longer :D @sofar What minecraft version is preferred for conversions?