stujones11 / minetest-3d_armor

Visible player armor & wielded items for minetest
Other
56 stars 98 forks source link

fixed uinventory crash #41

Closed tenplus1 closed 8 years ago

tenplus1 commented 8 years ago

When using unified inventory 3d_armor crashes with a grey screen so instead of using perplayer_formspec it checks to see if lite mode is active and sets the fy value accordingly... Also I've added a few new fire elements.

stujones11 commented 8 years ago

The perplayer formspec is necessary for new UI features, see https://forum.minetest.net/viewtopic.php?f=13&t=3933&p=193699#p193699 If the game is crashing then you probably need to update your UI version. The other changes are fine, however.