From 87d03b9affc124cd9d44809f9b2709f937b59bf0 Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Sat, 4 Jul 2015 15:15:49 +0200 Subject: [PATCH] Fixed admin armor's leggings texture - Fixed admin armor leggings texture which looked like both leggings and boots - Chmoded textures in throwing - Fixed indentation in money/init.lua - Updated timestamp of compassgps's README.md --- .../textures/3d_armor_inv_leggings_admin.png | Bin 140 -> 184 bytes mods/compassgps/README.md | 2 +- mods/money/init.lua | 5 ++--- mods/throwing/textures/throwing_arrow_model.png | Bin mods/throwing/textures/throwing_bow_horn.png | Bin .../textures/throwing_bow_horn_loaded.png | Bin 6 files changed, 3 insertions(+), 4 deletions(-) mode change 100644 => 100755 mods/throwing/textures/throwing_arrow_model.png mode change 100644 => 100755 mods/throwing/textures/throwing_bow_horn.png mode change 100644 => 100755 mods/throwing/textures/throwing_bow_horn_loaded.png diff --git a/mods/3d_armor/3d_armor/textures/3d_armor_inv_leggings_admin.png b/mods/3d_armor/3d_armor/textures/3d_armor_inv_leggings_admin.png index 04b64c0bd5158ff735b0808b7ea01f132039ff0d..003ee9a88c9f9e680e2ab887fe61f62d5b1c672c 100755 GIT binary patch delta 151 zcmeBS+`%|Ovz~z=y@sJ?6T_zBa~oeXFfcHd1o;IsI6S+N2I3@nySp%Su*!M>Ih+L^ zk;M!Q+`=Ht$S`Y;1W=H@#M9T6{XRPjFRxaKarRZ9kcOv=V+hCfEal|5uKdSzzjy7GAVBpmkZ@JrxMoG|OawiZW|22++q4u;pZ+#d=*O}!4(%;4$j K=d#Wzp$Pzc3Ma4t diff --git a/mods/compassgps/README.md b/mods/compassgps/README.md index af48d300..838750e5 100755 --- a/mods/compassgps/README.md +++ b/mods/compassgps/README.md @@ -1,4 +1,4 @@ -This mod creates a customizable compass with user settable bookmarks and shared and admin bookmarks in multiplayer. +This mod creates a customizable compass with user settable bookmarks and shared and admin bookmarks in multiplayer. **Compass GPS version 2.6** diff --git a/mods/money/init.lua b/mods/money/init.lua index dcc860ea..8088b951 100755 --- a/mods/money/init.lua +++ b/mods/money/init.lua @@ -169,8 +169,8 @@ minetest.register_node("money:shop", { sounds = default.node_sound_wood_defaults(), paramtype2 = "facedir", after_place_node = function(pos, placer) - local meta = minetest.get_meta(pos) - meta:set_string("owner", placer:get_player_name()) + local meta = minetest.get_meta(pos) + meta:set_string("owner", placer:get_player_name()) meta:set_string("infotext", "Untuned Shop (owned by " .. placer:get_player_name() .. ")") end, on_construct = function(pos) @@ -655,4 +655,3 @@ minetest.register_node("money:admin_barter_shop", { --End. minetest.register_alias("admin_barter_shop", "money:admin_barter_shop") - diff --git a/mods/throwing/textures/throwing_arrow_model.png b/mods/throwing/textures/throwing_arrow_model.png old mode 100644 new mode 100755 diff --git a/mods/throwing/textures/throwing_bow_horn.png b/mods/throwing/textures/throwing_bow_horn.png old mode 100644 new mode 100755 diff --git a/mods/throwing/textures/throwing_bow_horn_loaded.png b/mods/throwing/textures/throwing_bow_horn_loaded.png old mode 100644 new mode 100755