minetesting
minetesting copied to clipboard
Client is not working on minetest 0.4.12
Can you fix it? ;)
They changed the protocol but not the wiki, so the documentation is now awfully incomplete, not to mention the risk of them changing again.
I was waiting for the updated documentation to fix it, but since many months have passed I guess it's time anyway. Maybe I'll try to update the wiki myself too.
No promises, but I'll have a look later today.
I'm trying to build bridge minecraft server <-> minetest client, but it will be really hard. Thank you for helping understand minetest protocol with sample code ;) It will be great if you will update wiki
The MinetestClientProtocol class should be able to handle all the low level parts, and hopefully has not changed in newer versions. MinetestClient is functional but missing support for most of the commands because we didn't need them (like attacking or using items), and many of the commands we did support were changed. I'll try to fix as many as possible, maybe implement some of the missing ones.
Feel free to use this code as-is if you want, and email me if you have any additional questions,
where is the doc please ? i want see that ?
How control minetest with my own program will be cool ::
thanks
Works with minetest 0.4.9 found it here ---> https://github.com/minetest/minetest/releases
i think we have to update it
anything new here? project dead?
Personal life took priority in the past months.
I'll love to continue it, but I need to find some free time.
I see, thanks for your answer :)