Codebase list minetest-mod-3d-armor / upstream/0.4.6
New upstream version 0.4.6 Julien Puydt 7 years ago
14 changed file(s) with 56 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 [mod] 3d Armor [3d_armor]
1 =========================
2
3 License Source Code: (C) 2012-2017 Stuart Jones - LGPL v2.1
4
5 License Textures: Copyright (C) 2013-2017 Ryan Jones - CC-BY-SA 3.0
6
6363 .."listring[current_player;craft]",
6464 textures = {},
6565 default_skin = "character",
66 version = "0.4.5",
66 version = "0.4.6",
6767 }
6868
6969 if minetest.get_modpath("inventory_plus") then
396396 allow_move = function(inv, from_list, from_index, to_list, to_index, count, player)
397397 return count
398398 end,
399 })
399 }, name)
400400 if inv_mod == "inventory_plus" then
401401 inventory_plus.register_button(player,"armor", "Armor")
402402 end
625625 minetest.register_chatcommand("kill", {
626626 params = "<name>",
627627 description = "Kills player instantly",
628 privs = {ban=true},
628629 func = function(name, param)
630 local player = minetest.get_player_by_name(param)
631 if player then
632 player:set_hp(0)
633 end
634 end,
635 })
636
637 minetest.register_chatcommand("killme", {
638 description = "Kill yourself instantly",
639 func = function(name)
629640 local player = minetest.get_player_by_name(name)
630641 if player then
631642 player:set_hp(-1001)
00 [mod] 3d Armor Stand [3d_armor_stand]
11 =====================================
22
3 License Source Code: LGPL v2.1
3 License Source Code: (C) 2016-2017 Stuart Jones - LGPL v2.1
44
5 Lecense Media: CC BY-SA 3.0
5 Lecense Media: (C) 2016-2017 Stuart Jones - CC BY-SA 3.0
66
00 3D Armor - Visible Player Armor
11 ===============================
22
3 Default Item Textures (C) Cisoun - WTFPL
3 License Source Code: Copyright (C) 2013-2017 Stuart Jones - LGPL v2.1
44
5 Armor Textures: Copyright (C) 2013 Ryan Jones - CC-BY-SA
6
7 Source Code: Copyright (C) 2013 Stuart Jones - LGPL
5 Armor Textures: Copyright (C) 2013-2017 Ryan Jones - CC-BY-SA 3.0
86
97 Special credit to Jordach and MirceaKitsune for providing the default 3d character model.
108
0 Modpack - 3d Armor [0.4.5]
0 Modpack - 3d Armor [0.4.6]
11 ==========================
22
33 ### Table of Contents
0 [mod] Hazmat Suit [hazmat_suit]
1 ===============================
2
3 License Source Code: Copyright (C) 2015-2017 Stuart Jones - LGPL v2.1
4
5 License Textures: HybridDog and numberZero - WTFPL
6
00 [mod] Hazmat Suit [hazmat_suit]
1 ===================================
1 ===============================
22
33 Adds hazmat suit to 3d_armor. It protects rather well from fire (if enabled in configuration) and radiation, and it has built-in oxygen supply.
44 Requires technic mod.
66 Depends: 3d_armor, technic
77
88 Source code by numZero
9 Textures by HybridDog and numZero
9 Textures by HybridDog and numberZero
0 [mod] Shields [shields]
1 =======================
2
3 License Source Code: Copyright (C) 2013-2017 Stuart Jones - LGPL v2.1
4
5 License Textures: Copyright (C) 2013-2017 Ryan Jones - CC-BY-SA 3.0
0 [mod] Shields [shields]
1 =======================
2
03 Adds shields to 3d_armor
14
25 Depends: 3d_armor
0 [mod] Technic Armor [technic_armor]
1 ===================================
2
3 License Source Code: Copyright (C) 2013-2017 Stuart Jones - LGPL v2.1
4
5 License Textures: poet.nohit and numberZero - WTFPL
6
55
66 Depends: 3d_armor, technic_worldgen
77
8 Source code and textures by poet.nohit and numzero
8 Textures by poet.nohit and numberZero
0 [mod] visible wielded items [wieldview]
1 =======================================
2
3 License Source Code: Copyright (C) 2013-2017 Stuart Jones - LGPL v2.1
4