9 Commits
Author SHA1 Message Date
bell07andGitHub 38fc2cff2b Fix typo in wieldview (#56)
* Fix typo in wieldview
fixes #55
2021-06-26 20:21:15 +02:00
Alexander Weberandstujones11 70325158e6 Reverts https://github.com/stujones11/minetest-3d_armor/commit/9ce0ed9f557673ce0c178e3dc9c14f197e1f993c / #152
The preview method is skin preview only, without armor. That is wrong for showing on formspec

Sorry for inconveniences. I need to fix the preview handling in player_api_modpack-version in an other way
2018-08-24 18:58:32 +01:00
bell07andstujones11 9ce0ed9f55 Use preview method for unified inventory
I found this during porting the 3d_armor to player_api ;-)
2018-07-22 20:51:07 +01:00
Alexander Weberandstujones11 db8fb5ebd4 bugfix and small optimization 2017-06-21 17:47:24 +01:00
Alexander Weberandstujones11 2150fcea8d return the png suffix in get_player_skin for complete texture definition to support more complex textures
Note the armor.get_player_skin() could be redefined in other mods to privide the more complex textures
2017-06-21 17:47:24 +01:00
Alexander Weberandstujones11 6359b0a0ed bugfix: the count was lost 2017-04-10 18:24:27 +01:00
Alexander Weberandstujones11 f0edb9a710 Inventory compat cleanup
fix inventory_plus after cleanup. Create own register_on_player_receive_fields for this inventory

removed smart_inventory (moved to the inventoy mod), adjusted sfinv

moved sfinv to own mod 3d_armor_sfinv

moved unified_inventory to 3d_armor_ui

moved inventory_plus support to own mod 3d_armor_ip
2017-03-21 14:50:17 +00:00
Alexander Weberandstujones11 a5b650285b beter smart_inventory integration 2017-02-21 19:07:17 +00:00
Alexander Weberandstujones11 4d3b219e7d add smart_inventory support 2017-02-15 19:06:06 +00:00