minetest-tools / mcimport

71 stars 22 forks source link

Documentation; plus fixes for doors, pistons, gates and a few other things. #16

Closed MysticTempest closed 6 years ago

MysticTempest commented 6 years ago

So, this is a follow-up to my previous PR: #15.

You were right about me overcomplicating the doors fix. I went back, and it seems I just had to remove the top parts; as well as change the bottoms to the new full doors found in the latest versions of Minetest. Much more simple than I initially thought. Sorry, bout that.

I've also added a good chunk of documentation for the "map_content.txt" file. It's not too bad on its own, especially after working on the file for a bit. But, I feel it'd be a good reference for future users to get up to speed more quickly.

And, lastly; a few of the other big fixes: Gates: Fixes rotation. Torches: No longer stick out perpendicular; they are affixed to walls normally. Pistons: Adds the piston head, and fixes the upwards/downwards facing pistons. Iron Bars: Will now auto-connect & rotate appropriately.

sofar commented 6 years ago

testing this atm...