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
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 184 B |
@ -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**
|
**Compass GPS version 2.6**
|
||||||
|
|
||||||
|
@ -169,8 +169,8 @@ minetest.register_node("money:shop", {
|
|||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
after_place_node = function(pos, placer)
|
after_place_node = function(pos, placer)
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
meta:set_string("owner", placer:get_player_name())
|
meta:set_string("owner", placer:get_player_name())
|
||||||
meta:set_string("infotext", "Untuned Shop (owned by " .. placer:get_player_name() .. ")")
|
meta:set_string("infotext", "Untuned Shop (owned by " .. placer:get_player_name() .. ")")
|
||||||
end,
|
end,
|
||||||
on_construct = function(pos)
|
on_construct = function(pos)
|
||||||
@ -655,4 +655,3 @@ minetest.register_node("money:admin_barter_shop", {
|
|||||||
--End.
|
--End.
|
||||||
|
|
||||||
minetest.register_alias("admin_barter_shop", "money:admin_barter_shop")
|
minetest.register_alias("admin_barter_shop", "money:admin_barter_shop")
|
||||||
|
|
||||||
|
0
mods/throwing/textures/throwing_arrow_model.png
Normal file → Executable file
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 413 B |
0
mods/throwing/textures/throwing_bow_horn.png
Normal file → Executable file
Before Width: | Height: | Size: 884 B After Width: | Height: | Size: 884 B |
0
mods/throwing/textures/throwing_bow_horn_loaded.png
Normal file → Executable file
Before Width: | Height: | Size: 914 B After Width: | Height: | Size: 914 B |