22i / amc

quickly test - how the Minecraft mobs look like in Minetest
https://github.com/22i/minecraft-voxel-blender-models
GNU General Public License v3.0
12 stars 2 forks source link

Add wall sign for drawtype=wallmounted? #17

Closed Wuzzy2 closed 7 years ago

Wuzzy2 commented 7 years ago

I just tried to add the wall sign in MCL2, but it is attached completely wrong. This is probably because you used facedir, but for my wall sign node I need the wallmounted drawtype. because I use attached_node=1, and it depends on wallmounted for a proper wall attachment check.

With wallmounted, the rotation behaves differently. I think this can be fixed by simply rotating the mesh (not sure).

What I'm asking for is a variant of the wall sign mesh, but for the wallmounted drawtype. If this is even possible.

You could keep the current wall sign mesh in your repo, just in case it is needed later.

22i commented 7 years ago

@Wuzzy2 i did keep the facedir signonwall.

i did had to rotate and move it a bit to make it work better with wallmounted test this one

signonwall wallmounted https://github.com/22i/amc/blob/master/models/mcl_signs_signonwallmount.obj

Wuzzy2 commented 7 years ago

Thanks!